Shades of Black Forest #2C3622
Tints of Black Forest #2C3622
RGB
CMYK
RGB Variations
Color information
#2C3622 (or 0x2C3622) is known color: Black Forest. HEX triplet: 2C, 36 and 22. RGB value is (44,54,34). Sum of RGB (Red+Green+Blue) = 44+54+34=132 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.33% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 54 - color contains mainly: green. Hex color #2C3622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3622 is #D3C9DD. Grayscale: #303030. Windows color (decimal): -13879774 or 2242092. OLE color: 2242092.
HSL color Cylindrical-coordinate representation of color #2C3622: hue angle of 90º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2C3622 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 44 | 54 | 34 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.79 |
| HSL | 90º | 0.23% | 0.17% | - |
| HSV(B) | 90º | 0.37% | 0.21% | - |
| XYZ | 2.65 | 3.29 | 2.01 | - |
| YUV | 48.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 54 | 34 | 0.19 | 0 | 0.37 | 0.79 | 90 | 0.23 | 0.17 |
| Hex | 2C | 36 | 22 | 13 | 0 | 25 | 4F | 5A | 17 | 11 |
| Octal | 54 | 66 | 42 | 23 | 0 | 45 | 117 | 132 | 27 | 21 |
| Binary | 101100 | 110110 | 100010 | 10011 | 0 | 100101 | 1001111 | 1011010 | 10111 | 10001 |
Color Harmonies of #2C3622
Complementary color
Monochromatic Colors of #2C3622
Black with #2C3622
Text Example
Text Example
White with #2C3622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3622; }
p { color: rgb(44,54,34); }
H1.HeaderClassName
{
color: #2C3622;
}
.AnyTagClassName
{
color: #2C3622;
}
</style>
background-color css
<style>
a { background-color: #2C3622; }
a { background-color: rgb(44,54,34); }
div.DivClassName
{
background-color: #2C3622;
}
.BgClassName
{
background-color: #2C3622;
}
</style>
border-color css
<style>
span { border-color: #2C3622; }
span { border-color: rgb(44,54,34); }
td.TdClassName
{
border-color: #2C3622;
}
.TagClassName
{
border-color: #2C3622;
}
</style>