#3A240F
A very dark, moderate orange closely aligning with Black.
About #3A240F
Visually, #3A240F is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Black. Its digital footprint relies on 58 parts red, 36 parts green, and 15 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 38% Magenta, 74% Yellow, and 77% Black. With a hue angle of 29.3 degrees, it sits comfortably in the orange spectrum.
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#3A240F
RGB58, 36, 15
HSL29.3°, 58.9%, 14.3%
CMYK0%, 38%, 74%, 77%
HSV29.3°, 74.1%, 22.7%
LAB16.5, 7.9, 17.7
XYZ2.5, 2.2, 0.7
Decimal3810319
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.59:1
Text on #FFFFFF
AAA
1.44:1
Text on #000000
FAIL
13.95:1
Text on #F8FAFC
AAA
1.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A240F;
}
.text-color {
color: #3A240F;
}
.border-color {
border: 2px solid #3A240F;
}