#001D07
A very dark, vivid neutral closely aligning with Black.
About #001D07
At its core, #001D07 is a very dark and vivid hue. Its closest recognized web color is Black. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 29, and 7.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 100% cyan, 0% magenta, 76% yellow, and 89% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#001D07
RGB0, 29, 7
HSL134.5°, 100.0%, 5.7%
CMYK100%, 0%, 76%, 89%
HSV134.5°, 100.0%, 11.4%
LAB8.1, -15.2, 8.9
XYZ0.5, 0.9, 0.3
Decimal7431
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.81:1
Text on #FFFFFF
AAA
1.18:1
Text on #000000
FAIL
17.03:1
Text on #F8FAFC
AAA
1.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001D07;
}
.text-color {
color: #001D07;
}
.border-color {
border: 2px solid #001D07;
}