Shades of Black Forest #2E3429
Tints of Black Forest #2E3429
RGB
CMYK
RGB Variations
Color information
#2E3429 (or 0x2E3429) is known color: Black Forest. HEX triplet: 2E, 34 and 29. RGB value is (46,52,41). Sum of RGB (Red+Green+Blue) = 46+52+41=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 52 - color contains mainly: green. Hex color #2E3429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3429 is #D1CBD6. Grayscale: #303030. Windows color (decimal): -13749207 or 2700334. OLE color: 2700334.
HSL color Cylindrical-coordinate representation of color #2E3429: hue angle of 92.73º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2E3429 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 52 | 41 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.80 |
| HSL | 92.73º | 0.12% | 0.18% | - |
| HSV(B) | 92.73º | 0.21% | 0.2% | - |
| XYZ | 2.75 | 3.2 | 2.57 | - |
| YUV | 48.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 41 | 0.12 | 0 | 0.21 | 0.80 | 92.73 | 0.12 | 0.18 |
| Hex | 2E | 34 | 29 | C | 0 | 15 | 50 | 5D | C | 12 |
| Octal | 56 | 64 | 51 | 14 | 0 | 25 | 120 | 135 | 14 | 22 |
| Binary | 101110 | 110100 | 101001 | 1100 | 0 | 10101 | 1010000 | 1011101 | 1100 | 10010 |
Color Harmonies of #2E3429
Complementary color
Monochromatic Colors of #2E3429
Black with #2E3429
Text Example
Text Example
White with #2E3429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3429; }
p { color: rgb(46,52,41); }
H1.HeaderClassName
{
color: #2E3429;
}
.AnyTagClassName
{
color: #2E3429;
}
</style>
background-color css
<style>
a { background-color: #2E3429; }
a { background-color: rgb(46,52,41); }
div.DivClassName
{
background-color: #2E3429;
}
.BgClassName
{
background-color: #2E3429;
}
</style>
border-color css
<style>
span { border-color: #2E3429; }
span { border-color: rgb(46,52,41); }
td.TdClassName
{
border-color: #2E3429;
}
.TagClassName
{
border-color: #2E3429;
}
</style>