Shades of Black Forest #2C3228
Tints of Black Forest #2C3228
RGB
CMYK
RGB Variations
Color information
#2C3228 (or 0x2C3228) is known color: Black Forest. HEX triplet: 2C, 32 and 28. RGB value is (44,50,40). Sum of RGB (Red+Green+Blue) = 44+50+40=134 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.84% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 50 - color contains mainly: green. Hex color #2C3228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3228 is #D3CDD7. Grayscale: #2F2F2F. Windows color (decimal): -13880792 or 2634284. OLE color: 2634284.
HSL color Cylindrical-coordinate representation of color #2C3228: hue angle of 96º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2C3228 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 50 | 40 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.80 |
| HSL | 96º | 0.11% | 0.18% | - |
| HSV(B) | 96º | 0.2% | 0.2% | - |
| XYZ | 2.56 | 2.97 | 2.45 | - |
| YUV | 47.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 50 | 40 | 0.12 | 0 | 0.20 | 0.80 | 96 | 0.11 | 0.18 |
| Hex | 2C | 32 | 28 | C | 0 | 14 | 50 | 60 | B | 12 |
| Octal | 54 | 62 | 50 | 14 | 0 | 24 | 120 | 140 | 13 | 22 |
| Binary | 101100 | 110010 | 101000 | 1100 | 0 | 10100 | 1010000 | 1100000 | 1011 | 10010 |
Color Harmonies of #2C3228
Complementary color
Monochromatic Colors of #2C3228
Black with #2C3228
Text Example
Text Example
White with #2C3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3228; }
p { color: rgb(44,50,40); }
H1.HeaderClassName
{
color: #2C3228;
}
.AnyTagClassName
{
color: #2C3228;
}
</style>
background-color css
<style>
a { background-color: #2C3228; }
a { background-color: rgb(44,50,40); }
div.DivClassName
{
background-color: #2C3228;
}
.BgClassName
{
background-color: #2C3228;
}
</style>
border-color css
<style>
span { border-color: #2C3228; }
span { border-color: rgb(44,50,40); }
td.TdClassName
{
border-color: #2C3228;
}
.TagClassName
{
border-color: #2C3228;
}
</style>