Shades of Black Forest #2E3328
Tints of Black Forest #2E3328
RGB
CMYK
RGB Variations
Color information
#2E3328 (or 0x2E3328) is known color: Black Forest. HEX triplet: 2E, 33 and 28. RGB value is (46,51,40). Sum of RGB (Red+Green+Blue) = 46+51+40=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 51 - color contains mainly: green. Hex color #2E3328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3328 is #D1CCD7. Grayscale: #303030. Windows color (decimal): -13749464 or 2634542. OLE color: 2634542.
HSL color Cylindrical-coordinate representation of color #2E3328: hue angle of 87.27º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2E3328 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 46 | 51 | 40 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.8 |
| HSL | 87.27º | 0.12% | 0.18% | - |
| HSV(B) | 87.27º | 0.22% | 0.2% | - |
| XYZ | 2.69 | 3.1 | 2.46 | - |
| YUV | 48.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 40 | 0.10 | 0 | 0.22 | 0.8 | 87.27 | 0.12 | 0.18 |
| Hex | 2E | 33 | 28 | A | 0 | 16 | 50 | 57 | C | 12 |
| Octal | 56 | 63 | 50 | 12 | 0 | 26 | 120 | 127 | 14 | 22 |
| Binary | 101110 | 110011 | 101000 | 1010 | 0 | 10110 | 1010000 | 1010111 | 1100 | 10010 |
Color Harmonies of #2E3328
Complementary color
Monochromatic Colors of #2E3328
Black with #2E3328
Text Example
Text Example
White with #2E3328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3328; }
p { color: rgb(46,51,40); }
H1.HeaderClassName
{
color: #2E3328;
}
.AnyTagClassName
{
color: #2E3328;
}
</style>
background-color css
<style>
a { background-color: #2E3328; }
a { background-color: rgb(46,51,40); }
div.DivClassName
{
background-color: #2E3328;
}
.BgClassName
{
background-color: #2E3328;
}
</style>
border-color css
<style>
span { border-color: #2E3328; }
span { border-color: rgb(46,51,40); }
td.TdClassName
{
border-color: #2E3328;
}
.TagClassName
{
border-color: #2E3328;
}
</style>