Shades of Black Forest #2E3828
Tints of Black Forest #2E3828
RGB
CMYK
RGB Variations
Color information
#2E3828 (or 0x2E3828) is known color: Black Forest. HEX triplet: 2E, 38 and 28. RGB value is (46,56,40). Sum of RGB (Red+Green+Blue) = 46+56+40=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 56 - color contains mainly: green. Hex color #2E3828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3828 is #D1C7D7. Grayscale: #333333. Windows color (decimal): -13748184 or 2635822. OLE color: 2635822.
HSL color Cylindrical-coordinate representation of color #2E3828: hue angle of 97.5º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2E3828 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 56 | 40 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.78 |
| HSL | 97.5º | 0.17% | 0.19% | - |
| HSV(B) | 97.5º | 0.29% | 0.22% | - |
| XYZ | 2.92 | 3.56 | 2.54 | - |
| YUV | 51.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 56 | 40 | 0.18 | 0 | 0.29 | 0.78 | 97.5 | 0.17 | 0.19 |
| Hex | 2E | 38 | 28 | 12 | 0 | 1D | 4E | 62 | 11 | 13 |
| Octal | 56 | 70 | 50 | 22 | 0 | 35 | 116 | 142 | 21 | 23 |
| Binary | 101110 | 111000 | 101000 | 10010 | 0 | 11101 | 1001110 | 1100010 | 10001 | 10011 |
Color Harmonies of #2E3828
Complementary color
Monochromatic Colors of #2E3828
Black with #2E3828
Text Example
Text Example
White with #2E3828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3828; }
p { color: rgb(46,56,40); }
H1.HeaderClassName
{
color: #2E3828;
}
.AnyTagClassName
{
color: #2E3828;
}
</style>
background-color css
<style>
a { background-color: #2E3828; }
a { background-color: rgb(46,56,40); }
div.DivClassName
{
background-color: #2E3828;
}
.BgClassName
{
background-color: #2E3828;
}
</style>
border-color css
<style>
span { border-color: #2E3828; }
span { border-color: rgb(46,56,40); }
td.TdClassName
{
border-color: #2E3828;
}
.TagClassName
{
border-color: #2E3828;
}
</style>