Jack Black#0A0A0A
Crimson Red#D62828
Burgundy#7B1F2E
Taupe Brown#805D4D
Charcoal Gray#3A3A3A
Palette direction

Jack Black Red Color Palette

This palette combines bold Jack Black with vibrant Red and deep Burgundy to create a powerful, confident identity. The main colors balance strong, attention-grabbing hues with rich undertones for diverse digital and branding applications.

MonochromaticFashion Beautyblackredjack blackburgundy
palette-preview.example
Fashion Beauty color direction

Jack Black Red Color Palette

This palette combines bold Jack Black with vibrant Red and deep Burgundy to create a powerful, confident identity. The main colors balance strong, attention-grabbing hues with rich undertones for diverse digital and branding applications.

Explore the color system
Logo contrast guide

Logo color pairings

ColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.

Logo Pure White #FFFFFFon Jack Black #0A0A0A19.8:1 Excellent
Logo Pure White #FFFFFFon Crimson Red #D628285.0:1 Strong
Logo Jack Black #0A0A0Aon Pure White #FFFFFF19.8:1 Excellent
Logo Pure White #FFFFFFon Taupe Brown #805D4D5.8:1 Strong
Icon color
BackgroundJack Black#0A0A0ATextPure White#FFFFFF
Primary Button19.80:1
AAA

Best for the main action users should notice first.

BackgroundCrimson Red#D62828TextPure White#FFFFFF
Secondary Button5.01:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextCrimson Red#D62828
Outlined Button5.01:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextCrimson Red#D62828
Text Button5.01:1
AA

A quiet action for links, navigation, and inline decisions.

Palette composition8 colorsMonochromatic color relationship
9:41Jack Black Red Color Palette Color role balance
Monochromatic system
60% DominantNeutrals

Backgrounds, large surfaces, whitespace, and reading comfort.

30% SecondarySupport colors

Sections, secondary UI, illustrations, and repeated brand moments.

10% AccentMain colors

High-attention moments like primary actions and memorable highlights.

CJack Black Red Color PaletteFashion Beauty brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The brand's main colors combine Jack Black, vibrant Red, and Burgundy to establish a striking and memorable visual system that conveys confidence and sophistication.

Clear roles create a consistent brand experience.

Color Roles and Usage Map

Assign existing palette colors to brand, typography, and interface roles.

Brand identity

LogoUsed for logo marks and core brand symbols.Jack Black #0A0A0A
HeadlineUsed for main titles and key messages.Burgundy #7B1F2E
LinkUsed for links and interactive text.Crimson Red #D62828

Buttons

Primary Button
BackgroundJack Black #0A0A0A
TextPure White #FFFFFF
Secondary Button
BackgroundCrimson Red #D62828
TextPure White #FFFFFF
Outlined Button
BackgroundCrimson Red #D62828
TextCrimson Red #D62828

Interface

TextDefault readable body text.Rich Black #1A1A1A
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Ivory #F5F5F5
IconSmall interface icons and marks.Taupe Brown #805D4D
BorderCards, inputs, and component borders.Taupe Brown #805D4D
DividerSubtle separators between content.Taupe Brown #805D4D
OutlineFocus rings and emphasis outlines.Taupe Brown #805D4D

Palette Colors

A compact view of the brand, support, and neutral colors that make up this system.

Main (Brand) Colors

The brand's main colors combine Jack Black, vibrant Red, and Burgundy to establish a striking and memorable visual system that conveys confidence and sophistication.

PrimaryJack Black

RolesLogo, Btn Primary Bg

Jack Black provides a deep, strong foundation that signifies sophistication and timelessness.

HEX#0A0A0A
RGB10, 10, 10
HSL0, 0, 4
CMYK0, 0, 0, 96
SecondaryCrimson Red

RolesLink, Btn Outlined Border, Btn Outlined Text, Btn Secondary Bg

Crimson Red commands attention and conveys passion and energy, making it ideal for interaction elements.

HEX#D62828
RGB214, 40, 40
HSL0, 69, 50
CMYK0, 81, 81, 16
TertiaryBurgundy

RolesHeadline

Burgundy adds depth and refinement to the palette, balancing the vibrant red with a mature tone.

HEX#7B1F2E
RGB123, 31, 46
HSL350, 60, 30
CMYK0, 75, 63, 52

Support Colors

The support colors extend the main palette with rich Taupe Brown and muted Charcoal Gray, reinforcing the main colors while maintaining visual harmony and usability.

Taupe Brown

RolesIcon, Border, Divider, Outline

Taupe Brown complements the reds with subtle warmth, providing understated accents that support main elements without competition.

HEX#805D4D
RGB128, 93, 77
HSL19, 25, 40
CMYK0, 27, 40, 50
Charcoal Gray

Charcoal Gray offers a neutral but strong counterbalance to the bright and deep reds, enhancing contrast and usability.

HEX#3A3A3A
RGB58, 58, 58
HSL0, 0, 23
CMYK0, 0, 0, 77

Neutral Colors

Utility colors for backgrounds, text, borders, and balance.

Pure White

RolesBg Light, Btn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory

RolesBg Dark

HEX#F5F5F5
RGB245, 245, 245
HSL0, 0, 96
CMYK0, 0, 0, 4
Rich Black

RolesText

HEX#1A1A1A
RGB26, 26, 26
HSL0, 0, 10
CMYK0, 0, 0, 90

Export and Handoff

Copy palette values for design systems, websites, and client handoff.

Color tokens

Use these in CSS when you want every raw palette color available by name. Best for websites, landing pages, and design system variables.

Use when: you need the actual colors.
:root {
  --color-jack-black: #0A0A0A;
  --color-crimson-red: #D62828;
  --color-burgundy: #7B1F2E;
  --color-taupe-brown: #805D4D;
  --color-charcoal-gray: #3A3A3A;
  --color-pure-white: #FFFFFF;
  --color-ivory: #F5F5F5;
  --color-rich-black: #1A1A1A;
}

Role tokens

Use these in CSS when colors are assigned to practical jobs like text, buttons, borders, links, and backgrounds.

Use when: you need UI roles, not just swatches.
:root {
  --role-logo: #0A0A0A;
  --role-btn-primary-bg: #0A0A0A;
  --role-link: #D62828;
  --role-btn-outlined-border: #D62828;
  --role-btn-outlined-text: #D62828;
  --role-btn-secondary-bg: #D62828;
  --role-headline: #7B1F2E;
  --role-icon: #805D4D;
  --role-border: #805D4D;
  --role-divider: #805D4D;
  --role-outline: #805D4D;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F5F5F5;
  --role-text: #1A1A1A;
}

JSON

Use this structured palette data in apps, generators, plugins, or tools that need to read the palette programmatically.

Use when: a developer or app needs data.
{
    "jack-black": "#0A0A0A",
    "crimson-red": "#D62828",
    "burgundy": "#7B1F2E",
    "taupe-brown": "#805D4D",
    "charcoal-gray": "#3A3A3A",
    "pure-white": "#FFFFFF",
    "ivory": "#F5F5F5",
    "rich-black": "#1A1A1A"
}
Press Space to load new palette