Shades of Black Forest #2D401E
Tints of Black Forest #2D401E
RGB
CMYK
RGB Variations
Color information
#2D401E (or 0x2D401E) is known color: Black Forest. HEX triplet: 2D, 40 and 1E. RGB value is (45,64,30). Sum of RGB (Red+Green+Blue) = 45+64+30=139 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.37% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #2D401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D401E is #D2BFE1. Grayscale: #363636. Windows color (decimal): -13811682 or 1982509. OLE color: 1982509.
HSL color Cylindrical-coordinate representation of color #2D401E: hue angle of 93.53º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D401E is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 64 | 30 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.75 |
| HSL | 93.53º | 0.36% | 0.18% | - |
| HSV(B) | 93.53º | 0.53% | 0.25% | - |
| XYZ | 3.15 | 4.32 | 1.9 | - |
| YUV | 54.44 | 114.21 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 30 | 0.30 | 0 | 0.53 | 0.75 | 93.53 | 0.36 | 0.18 |
| Hex | 2D | 40 | 1E | 1E | 0 | 35 | 4B | 5E | 24 | 12 |
| Octal | 55 | 100 | 36 | 36 | 0 | 65 | 113 | 136 | 44 | 22 |
| Binary | 101101 | 1000000 | 11110 | 11110 | 0 | 110101 | 1001011 | 1011110 | 100100 | 10010 |
Color Harmonies of #2D401E
Complementary color
Monochromatic Colors of #2D401E
Black with #2D401E
Text Example
Text Example
White with #2D401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D401E; }
p { color: rgb(45,64,30); }
H1.HeaderClassName
{
color: #2D401E;
}
.AnyTagClassName
{
color: #2D401E;
}
</style>
background-color css
<style>
a { background-color: #2D401E; }
a { background-color: rgb(45,64,30); }
div.DivClassName
{
background-color: #2D401E;
}
.BgClassName
{
background-color: #2D401E;
}
</style>
border-color css
<style>
span { border-color: #2D401E; }
span { border-color: rgb(45,64,30); }
td.TdClassName
{
border-color: #2D401E;
}
.TagClassName
{
border-color: #2D401E;
}
</style>