#3A1D00
A very dark, vivid orange closely aligning with Black.
About #3A1D00
The precise color #3A1D00 is an excellent choice for modern design projects. Its closest recognized web color is Black. In the RGB color space, it consists of 58 red, 29 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 50% Magenta, 100% Yellow, and 77% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#3A1D00
RGB58, 29, 0
HSL30.0°, 100.0%, 11.4%
CMYK0%, 50%, 100%, 77%
HSV30.0°, 100.0%, 22.7%
LAB14.3, 11.6, 21.4
XYZ2.2, 1.8, 0.2
Decimal3808512
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.49:1
Text on #FFFFFF
AAA
1.36:1
Text on #000000
FAIL
14.81:1
Text on #F8FAFC
AAA
1.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A1D00;
}
.text-color {
color: #3A1D00;
}
.border-color {
border: 2px solid #3A1D00;
}