Shades of Black Forest #2B3D20
Tints of Black Forest #2B3D20
RGB
CMYK
RGB Variations
Color information
#2B3D20 (or 0x2B3D20) is known color: Black Forest. HEX triplet: 2B, 3D and 20. RGB value is (43,61,32). Sum of RGB (Red+Green+Blue) = 43+61+32=136 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.62% from 136); Green value is 61 (24.22% from 255 or 44.85% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 61 - color contains mainly: green. Hex color #2B3D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3D20 is #D4C2DF. Grayscale: #343434. Windows color (decimal): -13943520 or 2112811. OLE color: 2112811.
HSL color Cylindrical-coordinate representation of color #2B3D20: hue angle of 97.24º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B3D20 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 61 | 32 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.76 |
| HSL | 97.24º | 0.31% | 0.18% | - |
| HSV(B) | 97.24º | 0.48% | 0.24% | - |
| XYZ | 2.93 | 3.96 | 1.98 | - |
| YUV | 52.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 61 | 32 | 0.30 | 0 | 0.48 | 0.76 | 97.24 | 0.31 | 0.18 |
| Hex | 2B | 3D | 20 | 1E | 0 | 30 | 4C | 61 | 1F | 12 |
| Octal | 53 | 75 | 40 | 36 | 0 | 60 | 114 | 141 | 37 | 22 |
| Binary | 101011 | 111101 | 100000 | 11110 | 0 | 110000 | 1001100 | 1100001 | 11111 | 10010 |
Color Harmonies of #2B3D20
Complementary color
Monochromatic Colors of #2B3D20
Black with #2B3D20
Text Example
Text Example
White with #2B3D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3D20; }
p { color: rgb(43,61,32); }
H1.HeaderClassName
{
color: #2B3D20;
}
.AnyTagClassName
{
color: #2B3D20;
}
</style>
background-color css
<style>
a { background-color: #2B3D20; }
a { background-color: rgb(43,61,32); }
div.DivClassName
{
background-color: #2B3D20;
}
.BgClassName
{
background-color: #2B3D20;
}
</style>
border-color css
<style>
span { border-color: #2B3D20; }
span { border-color: rgb(43,61,32); }
td.TdClassName
{
border-color: #2B3D20;
}
.TagClassName
{
border-color: #2B3D20;
}
</style>