Shades of Black Forest #2D401C
Tints of Black Forest #2D401C
RGB
CMYK
RGB Variations
Color information
#2D401C (or 0x2D401C) is known color: Black Forest. HEX triplet: 2D, 40 and 1C. RGB value is (45,64,28). Sum of RGB (Red+Green+Blue) = 45+64+28=137 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.85% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #2D401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D401C is #D2BFE3. Grayscale: #363636. Windows color (decimal): -13811684 or 1851437. OLE color: 1851437.
HSL color Cylindrical-coordinate representation of color #2D401C: hue angle of 91.67º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D401C is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 64 | 28 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.75 |
| HSL | 91.67º | 0.39% | 0.18% | - |
| HSV(B) | 91.67º | 0.56% | 0.25% | - |
| XYZ | 3.13 | 4.31 | 1.77 | - |
| YUV | 54.22 | 113.21 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 28 | 0.30 | 0 | 0.56 | 0.75 | 91.67 | 0.39 | 0.18 |
| Hex | 2D | 40 | 1C | 1E | 0 | 38 | 4B | 5C | 27 | 12 |
| Octal | 55 | 100 | 34 | 36 | 0 | 70 | 113 | 134 | 47 | 22 |
| Binary | 101101 | 1000000 | 11100 | 11110 | 0 | 111000 | 1001011 | 1011100 | 100111 | 10010 |
Color Harmonies of #2D401C
Complementary color
Monochromatic Colors of #2D401C
Black with #2D401C
Text Example
Text Example
White with #2D401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D401C; }
p { color: rgb(45,64,28); }
H1.HeaderClassName
{
color: #2D401C;
}
.AnyTagClassName
{
color: #2D401C;
}
</style>
background-color css
<style>
a { background-color: #2D401C; }
a { background-color: rgb(45,64,28); }
div.DivClassName
{
background-color: #2D401C;
}
.BgClassName
{
background-color: #2D401C;
}
</style>
border-color css
<style>
span { border-color: #2D401C; }
span { border-color: rgb(45,64,28); }
td.TdClassName
{
border-color: #2D401C;
}
.TagClassName
{
border-color: #2D401C;
}
</style>