Shades of Black Forest #2C3227
Tints of Black Forest #2C3227
RGB
CMYK
RGB Variations
Color information
#2C3227 (or 0x2C3227) is known color: Black Forest. HEX triplet: 2C, 32 and 27. RGB value is (44,50,39). Sum of RGB (Red+Green+Blue) = 44+50+39=133 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.08% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 50 - color contains mainly: green. Hex color #2C3227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3227 is #D3CDD8. Grayscale: #2E2E2E. Windows color (decimal): -13880793 or 2568748. OLE color: 2568748.
HSL color Cylindrical-coordinate representation of color #2C3227: hue angle of 92.73º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2C3227 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 50 | 39 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.80 |
| HSL | 92.73º | 0.12% | 0.17% | - |
| HSV(B) | 92.73º | 0.22% | 0.2% | - |
| XYZ | 2.55 | 2.96 | 2.36 | - |
| YUV | 46.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 50 | 39 | 0.12 | 0 | 0.22 | 0.80 | 92.73 | 0.12 | 0.17 |
| Hex | 2C | 32 | 27 | C | 0 | 16 | 50 | 5D | C | 11 |
| Octal | 54 | 62 | 47 | 14 | 0 | 26 | 120 | 135 | 14 | 21 |
| Binary | 101100 | 110010 | 100111 | 1100 | 0 | 10110 | 1010000 | 1011101 | 1100 | 10001 |
Color Harmonies of #2C3227
Complementary color
Monochromatic Colors of #2C3227
Black with #2C3227
Text Example
Text Example
White with #2C3227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3227; }
p { color: rgb(44,50,39); }
H1.HeaderClassName
{
color: #2C3227;
}
.AnyTagClassName
{
color: #2C3227;
}
</style>
background-color css
<style>
a { background-color: #2C3227; }
a { background-color: rgb(44,50,39); }
div.DivClassName
{
background-color: #2C3227;
}
.BgClassName
{
background-color: #2C3227;
}
</style>
border-color css
<style>
span { border-color: #2C3227; }
span { border-color: rgb(44,50,39); }
td.TdClassName
{
border-color: #2C3227;
}
.TagClassName
{
border-color: #2C3227;
}
</style>