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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#010B13
Base
#130901
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#010B13
Base
#011312
#010213
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#010B13
Base
#13010B
#0B1301
Two colors flanking the complement — high contrast with less tension than full complementary.
#010B13
Base
#130102
#131201
Four colors at 90° intervals — rich variety, best when one color dominates.
#010B13
Base
#120113
#130901
#021301
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#010B13
Base
#010E18
#03213A
#05355C
#095FA4
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
#010B13
Base
#063E6B
#0A71C3
#36A0F4
#8ECAF9
#E7F4FE
Ready-to-use code snippets for #010B13. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #010B13;
}
/* Text */
.element {
color: #010B13;
}
/* Border */
.element {
border: 1px solid #010B13;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#010B13,
#251101
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#010B13,
#251101
);
}
// 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);
}
How Rich Black (FOGRA29) appears to people with different types of color vision deficiency.
#010B13
How the color appears with full color vision.
#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.
#0A0A13
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#000C0C
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#0A0A0A
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.