Shades of Black Forest #2A3422
Tints of Black Forest #2A3422
RGB
CMYK
RGB Variations
Color information
#2A3422 (or 0x2A3422) is known color: Black Forest. HEX triplet: 2A, 34 and 22. RGB value is (42,52,34). Sum of RGB (Red+Green+Blue) = 42+52+34=128 (16% of max value = 765). Red value is 42 (16.80% from 255 or 32.81% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 52 - color contains mainly: green. Hex color #2A3422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3422 is #D5CBDD. Grayscale: #2F2F2F. Windows color (decimal): -14011358 or 2241578. OLE color: 2241578.
HSL color Cylindrical-coordinate representation of color #2A3422: hue angle of 93.33º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2A3422 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 52 | 34 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.80 |
| HSL | 93.33º | 0.21% | 0.17% | - |
| HSV(B) | 93.33º | 0.35% | 0.2% | - |
| XYZ | 2.47 | 3.06 | 1.97 | - |
| YUV | 46.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 34 | 0.19 | 0 | 0.35 | 0.80 | 93.33 | 0.21 | 0.17 |
| Hex | 2A | 34 | 22 | 13 | 0 | 23 | 50 | 5D | 15 | 11 |
| Octal | 52 | 64 | 42 | 23 | 0 | 43 | 120 | 135 | 25 | 21 |
| Binary | 101010 | 110100 | 100010 | 10011 | 0 | 100011 | 1010000 | 1011101 | 10101 | 10001 |
Color Harmonies of #2A3422
Complementary color
Monochromatic Colors of #2A3422
Black with #2A3422
Text Example
Text Example
White with #2A3422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3422; }
p { color: rgb(42,52,34); }
H1.HeaderClassName
{
color: #2A3422;
}
.AnyTagClassName
{
color: #2A3422;
}
</style>
background-color css
<style>
a { background-color: #2A3422; }
a { background-color: rgb(42,52,34); }
div.DivClassName
{
background-color: #2A3422;
}
.BgClassName
{
background-color: #2A3422;
}
</style>
border-color css
<style>
span { border-color: #2A3422; }
span { border-color: rgb(42,52,34); }
td.TdClassName
{
border-color: #2A3422;
}
.TagClassName
{
border-color: #2A3422;
}
</style>