Shades of Black Forest #2A421D
Tints of Black Forest #2A421D
RGB
CMYK
RGB Variations
Color information
#2A421D (or 0x2A421D) is known color: Black Forest. HEX triplet: 2A, 42 and 1D. RGB value is (42,66,29). Sum of RGB (Red+Green+Blue) = 42+66+29=137 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.66% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #2A421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A421D is #D5BDE2. Grayscale: #363636. Windows color (decimal): -14007779 or 1917482. OLE color: 1917482.
HSL color Cylindrical-coordinate representation of color #2A421D: hue angle of 98.92º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A421D is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 42 | 66 | 29 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.74 |
| HSL | 98.92º | 0.39% | 0.19% | - |
| HSV(B) | 98.92º | 0.56% | 0.26% | - |
| XYZ | 3.12 | 4.48 | 1.86 | - |
| YUV | 54.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 66 | 29 | 0.36 | 0 | 0.56 | 0.74 | 98.92 | 0.39 | 0.19 |
| Hex | 2A | 42 | 1D | 24 | 0 | 38 | 4A | 63 | 27 | 13 |
| Octal | 52 | 102 | 35 | 44 | 0 | 70 | 112 | 143 | 47 | 23 |
| Binary | 101010 | 1000010 | 11101 | 100100 | 0 | 111000 | 1001010 | 1100011 | 100111 | 10011 |
Color Harmonies of #2A421D
Complementary color
Monochromatic Colors of #2A421D
Black with #2A421D
Text Example
Text Example
White with #2A421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A421D; }
p { color: rgb(42,66,29); }
H1.HeaderClassName
{
color: #2A421D;
}
.AnyTagClassName
{
color: #2A421D;
}
</style>
background-color css
<style>
a { background-color: #2A421D; }
a { background-color: rgb(42,66,29); }
div.DivClassName
{
background-color: #2A421D;
}
.BgClassName
{
background-color: #2A421D;
}
</style>
border-color css
<style>
span { border-color: #2A421D; }
span { border-color: rgb(42,66,29); }
td.TdClassName
{
border-color: #2A421D;
}
.TagClassName
{
border-color: #2A421D;
}
</style>