Shades of Black Forest #2E3726
Tints of Black Forest #2E3726
RGB
CMYK
RGB Variations
Color information
#2E3726 (or 0x2E3726) is known color: Black Forest. HEX triplet: 2E, 37 and 26. RGB value is (46,55,38). Sum of RGB (Red+Green+Blue) = 46+55+38=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 55 - color contains mainly: green. Hex color #2E3726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3726 is #D1C8D9. Grayscale: #323232. Windows color (decimal): -13748442 or 2504494. OLE color: 2504494.
HSL color Cylindrical-coordinate representation of color #2E3726: hue angle of 91.76º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2E3726 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 55 | 38 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.78 |
| HSL | 91.76º | 0.18% | 0.18% | - |
| HSV(B) | 91.76º | 0.31% | 0.22% | - |
| XYZ | 2.84 | 3.45 | 2.35 | - |
| YUV | 50.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 55 | 38 | 0.16 | 0 | 0.31 | 0.78 | 91.76 | 0.18 | 0.18 |
| Hex | 2E | 37 | 26 | 10 | 0 | 1F | 4E | 5C | 12 | 12 |
| Octal | 56 | 67 | 46 | 20 | 0 | 37 | 116 | 134 | 22 | 22 |
| Binary | 101110 | 110111 | 100110 | 10000 | 0 | 11111 | 1001110 | 1011100 | 10010 | 10010 |
Color Harmonies of #2E3726
Complementary color
Monochromatic Colors of #2E3726
Black with #2E3726
Text Example
Text Example
White with #2E3726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3726; }
p { color: rgb(46,55,38); }
H1.HeaderClassName
{
color: #2E3726;
}
.AnyTagClassName
{
color: #2E3726;
}
</style>
background-color css
<style>
a { background-color: #2E3726; }
a { background-color: rgb(46,55,38); }
div.DivClassName
{
background-color: #2E3726;
}
.BgClassName
{
background-color: #2E3726;
}
</style>
border-color css
<style>
span { border-color: #2E3726; }
span { border-color: rgb(46,55,38); }
td.TdClassName
{
border-color: #2E3726;
}
.TagClassName
{
border-color: #2E3726;
}
</style>