Shades of Black Forest #2D401B
Tints of Black Forest #2D401B
RGB
CMYK
RGB Variations
Color information
#2D401B (or 0x2D401B) is known color: Black Forest. HEX triplet: 2D, 40 and 1B. RGB value is (45,64,27). Sum of RGB (Red+Green+Blue) = 45+64+27=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #2D401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D401B is #D2BFE4. Grayscale: #363636. Windows color (decimal): -13811685 or 1785901. OLE color: 1785901.
HSL color Cylindrical-coordinate representation of color #2D401B: hue angle of 90.81º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D401B is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 64 | 27 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.75 |
| HSL | 90.81º | 0.41% | 0.18% | - |
| HSV(B) | 90.81º | 0.58% | 0.25% | - |
| XYZ | 3.11 | 4.3 | 1.7 | - |
| YUV | 54.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 27 | 0.30 | 0 | 0.58 | 0.75 | 90.81 | 0.41 | 0.18 |
| Hex | 2D | 40 | 1B | 1E | 0 | 3A | 4B | 5B | 29 | 12 |
| Octal | 55 | 100 | 33 | 36 | 0 | 72 | 113 | 133 | 51 | 22 |
| Binary | 101101 | 1000000 | 11011 | 11110 | 0 | 111010 | 1001011 | 1011011 | 101001 | 10010 |
Color Harmonies of #2D401B
Complementary color
Monochromatic Colors of #2D401B
Black with #2D401B
Text Example
Text Example
White with #2D401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D401B; }
p { color: rgb(45,64,27); }
H1.HeaderClassName
{
color: #2D401B;
}
.AnyTagClassName
{
color: #2D401B;
}
</style>
background-color css
<style>
a { background-color: #2D401B; }
a { background-color: rgb(45,64,27); }
div.DivClassName
{
background-color: #2D401B;
}
.BgClassName
{
background-color: #2D401B;
}
</style>
border-color css
<style>
span { border-color: #2D401B; }
span { border-color: rgb(45,64,27); }
td.TdClassName
{
border-color: #2D401B;
}
.TagClassName
{
border-color: #2D401B;
}
</style>