Shades of Black Forest #2C3D1C
Tints of Black Forest #2C3D1C
RGB
CMYK
RGB Variations
Color information
#2C3D1C (or 0x2C3D1C) is known color: Black Forest. HEX triplet: 2C, 3D and 1C. RGB value is (44,61,28). Sum of RGB (Red+Green+Blue) = 44+61+28=133 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.08% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 61 - color contains mainly: green. Hex color #2C3D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3D1C is #D3C2E3. Grayscale: #343434. Windows color (decimal): -13877988 or 1850668. OLE color: 1850668.
HSL color Cylindrical-coordinate representation of color #2C3D1C: hue angle of 90.91º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C3D1C is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 61 | 28 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.76 |
| HSL | 90.91º | 0.37% | 0.17% | - |
| HSV(B) | 90.91º | 0.54% | 0.24% | - |
| XYZ | 2.92 | 3.96 | 1.71 | - |
| YUV | 52.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 61 | 28 | 0.28 | 0 | 0.54 | 0.76 | 90.91 | 0.37 | 0.17 |
| Hex | 2C | 3D | 1C | 1C | 0 | 36 | 4C | 5B | 25 | 11 |
| Octal | 54 | 75 | 34 | 34 | 0 | 66 | 114 | 133 | 45 | 21 |
| Binary | 101100 | 111101 | 11100 | 11100 | 0 | 110110 | 1001100 | 1011011 | 100101 | 10001 |
Color Harmonies of #2C3D1C
Complementary color
Monochromatic Colors of #2C3D1C
Black with #2C3D1C
Text Example
Text Example
White with #2C3D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3D1C; }
p { color: rgb(44,61,28); }
H1.HeaderClassName
{
color: #2C3D1C;
}
.AnyTagClassName
{
color: #2C3D1C;
}
</style>
background-color css
<style>
a { background-color: #2C3D1C; }
a { background-color: rgb(44,61,28); }
div.DivClassName
{
background-color: #2C3D1C;
}
.BgClassName
{
background-color: #2C3D1C;
}
</style>
border-color css
<style>
span { border-color: #2C3D1C; }
span { border-color: rgb(44,61,28); }
td.TdClassName
{
border-color: #2C3D1C;
}
.TagClassName
{
border-color: #2C3D1C;
}
</style>