Shades of Black Forest #2B3521
Tints of Black Forest #2B3521
RGB
CMYK
RGB Variations
Color information
#2B3521 (or 0x2B3521) is known color: Black Forest. HEX triplet: 2B, 35 and 21. RGB value is (43,53,33). Sum of RGB (Red+Green+Blue) = 43+53+33=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 53 - color contains mainly: green. Hex color #2B3521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3521 is #D4CADE. Grayscale: #2F2F2F. Windows color (decimal): -13945567 or 2176299. OLE color: 2176299.
HSL color Cylindrical-coordinate representation of color #2B3521: hue angle of 90º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2B3521 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 53 | 33 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.79 |
| HSL | 90º | 0.23% | 0.17% | - |
| HSV(B) | 90º | 0.38% | 0.21% | - |
| XYZ | 2.54 | 3.17 | 1.92 | - |
| YUV | 47.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 53 | 33 | 0.19 | 0 | 0.38 | 0.79 | 90 | 0.23 | 0.17 |
| Hex | 2B | 35 | 21 | 13 | 0 | 26 | 4F | 5A | 17 | 11 |
| Octal | 53 | 65 | 41 | 23 | 0 | 46 | 117 | 132 | 27 | 21 |
| Binary | 101011 | 110101 | 100001 | 10011 | 0 | 100110 | 1001111 | 1011010 | 10111 | 10001 |
Color Harmonies of #2B3521
Complementary color
Monochromatic Colors of #2B3521
Black with #2B3521
Text Example
Text Example
White with #2B3521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3521; }
p { color: rgb(43,53,33); }
H1.HeaderClassName
{
color: #2B3521;
}
.AnyTagClassName
{
color: #2B3521;
}
</style>
background-color css
<style>
a { background-color: #2B3521; }
a { background-color: rgb(43,53,33); }
div.DivClassName
{
background-color: #2B3521;
}
.BgClassName
{
background-color: #2B3521;
}
</style>
border-color css
<style>
span { border-color: #2B3521; }
span { border-color: rgb(43,53,33); }
td.TdClassName
{
border-color: #2B3521;
}
.TagClassName
{
border-color: #2B3521;
}
</style>