Shades of Black Forest #2B4016
Tints of Black Forest #2B4016
RGB
CMYK
RGB Variations
Color information
#2B4016 (or 0x2B4016) is known color: Black Forest. HEX triplet: 2B, 40 and 16. RGB value is (43,64,22). Sum of RGB (Red+Green+Blue) = 43+64+22=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #2B4016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4016 is #D4BFE9. Grayscale: #353535. Windows color (decimal): -13942762 or 1458219. OLE color: 1458219.
HSL color Cylindrical-coordinate representation of color #2B4016: hue angle of 90º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B4016 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 64 | 22 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.75 |
| HSL | 90º | 0.49% | 0.17% | - |
| HSV(B) | 90º | 0.66% | 0.25% | - |
| XYZ | 2.97 | 4.24 | 1.42 | - |
| YUV | 52.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 22 | 0.33 | 0 | 0.66 | 0.75 | 90 | 0.49 | 0.17 |
| Hex | 2B | 40 | 16 | 21 | 0 | 42 | 4B | 5A | 31 | 11 |
| Octal | 53 | 100 | 26 | 41 | 0 | 102 | 113 | 132 | 61 | 21 |
| Binary | 101011 | 1000000 | 10110 | 100001 | 0 | 1000010 | 1001011 | 1011010 | 110001 | 10001 |
Color Harmonies of #2B4016
Complementary color
Monochromatic Colors of #2B4016
Black with #2B4016
Text Example
Text Example
White with #2B4016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4016; }
p { color: rgb(43,64,22); }
H1.HeaderClassName
{
color: #2B4016;
}
.AnyTagClassName
{
color: #2B4016;
}
</style>
background-color css
<style>
a { background-color: #2B4016; }
a { background-color: rgb(43,64,22); }
div.DivClassName
{
background-color: #2B4016;
}
.BgClassName
{
background-color: #2B4016;
}
</style>
border-color css
<style>
span { border-color: #2B4016; }
span { border-color: rgb(43,64,22); }
td.TdClassName
{
border-color: #2B4016;
}
.TagClassName
{
border-color: #2B4016;
}
</style>