Brand Identity & Design System 2.0

Dark Reborn 3D System

100% Transparent Zero-Background Vector SVGs and 4K Renders for high-performance esports, web applications, and physical merch.

Test Background Transparency:
01 / Vector Assets

100% Transparent Vector SVGs

Zero background pixels, clean transparent alpha cutouts, responsive viewboxes, and pixel-perfect 3D metallic textures.

Primary 3D Shield Vector

Primary 3D Shield Lockup

SVG Vector

100% transparent zero-background SVG with 3D brushed titanium finish and ruby red neon laser glow.

Horizontal Nav Wordmark

Horizontal Header Wordmark

SVG Vector

Transparent wide header SVG formatted for navbars, live streams, and horizontal headers.

Angular Cyber Crest

Angular Cyber Shield Crest

SVG Vector

Standalone angular crest emblem with transparent edges and laser underglow.

3D Metallic Wordmark

3D Metallic Wordmark

SVG Vector

Beveled GAMES REBORN metallic logotype with 100% transparent background.

Cyber Wing Badge

Cyber Wing Badge

SVG Vector

Esports championship wing seal with transparent background.

Monogram Squircle Icon

Monogram Squircle Icon

SVG Vector

Squircle app icon monogram container with transparent outer boundary.

Monochrome White

Monochrome White

SVG Vector

Pure white vector mark with 100% transparent background for dark fabrics and laser cutting.

Monochrome Black

Monochrome Black

SVG Vector

Pure black vector mark with 100% transparent background for light stationary and stamps.

02 / High-Resolution Bitmaps

4K Transparent PNGs & Renders

32-bit alpha channel cutouts rendered at up to 4096×4096 resolution for compositing on any background.

4K Transparent Shield

Primary 3D Shield (4K)

4096×4096 PNG

Ultra-high detail brushed metallic finish with transparent alpha channel.

3D Horizontal Lockup

3D Horizontal Lockup

PNG Cutout

Faceted 3D emblem accompanied by GAMES REBORN typography.

Angular Cyber Crest

Angular Cyber Crest

PNG Cutout

High-speed esports badge with ruby underglow.

03 / Color Architecture

Official Color Palette & Swatches

Calibrated specifications across Digital (HEX/RGB/HSL), Print (CMYK), and Physical Production (Pantone Matching System).

Ruby Laser Red

HEX:#b81414
RGB:184, 20, 20
CMYK:10, 98, 95, 20
Pantone:PMS 186 C
Role:Primary Brand Accent

Electric Scarlet Flare

HEX:#ff263b
RGB:255, 38, 59
CMYK:0, 85, 77, 0
Pantone:PMS Warm Red C
Role:Glow & Laser Highlights

Brushed Steel 3D

HEX:#8f96a3
RGB:143, 150, 163
CMYK:35, 25, 20, 10
Pantone:Cool Gray 8 C
Role:Metallic Chrome Bevels

Obsidian Deep

HEX:#060709
RGB:6, 7, 9
CMYK:75, 68, 65, 90
Pantone:Black 6 C
Role:Foundation Background
04 / Typography

Type Hierarchy & Fonts

Futuristic geometry meets high-readability esports interface design.

DISPLAY / HEADINGS — Orbitron Black 900 (Letter-spacing: 4px–12px)

CONQUER THE REALM. REBORN.

SUBHEADINGS / BUTTONS — Orbitron Bold 700 (Letter-spacing: 2px)

NEXT-GENERATION TOURNAMENT MATCHMAKING

BODY COPY — Rajdhani Semi-Bold 600 (Line-height: 1.7)

Engineered with aerospace-grade precision and ultra-low latency architecture. Dark Reborn 3D delivers unparalleled competitive edge across all global esports arenas and creator ecosystems.

MONOSPACE / SYSTEM DATA — JetBrains Mono Regular 400

SYSTEM STATUS: ONLINE // EDGE_NODES: 128 // PING: 12ms // PACKET_LOSS: 0.00%

05 / Product Applications

Photorealistic Mockups

Studio-rendered mockups showcasing the brand applied to gaming battlestations, apparel, and wide cinematic headers.

Battlestation Desk Setup

Cyberpunk Gaming Battlestation

Curved OLED ultrawide monitor displaying the Dark Reborn UI with custom LED liquid cooling PC.

Esports Jersey & Hoodie

Official Performance Apparel

Black athletic esports jersey and heavyweight hoodie with 3D metallic red chrome chest print.

5K Wide Cinematic Header

5K Ultra-HD Cinematic Hero Header

5792×2896 master wide banner for full-screen hero headers, conference keynotes, and esports stages.

06 / Developer & Designer Handoff

Design Tokens & Code Snippets

Ready-to-use JSON design tokens, CSS variables, and Tailwind CSS configuration.

brand_tokens.json

{
  "brandName": "Dark Reborn 3D",
  "colors": {
    "primary": "#b81414",
    "primaryLight": "#ff263b",
    "titanium3D": "#8f96a3",
    "backgroundBase": "#060709",
    "surfaceCard": "#0f1218"
  },
  "fonts": {
    "display": "'Orbitron', sans-serif",
    "body": "'Rajdhani', sans-serif"
  }
}
Download JSON Tokens ↓

tailwind.config.js Preset

module.exports = {
  theme: {
    extend: {
      colors: {
        reborn: {
          red: '#b81414',
          scarlet: '#ff263b',
          titanium: '#8f96a3',
          obsidian: '#060709'
        }
      }
    }
  }
}
Download CSS Stylesheet ↓