Shades of Black Forest #2C3726
Tints of Black Forest #2C3726
RGB
CMYK
RGB Variations
Color information
#2C3726 (or 0x2C3726) is known color: Black Forest. HEX triplet: 2C, 37 and 26. RGB value is (44,55,38). Sum of RGB (Red+Green+Blue) = 44+55+38=137 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.12% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 55 - color contains mainly: green. Hex color #2C3726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3726 is #D3C8D9. Grayscale: #313131. Windows color (decimal): -13879514 or 2504492. OLE color: 2504492.
HSL color Cylindrical-coordinate representation of color #2C3726: hue angle of 98.82º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2C3726 is Cyan = 0.2, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 55 | 38 | - |
| CMYK | 0.2 | 0 | 0.31 | 0.78 |
| HSL | 98.82º | 0.18% | 0.18% | - |
| HSV(B) | 98.82º | 0.31% | 0.22% | - |
| XYZ | 2.75 | 3.41 | 2.35 | - |
| YUV | 49.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 55 | 38 | 0.2 | 0 | 0.31 | 0.78 | 98.82 | 0.18 | 0.18 |
| Hex | 2C | 37 | 26 | 14 | 0 | 1F | 4E | 63 | 12 | 12 |
| Octal | 54 | 67 | 46 | 24 | 0 | 37 | 116 | 143 | 22 | 22 |
| Binary | 101100 | 110111 | 100110 | 10100 | 0 | 11111 | 1001110 | 1100011 | 10010 | 10010 |
Color Harmonies of #2C3726
Complementary color
Monochromatic Colors of #2C3726
Black with #2C3726
Text Example
Text Example
White with #2C3726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3726; }
p { color: rgb(44,55,38); }
H1.HeaderClassName
{
color: #2C3726;
}
.AnyTagClassName
{
color: #2C3726;
}
</style>
background-color css
<style>
a { background-color: #2C3726; }
a { background-color: rgb(44,55,38); }
div.DivClassName
{
background-color: #2C3726;
}
.BgClassName
{
background-color: #2C3726;
}
</style>
border-color css
<style>
span { border-color: #2C3726; }
span { border-color: rgb(44,55,38); }
td.TdClassName
{
border-color: #2C3726;
}
.TagClassName
{
border-color: #2C3726;
}
</style>