#3B1E10
A very dark, moderate orange closely aligning with Black.
About #3B1E10
The hex code #3B1E10 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Black. This translates to an RGB value of rgb(59, 30, 16).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 49% M, 73% Y, and 77% K. The HSL representation is 19.5° hue, 57.3% saturation, and 14.7% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3B1E10
RGB59, 30, 16
HSL19.5°, 57.3%, 14.7%
CMYK0%, 49%, 73%, 77%
HSV19.5°, 72.9%, 23.1%
LAB14.9, 12.6, 15.3
XYZ2.4, 1.9, 0.7
Decimal3874320
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.23:1
Text on #FFFFFF
AAA
1.38:1
Text on #000000
FAIL
14.55:1
Text on #F8FAFC
AAA
1.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3B1E10;
}
.text-color {
color: #3B1E10;
}
.border-color {
border: 2px solid #3B1E10;
}