Shades of Black Forest #2B3B1B
Tints of Black Forest #2B3B1B
RGB
CMYK
RGB Variations
Color information
#2B3B1B (or 0x2B3B1B) is known color: Black Forest. HEX triplet: 2B, 3B and 1B. RGB value is (43,59,27). Sum of RGB (Red+Green+Blue) = 43+59+27=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 59 (23.44% from 255 or 45.74% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 59 - color contains mainly: green. Hex color #2B3B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3B1B is #D4C4E4. Grayscale: #323232. Windows color (decimal): -13944037 or 1784619. OLE color: 1784619.
HSL color Cylindrical-coordinate representation of color #2B3B1B: hue angle of 90º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B3B1B is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 59 | 27 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.77 |
| HSL | 90º | 0.37% | 0.17% | - |
| HSV(B) | 90º | 0.54% | 0.23% | - |
| XYZ | 2.76 | 3.72 | 1.61 | - |
| YUV | 50.57 | 114.7 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 59 | 27 | 0.27 | 0 | 0.54 | 0.77 | 90 | 0.37 | 0.17 |
| Hex | 2B | 3B | 1B | 1B | 0 | 36 | 4D | 5A | 25 | 11 |
| Octal | 53 | 73 | 33 | 33 | 0 | 66 | 115 | 132 | 45 | 21 |
| Binary | 101011 | 111011 | 11011 | 11011 | 0 | 110110 | 1001101 | 1011010 | 100101 | 10001 |
Color Harmonies of #2B3B1B
Complementary color
Monochromatic Colors of #2B3B1B
Black with #2B3B1B
Text Example
Text Example
White with #2B3B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3B1B; }
p { color: rgb(43,59,27); }
H1.HeaderClassName
{
color: #2B3B1B;
}
.AnyTagClassName
{
color: #2B3B1B;
}
</style>
background-color css
<style>
a { background-color: #2B3B1B; }
a { background-color: rgb(43,59,27); }
div.DivClassName
{
background-color: #2B3B1B;
}
.BgClassName
{
background-color: #2B3B1B;
}
</style>
border-color css
<style>
span { border-color: #2B3B1B; }
span { border-color: rgb(43,59,27); }
td.TdClassName
{
border-color: #2B3B1B;
}
.TagClassName
{
border-color: #2B3B1B;
}
</style>