Shades of Black Forest #2B3921
Tints of Black Forest #2B3921
RGB
CMYK
RGB Variations
Color information
#2B3921 (or 0x2B3921) is known color: Black Forest. HEX triplet: 2B, 39 and 21. RGB value is (43,57,33). Sum of RGB (Red+Green+Blue) = 43+57+33=133 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.33% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 57 - color contains mainly: green. Hex color #2B3921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3921 is #D4C6DE. Grayscale: #323232. Windows color (decimal): -13944543 or 2177323. OLE color: 2177323.
HSL color Cylindrical-coordinate representation of color #2B3921: hue angle of 95º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2B3921 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 57 | 33 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.78 |
| HSL | 95º | 0.27% | 0.18% | - |
| HSV(B) | 95º | 0.42% | 0.22% | - |
| XYZ | 2.73 | 3.55 | 1.98 | - |
| YUV | 50.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 57 | 33 | 0.25 | 0 | 0.42 | 0.78 | 95 | 0.27 | 0.18 |
| Hex | 2B | 39 | 21 | 19 | 0 | 2A | 4E | 5F | 1B | 12 |
| Octal | 53 | 71 | 41 | 31 | 0 | 52 | 116 | 137 | 33 | 22 |
| Binary | 101011 | 111001 | 100001 | 11001 | 0 | 101010 | 1001110 | 1011111 | 11011 | 10010 |
Color Harmonies of #2B3921
Complementary color
Monochromatic Colors of #2B3921
Black with #2B3921
Text Example
Text Example
White with #2B3921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3921; }
p { color: rgb(43,57,33); }
H1.HeaderClassName
{
color: #2B3921;
}
.AnyTagClassName
{
color: #2B3921;
}
</style>
background-color css
<style>
a { background-color: #2B3921; }
a { background-color: rgb(43,57,33); }
div.DivClassName
{
background-color: #2B3921;
}
.BgClassName
{
background-color: #2B3921;
}
</style>
border-color css
<style>
span { border-color: #2B3921; }
span { border-color: rgb(43,57,33); }
td.TdClassName
{
border-color: #2B3921;
}
.TagClassName
{
border-color: #2B3921;
}
</style>