Shades of Black Forest #2B4316
Tints of Black Forest #2B4316
RGB
CMYK
RGB Variations
Color information
#2B4316 (or 0x2B4316) is known color: Black Forest. HEX triplet: 2B, 43 and 16. RGB value is (43,67,22). Sum of RGB (Red+Green+Blue) = 43+67+22=132 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.58% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #2B4316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4316 is #D4BCE9. Grayscale: #363636. Windows color (decimal): -13941994 or 1458987. OLE color: 1458987.
HSL color Cylindrical-coordinate representation of color #2B4316: hue angle of 92º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B4316 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 67 | 22 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.74 |
| HSL | 92º | 0.51% | 0.17% | - |
| HSV(B) | 92º | 0.67% | 0.26% | - |
| XYZ | 3.15 | 4.59 | 1.48 | - |
| YUV | 54.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 22 | 0.36 | 0 | 0.67 | 0.74 | 92 | 0.51 | 0.17 |
| Hex | 2B | 43 | 16 | 24 | 0 | 43 | 4A | 5C | 33 | 11 |
| Octal | 53 | 103 | 26 | 44 | 0 | 103 | 112 | 134 | 63 | 21 |
| Binary | 101011 | 1000011 | 10110 | 100100 | 0 | 1000011 | 1001010 | 1011100 | 110011 | 10001 |
Color Harmonies of #2B4316
Complementary color
Monochromatic Colors of #2B4316
Black with #2B4316
Text Example
Text Example
White with #2B4316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4316; }
p { color: rgb(43,67,22); }
H1.HeaderClassName
{
color: #2B4316;
}
.AnyTagClassName
{
color: #2B4316;
}
</style>
background-color css
<style>
a { background-color: #2B4316; }
a { background-color: rgb(43,67,22); }
div.DivClassName
{
background-color: #2B4316;
}
.BgClassName
{
background-color: #2B4316;
}
</style>
border-color css
<style>
span { border-color: #2B4316; }
span { border-color: rgb(43,67,22); }
td.TdClassName
{
border-color: #2B4316;
}
.TagClassName
{
border-color: #2B4316;
}
</style>