Shades of Black Forest #2E322B
Tints of Black Forest #2E322B
RGB
CMYK
RGB Variations
Color information
#2E322B (or 0x2E322B) is known color: Black Forest. HEX triplet: 2E, 32 and 2B. RGB value is (46,50,43). Sum of RGB (Red+Green+Blue) = 46+50+43=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 50 - color contains mainly: green. Hex color #2E322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E322B is #D1CDD4. Grayscale: #303030. Windows color (decimal): -13749717 or 2830894. OLE color: 2830894.
HSL color Cylindrical-coordinate representation of color #2E322B: hue angle of 94.29º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2E322B is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 50 | 43 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.80 |
| HSL | 94.29º | 0.08% | 0.18% | - |
| HSV(B) | 94.29º | 0.14% | 0.2% | - |
| XYZ | 2.7 | 3.04 | 2.73 | - |
| YUV | 48.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 43 | 0.08 | 0 | 0.14 | 0.80 | 94.29 | 0.08 | 0.18 |
| Hex | 2E | 32 | 2B | 8 | 0 | E | 50 | 5E | 8 | 12 |
| Octal | 56 | 62 | 53 | 10 | 0 | 16 | 120 | 136 | 10 | 22 |
| Binary | 101110 | 110010 | 101011 | 1000 | 0 | 1110 | 1010000 | 1011110 | 1000 | 10010 |
Color Harmonies of #2E322B
Complementary color
Monochromatic Colors of #2E322B
Black with #2E322B
Text Example
Text Example
White with #2E322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E322B; }
p { color: rgb(46,50,43); }
H1.HeaderClassName
{
color: #2E322B;
}
.AnyTagClassName
{
color: #2E322B;
}
</style>
background-color css
<style>
a { background-color: #2E322B; }
a { background-color: rgb(46,50,43); }
div.DivClassName
{
background-color: #2E322B;
}
.BgClassName
{
background-color: #2E322B;
}
</style>
border-color css
<style>
span { border-color: #2E322B; }
span { border-color: rgb(46,50,43); }
td.TdClassName
{
border-color: #2E322B;
}
.TagClassName
{
border-color: #2E322B;
}
</style>