Shades of Black Forest #2E3C1F
Tints of Black Forest #2E3C1F
RGB
CMYK
RGB Variations
Color information
#2E3C1F (or 0x2E3C1F) is known color: Black Forest. HEX triplet: 2E, 3C and 1F. RGB value is (46,60,31). Sum of RGB (Red+Green+Blue) = 46+60+31=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 60 - color contains mainly: green. Hex color #2E3C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3C1F is #D1C3E0. Grayscale: #343434. Windows color (decimal): -13747169 or 2047022. OLE color: 2047022.
HSL color Cylindrical-coordinate representation of color #2E3C1F: hue angle of 88.97º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E3C1F is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 60 | 31 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.76 |
| HSL | 88.97º | 0.32% | 0.18% | - |
| HSV(B) | 88.97º | 0.48% | 0.24% | - |
| XYZ | 2.99 | 3.91 | 1.89 | - |
| YUV | 52.51 | 115.86 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 60 | 31 | 0.23 | 0 | 0.48 | 0.76 | 88.97 | 0.32 | 0.18 |
| Hex | 2E | 3C | 1F | 17 | 0 | 30 | 4C | 59 | 20 | 12 |
| Octal | 56 | 74 | 37 | 27 | 0 | 60 | 114 | 131 | 40 | 22 |
| Binary | 101110 | 111100 | 11111 | 10111 | 0 | 110000 | 1001100 | 1011001 | 100000 | 10010 |
Color Harmonies of #2E3C1F
Complementary color
Monochromatic Colors of #2E3C1F
Black with #2E3C1F
Text Example
Text Example
White with #2E3C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3C1F; }
p { color: rgb(46,60,31); }
H1.HeaderClassName
{
color: #2E3C1F;
}
.AnyTagClassName
{
color: #2E3C1F;
}
</style>
background-color css
<style>
a { background-color: #2E3C1F; }
a { background-color: rgb(46,60,31); }
div.DivClassName
{
background-color: #2E3C1F;
}
.BgClassName
{
background-color: #2E3C1F;
}
</style>
border-color css
<style>
span { border-color: #2E3C1F; }
span { border-color: rgb(46,60,31); }
td.TdClassName
{
border-color: #2E3C1F;
}
.TagClassName
{
border-color: #2E3C1F;
}
</style>