Shades of Black Forest #2C3920
Tints of Black Forest #2C3920
RGB
CMYK
RGB Variations
Color information
#2C3920 (or 0x2C3920) is known color: Black Forest. HEX triplet: 2C, 39 and 20. RGB value is (44,57,32). Sum of RGB (Red+Green+Blue) = 44+57+32=133 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.08% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 57 - color contains mainly: green. Hex color #2C3920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3920 is #D3C6DF. Grayscale: #323232. Windows color (decimal): -13879008 or 2111788. OLE color: 2111788.
HSL color Cylindrical-coordinate representation of color #2C3920: hue angle of 91.2º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2C3920 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 57 | 32 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.78 |
| HSL | 91.2º | 0.28% | 0.17% | - |
| HSV(B) | 91.2º | 0.44% | 0.22% | - |
| XYZ | 2.76 | 3.57 | 1.91 | - |
| YUV | 50.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 57 | 32 | 0.23 | 0 | 0.44 | 0.78 | 91.2 | 0.28 | 0.17 |
| Hex | 2C | 39 | 20 | 17 | 0 | 2C | 4E | 5B | 1C | 11 |
| Octal | 54 | 71 | 40 | 27 | 0 | 54 | 116 | 133 | 34 | 21 |
| Binary | 101100 | 111001 | 100000 | 10111 | 0 | 101100 | 1001110 | 1011011 | 11100 | 10001 |
Color Harmonies of #2C3920
Complementary color
Monochromatic Colors of #2C3920
Black with #2C3920
Text Example
Text Example
White with #2C3920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3920; }
p { color: rgb(44,57,32); }
H1.HeaderClassName
{
color: #2C3920;
}
.AnyTagClassName
{
color: #2C3920;
}
</style>
background-color css
<style>
a { background-color: #2C3920; }
a { background-color: rgb(44,57,32); }
div.DivClassName
{
background-color: #2C3920;
}
.BgClassName
{
background-color: #2C3920;
}
</style>
border-color css
<style>
span { border-color: #2C3920; }
span { border-color: rgb(44,57,32); }
td.TdClassName
{
border-color: #2C3920;
}
.TagClassName
{
border-color: #2C3920;
}
</style>