Shades of Black Forest #2A3721
Tints of Black Forest #2A3721
RGB
CMYK
RGB Variations
Color information
#2A3721 (or 0x2A3721) is known color: Black Forest. HEX triplet: 2A, 37 and 21. RGB value is (42,55,33). Sum of RGB (Red+Green+Blue) = 42+55+33=130 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.31% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 55 - color contains mainly: green. Hex color #2A3721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3721 is #D5C8DE. Grayscale: #303030. Windows color (decimal): -14010591 or 2176810. OLE color: 2176810.
HSL color Cylindrical-coordinate representation of color #2A3721: hue angle of 95.45º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2A3721 is Cyan = 0.24, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 55 | 33 | - |
| CMYK | 0.24 | 0 | 0.4 | 0.78 |
| HSL | 95.45º | 0.25% | 0.17% | - |
| HSV(B) | 95.45º | 0.4% | 0.22% | - |
| XYZ | 2.6 | 3.33 | 1.95 | - |
| YUV | 48.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 55 | 33 | 0.24 | 0 | 0.4 | 0.78 | 95.45 | 0.25 | 0.17 |
| Hex | 2A | 37 | 21 | 18 | 0 | 28 | 4E | 5F | 19 | 11 |
| Octal | 52 | 67 | 41 | 30 | 0 | 50 | 116 | 137 | 31 | 21 |
| Binary | 101010 | 110111 | 100001 | 11000 | 0 | 101000 | 1001110 | 1011111 | 11001 | 10001 |
Color Harmonies of #2A3721
Complementary color
Monochromatic Colors of #2A3721
Black with #2A3721
Text Example
Text Example
White with #2A3721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3721; }
p { color: rgb(42,55,33); }
H1.HeaderClassName
{
color: #2A3721;
}
.AnyTagClassName
{
color: #2A3721;
}
</style>
background-color css
<style>
a { background-color: #2A3721; }
a { background-color: rgb(42,55,33); }
div.DivClassName
{
background-color: #2A3721;
}
.BgClassName
{
background-color: #2A3721;
}
</style>
border-color css
<style>
span { border-color: #2A3721; }
span { border-color: rgb(42,55,33); }
td.TdClassName
{
border-color: #2A3721;
}
.TagClassName
{
border-color: #2A3721;
}
</style>