Shades of Black Forest #2A4313
Tints of Black Forest #2A4313
RGB
CMYK
RGB Variations
Color information
#2A4313 (or 0x2A4313) is known color: Black Forest. HEX triplet: 2A, 43 and 13. RGB value is (42,67,19). Sum of RGB (Red+Green+Blue) = 42+67+19=128 (16% of max value = 765). Red value is 42 (16.80% from 255 or 32.81% from 128); Green value is 67 (26.56% from 255 or 52.34% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 67 - color contains mainly: green. Hex color #2A4313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4313 is #D5BCEC. Grayscale: #363636. Windows color (decimal): -14007533 or 1262378. OLE color: 1262378.
HSL color Cylindrical-coordinate representation of color #2A4313: hue angle of 91.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A4313 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 42 | 67 | 19 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.74 |
| HSL | 91.25º | 0.56% | 0.17% | - |
| HSV(B) | 91.25º | 0.72% | 0.26% | - |
| XYZ | 3.08 | 4.55 | 1.33 | - |
| YUV | 54.05 | 108.22 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 19 | 0.37 | 0 | 0.72 | 0.74 | 91.25 | 0.56 | 0.17 |
| Hex | 2A | 43 | 13 | 25 | 0 | 48 | 4A | 5B | 38 | 11 |
| Octal | 52 | 103 | 23 | 45 | 0 | 110 | 112 | 133 | 70 | 21 |
| Binary | 101010 | 1000011 | 10011 | 100101 | 0 | 1001000 | 1001010 | 1011011 | 111000 | 10001 |
Color Harmonies of #2A4313
Complementary color
Monochromatic Colors of #2A4313
Black with #2A4313
Text Example
Text Example
White with #2A4313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4313; }
p { color: rgb(42,67,19); }
H1.HeaderClassName
{
color: #2A4313;
}
.AnyTagClassName
{
color: #2A4313;
}
</style>
background-color css
<style>
a { background-color: #2A4313; }
a { background-color: rgb(42,67,19); }
div.DivClassName
{
background-color: #2A4313;
}
.BgClassName
{
background-color: #2A4313;
}
</style>
border-color css
<style>
span { border-color: #2A4313; }
span { border-color: rgb(42,67,19); }
td.TdClassName
{
border-color: #2A4313;
}
.TagClassName
{
border-color: #2A4313;
}
</style>