Shades of Black Forest #2E3B24
Tints of Black Forest #2E3B24
RGB
CMYK
RGB Variations
Color information
#2E3B24 (or 0x2E3B24) is known color: Black Forest. HEX triplet: 2E, 3B and 24. RGB value is (46,59,36). Sum of RGB (Red+Green+Blue) = 46+59+36=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 59 - color contains mainly: green. Hex color #2E3B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3B24 is #D1C4DB. Grayscale: #343434. Windows color (decimal): -13747420 or 2374446. OLE color: 2374446.
HSL color Cylindrical-coordinate representation of color #2E3B24: hue angle of 93.91º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E3B24 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 59 | 36 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.77 |
| HSL | 93.91º | 0.24% | 0.19% | - |
| HSV(B) | 93.91º | 0.39% | 0.23% | - |
| XYZ | 3.01 | 3.84 | 2.25 | - |
| YUV | 52.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 59 | 36 | 0.22 | 0 | 0.39 | 0.77 | 93.91 | 0.24 | 0.19 |
| Hex | 2E | 3B | 24 | 16 | 0 | 27 | 4D | 5E | 18 | 13 |
| Octal | 56 | 73 | 44 | 26 | 0 | 47 | 115 | 136 | 30 | 23 |
| Binary | 101110 | 111011 | 100100 | 10110 | 0 | 100111 | 1001101 | 1011110 | 11000 | 10011 |
Color Harmonies of #2E3B24
Complementary color
Monochromatic Colors of #2E3B24
Black with #2E3B24
Text Example
Text Example
White with #2E3B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3B24; }
p { color: rgb(46,59,36); }
H1.HeaderClassName
{
color: #2E3B24;
}
.AnyTagClassName
{
color: #2E3B24;
}
</style>
background-color css
<style>
a { background-color: #2E3B24; }
a { background-color: rgb(46,59,36); }
div.DivClassName
{
background-color: #2E3B24;
}
.BgClassName
{
background-color: #2E3B24;
}
</style>
border-color css
<style>
span { border-color: #2E3B24; }
span { border-color: rgb(46,59,36); }
td.TdClassName
{
border-color: #2E3B24;
}
.TagClassName
{
border-color: #2E3B24;
}
</style>