Shades of Black Forest #2A3B21
Tints of Black Forest #2A3B21
RGB
CMYK
RGB Variations
Color information
#2A3B21 (or 0x2A3B21) is known color: Black Forest. HEX triplet: 2A, 3B and 21. RGB value is (42,59,33). Sum of RGB (Red+Green+Blue) = 42+59+33=134 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.34% from 134); Green value is 59 (23.44% from 255 or 44.03% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 59 - color contains mainly: green. Hex color #2A3B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3B21 is #D5C4DE. Grayscale: #333333. Windows color (decimal): -14009567 or 2177834. OLE color: 2177834.
HSL color Cylindrical-coordinate representation of color #2A3B21: hue angle of 99.23º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2A3B21 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 59 | 33 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.77 |
| HSL | 99.23º | 0.28% | 0.18% | - |
| HSV(B) | 99.23º | 0.44% | 0.23% | - |
| XYZ | 2.79 | 3.73 | 2.01 | - |
| YUV | 50.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 59 | 33 | 0.29 | 0 | 0.44 | 0.77 | 99.23 | 0.28 | 0.18 |
| Hex | 2A | 3B | 21 | 1D | 0 | 2C | 4D | 63 | 1C | 12 |
| Octal | 52 | 73 | 41 | 35 | 0 | 54 | 115 | 143 | 34 | 22 |
| Binary | 101010 | 111011 | 100001 | 11101 | 0 | 101100 | 1001101 | 1100011 | 11100 | 10010 |
Color Harmonies of #2A3B21
Complementary color
Monochromatic Colors of #2A3B21
Black with #2A3B21
Text Example
Text Example
White with #2A3B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3B21; }
p { color: rgb(42,59,33); }
H1.HeaderClassName
{
color: #2A3B21;
}
.AnyTagClassName
{
color: #2A3B21;
}
</style>
background-color css
<style>
a { background-color: #2A3B21; }
a { background-color: rgb(42,59,33); }
div.DivClassName
{
background-color: #2A3B21;
}
.BgClassName
{
background-color: #2A3B21;
}
</style>
border-color css
<style>
span { border-color: #2A3B21; }
span { border-color: rgb(42,59,33); }
td.TdClassName
{
border-color: #2A3B21;
}
.TagClassName
{
border-color: #2A3B21;
}
</style>