#1D0000
A very dark, vivid neutral closely aligning with Black.
About #1D0000
When working with digital screens, the color #1D0000 is rendered by mixing light. Designers often compare it to the standard color Black. In the RGB color space, it consists of 29 red, 0 green, and 0 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 100% magenta, 100% yellow, and 89% black. With a hue angle of 0.0 degrees, it sits comfortably in the neutral spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D0000
RGB29, 0, 0
HSL0.0°, 100.0%, 5.7%
CMYK0%, 100%, 100%, 89%
HSV0.0°, 100.0%, 11.4%
LAB2.4, 10.6, 3.7
XYZ0.5, 0.3, 0.0
Decimal1900544
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
19.96:1
Text on #FFFFFF
AAA
1.05:1
Text on #000000
FAIL
19.07:1
Text on #F8FAFC
AAA
1.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0000;
}
.text-color {
color: #1D0000;
}
.border-color {
border: 2px solid #1D0000;
}