#241D0F
A very dark, moderate orange closely aligning with Black.
About #241D0F
When working with digital screens, the color #241D0F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(36, 29, 15).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 19% magenta, 58% yellow, and 86% 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. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#241D0F
RGB36, 29, 15
HSL40.0°, 41.2%, 10.0%
CMYK0%, 19%, 58%, 86%
HSV40.0°, 58.3%, 14.1%
LAB11.2, 0.9, 10.2
XYZ1.3, 1.3, 0.6
Decimal2366735
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.70:1
Text on #FFFFFF
AAA
1.26:1
Text on #000000
FAIL
15.96:1
Text on #F8FAFC
AAA
1.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #241D0F;
}
.text-color {
color: #241D0F;
}
.border-color {
border: 2px solid #241D0F;
}