#33240F
A very dark, moderate orange closely aligning with Black.
About #33240F
Visually, #33240F is defined as a moderate orange. It is closely associated with the named CSS color Black. Its digital footprint relies on 51 parts red, 36 parts green, and 15 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 29% M, 71% Y, and 80% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33240F
RGB51, 36, 15
HSL35.0°, 54.5%, 12.9%
CMYK0%, 29%, 71%, 80%
HSV35.0°, 70.6%, 20.0%
LAB15.5, 4.2, 16.3
XYZ2.1, 2.0, 0.7
Decimal3351567
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.00:1
Text on #FFFFFF
AAA
1.40:1
Text on #000000
FAIL
14.34:1
Text on #F8FAFC
AAA
1.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #33240F;
}
.text-color {
color: #33240F;
}
.border-color {
border: 2px solid #33240F;
}