Shades of Black Forest #2C3625
Tints of Black Forest #2C3625
RGB
CMYK
RGB Variations
Color information
#2C3625 (or 0x2C3625) is known color: Black Forest. HEX triplet: 2C, 36 and 25. RGB value is (44,54,37). Sum of RGB (Red+Green+Blue) = 44+54+37=135 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.59% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 54 - color contains mainly: green. Hex color #2C3625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3625 is #D3C9DA. Grayscale: #313131. Windows color (decimal): -13879771 or 2438700. OLE color: 2438700.
HSL color Cylindrical-coordinate representation of color #2C3625: hue angle of 95.29º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2C3625 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 44 | 54 | 37 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.79 |
| HSL | 95.29º | 0.19% | 0.18% | - |
| HSV(B) | 95.29º | 0.31% | 0.21% | - |
| XYZ | 2.69 | 3.31 | 2.25 | - |
| YUV | 49.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 54 | 37 | 0.19 | 0 | 0.31 | 0.79 | 95.29 | 0.19 | 0.18 |
| Hex | 2C | 36 | 25 | 13 | 0 | 1F | 4F | 5F | 13 | 12 |
| Octal | 54 | 66 | 45 | 23 | 0 | 37 | 117 | 137 | 23 | 22 |
| Binary | 101100 | 110110 | 100101 | 10011 | 0 | 11111 | 1001111 | 1011111 | 10011 | 10010 |
Color Harmonies of #2C3625
Complementary color
Monochromatic Colors of #2C3625
Black with #2C3625
Text Example
Text Example
White with #2C3625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3625; }
p { color: rgb(44,54,37); }
H1.HeaderClassName
{
color: #2C3625;
}
.AnyTagClassName
{
color: #2C3625;
}
</style>
background-color css
<style>
a { background-color: #2C3625; }
a { background-color: rgb(44,54,37); }
div.DivClassName
{
background-color: #2C3625;
}
.BgClassName
{
background-color: #2C3625;
}
</style>
border-color css
<style>
span { border-color: #2C3625; }
span { border-color: rgb(44,54,37); }
td.TdClassName
{
border-color: #2C3625;
}
.TagClassName
{
border-color: #2C3625;
}
</style>