Shades of Black Forest #2B3423
Tints of Black Forest #2B3423
RGB
CMYK
RGB Variations
Color information
#2B3423 (or 0x2B3423) is known color: Black Forest. HEX triplet: 2B, 34 and 23. RGB value is (43,52,35). Sum of RGB (Red+Green+Blue) = 43+52+35=130 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.08% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 52 - color contains mainly: green. Hex color #2B3423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3423 is #D4CBDC. Grayscale: #2F2F2F. Windows color (decimal): -13945821 or 2307115. OLE color: 2307115.
HSL color Cylindrical-coordinate representation of color #2B3423: hue angle of 91.76º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2B3423 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 52 | 35 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.80 |
| HSL | 91.76º | 0.2% | 0.17% | - |
| HSV(B) | 91.76º | 0.33% | 0.2% | - |
| XYZ | 2.53 | 3.09 | 2.05 | - |
| YUV | 47.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 35 | 0.17 | 0 | 0.33 | 0.80 | 91.76 | 0.2 | 0.17 |
| Hex | 2B | 34 | 23 | 11 | 0 | 21 | 50 | 5C | 14 | 11 |
| Octal | 53 | 64 | 43 | 21 | 0 | 41 | 120 | 134 | 24 | 21 |
| Binary | 101011 | 110100 | 100011 | 10001 | 0 | 100001 | 1010000 | 1011100 | 10100 | 10001 |
Color Harmonies of #2B3423
Complementary color
Monochromatic Colors of #2B3423
Black with #2B3423
Text Example
Text Example
White with #2B3423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3423; }
p { color: rgb(43,52,35); }
H1.HeaderClassName
{
color: #2B3423;
}
.AnyTagClassName
{
color: #2B3423;
}
</style>
background-color css
<style>
a { background-color: #2B3423; }
a { background-color: rgb(43,52,35); }
div.DivClassName
{
background-color: #2B3423;
}
.BgClassName
{
background-color: #2B3423;
}
</style>
border-color css
<style>
span { border-color: #2B3423; }
span { border-color: rgb(43,52,35); }
td.TdClassName
{
border-color: #2B3423;
}
.TagClassName
{
border-color: #2B3423;
}
</style>