#1D001D
A very dark, vivid neutral closely aligning with Black.
About #1D001D
At its core, #1D001D is a very dark and vivid hue. It is closely associated with the named CSS color Black. This translates to an RGB value of rgb(29, 0, 29).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D001D
RGB29, 0, 29
HSL300.0°, 100.0%, 5.7%
CMYK0%, 100%, 0%, 89%
HSV300.0°, 100.0%, 11.4%
LAB3.2, 16.2, -11.4
XYZ0.7, 0.3, 1.2
Decimal1900573
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
19.63:1
Text on #FFFFFF
AAA
1.07:1
Text on #000000
FAIL
18.76:1
Text on #F8FAFC
AAA
1.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D001D;
}
.text-color {
color: #1D001D;
}
.border-color {
border: 2px solid #1D001D;
}