#1D1D1D
A very dark, muted neutral closely aligning with Black.
About #1D1D1D
The precise color #1D1D1D is an excellent choice for modern design projects. It is closely associated with the named CSS color Black. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 29, and 29.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 0% Magenta, 0% Yellow, and 89% Black. The HSL representation is 0° hue, 0% saturation, and 11.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D1D1D
RGB29, 29, 29
HSL0°, 0%, 11.4%
CMYK0%, 0%, 0%, 89%
HSV0°, 0.0%, 11.4%
LAB10.8, 0.0, -0.0
XYZ1.2, 1.2, 1.3
Decimal1907997
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.86:1
Text on #FFFFFF
AAA
1.25:1
Text on #000000
FAIL
16.11:1
Text on #F8FAFC
AAA
1.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1D1D;
}
.text-color {
color: #1D1D1D;
}
.border-color {
border: 2px solid #1D1D1D;
}