#1D1D0F
A very dark, moderate neutral closely aligning with Black.
About #1D1D0F
The hex code #1D1D0F represents a beautifully specific shade of neutral. Its closest recognized web color is Black. In the RGB color space, it consists of 29 red, 29 green, and 15 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 0% magenta, 48% yellow, and 89% black. With a hue angle of 60.0 degrees, it sits comfortably in the neutral spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D1D0F
RGB29, 29, 15
HSL60.0°, 31.8%, 8.6%
CMYK0%, 0%, 48%, 89%
HSV60.0°, 48.3%, 11.4%
LAB10.4, -2.9, 8.9
XYZ1.0, 1.2, 0.6
Decimal1907983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.01:1
Text on #FFFFFF
AAA
1.23:1
Text on #000000
FAIL
16.25:1
Text on #F8FAFC
AAA
1.05:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1D0F;
}
.text-color {
color: #1D1D0F;
}
.border-color {
border: 2px solid #1D1D0F;
}