Shades of Black Forest #2B3623
Tints of Black Forest #2B3623
RGB
CMYK
RGB Variations
Color information
#2B3623 (or 0x2B3623) is known color: Black Forest. HEX triplet: 2B, 36 and 23. RGB value is (43,54,35). Sum of RGB (Red+Green+Blue) = 43+54+35=132 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.58% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 54 - color contains mainly: green. Hex color #2B3623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3623 is #D4C9DC. Grayscale: #303030. Windows color (decimal): -13945309 or 2307627. OLE color: 2307627.
HSL color Cylindrical-coordinate representation of color #2B3623: hue angle of 94.74º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B3623 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 54 | 35 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.79 |
| HSL | 94.74º | 0.21% | 0.17% | - |
| HSV(B) | 94.74º | 0.35% | 0.21% | - |
| XYZ | 2.62 | 3.27 | 2.08 | - |
| YUV | 48.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 54 | 35 | 0.20 | 0 | 0.35 | 0.79 | 94.74 | 0.21 | 0.17 |
| Hex | 2B | 36 | 23 | 14 | 0 | 23 | 4F | 5F | 15 | 11 |
| Octal | 53 | 66 | 43 | 24 | 0 | 43 | 117 | 137 | 25 | 21 |
| Binary | 101011 | 110110 | 100011 | 10100 | 0 | 100011 | 1001111 | 1011111 | 10101 | 10001 |
Color Harmonies of #2B3623
Complementary color
Monochromatic Colors of #2B3623
Black with #2B3623
Text Example
Text Example
White with #2B3623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3623; }
p { color: rgb(43,54,35); }
H1.HeaderClassName
{
color: #2B3623;
}
.AnyTagClassName
{
color: #2B3623;
}
</style>
background-color css
<style>
a { background-color: #2B3623; }
a { background-color: rgb(43,54,35); }
div.DivClassName
{
background-color: #2B3623;
}
.BgClassName
{
background-color: #2B3623;
}
</style>
border-color css
<style>
span { border-color: #2B3623; }
span { border-color: rgb(43,54,35); }
td.TdClassName
{
border-color: #2B3623;
}
.TagClassName
{
border-color: #2B3623;
}
</style>