Shades of Black Forest #2B4021
Tints of Black Forest #2B4021
RGB
CMYK
RGB Variations
Color information
#2B4021 (or 0x2B4021) is known color: Black Forest. HEX triplet: 2B, 40 and 21. RGB value is (43,64,33). Sum of RGB (Red+Green+Blue) = 43+64+33=140 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.71% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #2B4021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4021 is #D4BFDE. Grayscale: #363636. Windows color (decimal): -13942751 or 2179115. OLE color: 2179115.
HSL color Cylindrical-coordinate representation of color #2B4021: hue angle of 100.65º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B4021 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 64 | 33 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.75 |
| HSL | 100.65º | 0.32% | 0.19% | - |
| HSV(B) | 100.65º | 0.48% | 0.25% | - |
| XYZ | 3.1 | 4.29 | 2.1 | - |
| YUV | 54.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 33 | 0.33 | 0 | 0.48 | 0.75 | 100.65 | 0.32 | 0.19 |
| Hex | 2B | 40 | 21 | 21 | 0 | 30 | 4B | 65 | 20 | 13 |
| Octal | 53 | 100 | 41 | 41 | 0 | 60 | 113 | 145 | 40 | 23 |
| Binary | 101011 | 1000000 | 100001 | 100001 | 0 | 110000 | 1001011 | 1100101 | 100000 | 10011 |
Color Harmonies of #2B4021
Complementary color
Monochromatic Colors of #2B4021
Black with #2B4021
Text Example
Text Example
White with #2B4021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4021; }
p { color: rgb(43,64,33); }
H1.HeaderClassName
{
color: #2B4021;
}
.AnyTagClassName
{
color: #2B4021;
}
</style>
background-color css
<style>
a { background-color: #2B4021; }
a { background-color: rgb(43,64,33); }
div.DivClassName
{
background-color: #2B4021;
}
.BgClassName
{
background-color: #2B4021;
}
</style>
border-color css
<style>
span { border-color: #2B4021; }
span { border-color: rgb(43,64,33); }
td.TdClassName
{
border-color: #2B4021;
}
.TagClassName
{
border-color: #2B4021;
}
</style>