#1D0024
A very dark, vivid neutral closely aligning with Black.
About #1D0024
The hex code #1D0024 represents a beautifully specific shade of neutral. Its closest recognized web color is Black. In the RGB color space, it consists of 29 red, 0 green, and 36 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 19% Cyan, 100% Magenta, 0% Yellow, and 86% Black. With a hue angle of 288.3 degrees, it sits comfortably in the neutral spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D0024
RGB29, 0, 36
HSL288.3°, 100.0%, 7.1%
CMYK19%, 100%, 0%, 86%
HSV288.3°, 100.0%, 14.1%
LAB3.5, 18.7, -16.4
XYZ0.8, 0.4, 1.7
Decimal1900580
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
19.49:1
Text on #FFFFFF
AAA
1.08:1
Text on #000000
FAIL
18.62:1
Text on #F8FAFC
AAA
1.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0024;
}
.text-color {
color: #1D0024;
}
.border-color {
border: 2px solid #1D0024;
}