#00001D
A very dark, vivid neutral closely aligning with Black.
About #00001D
At its core, #00001D is a very dark and vivid hue. Designers often compare it to the standard color Black. This translates to an RGB value of rgb(0, 0, 29).
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 100% Magenta, 0% Yellow, and 89% Black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00001D
RGB0, 0, 29
HSL240.0°, 100.0%, 5.7%
CMYK100%, 100%, 0%, 89%
HSV240.0°, 100.0%, 11.4%
LAB0.8, 5.6, -15.1
XYZ0.2, 0.1, 1.2
Decimal29
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
20.63:1
Text on #FFFFFF
AAA
1.02:1
Text on #000000
FAIL
19.72:1
Text on #F8FAFC
AAA
1.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #00001D;
}
.text-color {
color: #00001D;
}
.border-color {
border: 2px solid #00001D;
}