Rich Black (FOGRA29) (#010B13)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 19.84:1 — vs black: 1.06:1

Color values

  • HEX #010B13
  • RGB rgb(1, 11, 19)
  • HSL hsl(206, 94%, 7%)
  • CMYK cmyk( 94.74, 42.11, 0, 92.55 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #010B13 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Rich Black (FOGRA29)
#010B13 Base
#130901
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Rich Black (FOGRA29)
#010B13 Base
#011312
#010213
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Rich Black (FOGRA29)
#010B13 Base
#13010B
#0B1301
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Rich Black (FOGRA29)
#010B13 Base
#130102
#131201
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Rich Black (FOGRA29)
#010B13 Base
#120113
#130901
#021301
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Rich Black (FOGRA29)
#010B13 Base
#010E18
#03213A
#05355C
#095FA4
Shades & Tints

Darker shades and lighter tints of Rich Black (FOGRA29), generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#010E18
#010E18
#010E18
#010E18
#010E18
Rich Black (FOGRA29) #010B13 Base
#063E6B
#0A71C3
#36A0F4
#8ECAF9
#E7F4FE
CSS & SCSS Snippets

Ready-to-use code snippets for #010B13. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #010B13;
}

/* Text */
.element {
    color: #010B13;
}

/* Border */
.element {
    border: 1px solid #010B13;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #010B13,
        #251101
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #010B13,
        #251101
    );
}
SCSS Variable
// SCSS variable
$rich-black-(fogra29): #010B13;

// With RGB channels (useful for rgba() usage)
$rich-black-(fogra29)-r: 1;
$rich-black-(fogra29)-g: 11;
$rich-black-(fogra29)-b: 19;

// Usage
.element {
    background-color: $rich-black-(fogra29);
    color: rgba($rich-black-(fogra29)-r, $rich-black-(fogra29)-g, $rich-black-(fogra29)-b, 0.8);
}
Color Blindness Simulation

How Rich Black (FOGRA29) appears to people with different types of color vision deficiency.

Normal Vision #010B13 How the color appears with full color vision.
Deuteranopia #080813 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #0A0A13 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #000C0C Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #0A0A0A Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Rich Black (FOGRA29) ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Rich Black (FOGRA29) #010B13 Base
Rich Black (FOGRA39) #010203 ΔE 4.32
Onyx #0F0F0F ΔE 4.74
Others #-0 ΔE 4.88
Black #000000 ΔE 4.88

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.