#001D0F
A very dark, vivid neutral closely aligning with Black.
About #001D0F
Visually, #001D0F is defined as a vivid neutral. Designers often compare it to the standard color Black. This translates to an RGB value of rgb(0, 29, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 100% C, 0% M, 48% Y, and 89% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#001D0F
RGB0, 29, 15
HSL151.0°, 100.0%, 5.7%
CMYK100%, 0%, 48%, 89%
HSV151.0°, 100.0%, 11.4%
LAB8.2, -14.0, 5.6
XYZ0.5, 0.9, 0.6
Decimal7439
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.76:1
Text on #FFFFFF
AAA
1.18:1
Text on #000000
FAIL
16.97:1
Text on #F8FAFC
AAA
1.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001D0F;
}
.text-color {
color: #001D0F;
}
.border-color {
border: 2px solid #001D0F;
}