#001D2C
A very dark, vivid neutral closely aligning with Black.
About #001D2C
At its core, #001D2C is a very dark and vivid hue. Its closest recognized web color is Black. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 29, and 44.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 100% cyan, 34% magenta, 0% yellow, and 83% black. With a hue angle of 200.5 degrees, it sits comfortably in the neutral spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#001D2C
RGB0, 29, 44
HSL200.5°, 100.0%, 8.6%
CMYK100%, 34%, 0%, 83%
HSV200.5°, 100.0%, 17.3%
LAB9.5, -4.3, -13.2
XYZ0.9, 1.1, 2.5
Decimal7468
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.33:1
Text on #FFFFFF
AAA
1.21:1
Text on #000000
FAIL
16.56:1
Text on #F8FAFC
AAA
1.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001D2C;
}
.text-color {
color: #001D2C;
}
.border-color {
border: 2px solid #001D2C;
}