Shades of Black Forest #2C3523
Tints of Black Forest #2C3523
RGB
CMYK
RGB Variations
Color information
#2C3523 (or 0x2C3523) is known color: Black Forest. HEX triplet: 2C, 35 and 23. RGB value is (44,53,35). Sum of RGB (Red+Green+Blue) = 44+53+35=132 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.33% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 53 - color contains mainly: green. Hex color #2C3523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3523 is #D3CADC. Grayscale: #303030. Windows color (decimal): -13880029 or 2307372. OLE color: 2307372.
HSL color Cylindrical-coordinate representation of color #2C3523: hue angle of 90º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2C3523 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 44 | 53 | 35 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.79 |
| HSL | 90º | 0.2% | 0.17% | - |
| HSV(B) | 90º | 0.34% | 0.21% | - |
| XYZ | 2.62 | 3.2 | 2.07 | - |
| YUV | 48.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 53 | 35 | 0.17 | 0 | 0.34 | 0.79 | 90 | 0.2 | 0.17 |
| Hex | 2C | 35 | 23 | 11 | 0 | 22 | 4F | 5A | 14 | 11 |
| Octal | 54 | 65 | 43 | 21 | 0 | 42 | 117 | 132 | 24 | 21 |
| Binary | 101100 | 110101 | 100011 | 10001 | 0 | 100010 | 1001111 | 1011010 | 10100 | 10001 |
Color Harmonies of #2C3523
Complementary color
Monochromatic Colors of #2C3523
Black with #2C3523
Text Example
Text Example
White with #2C3523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3523; }
p { color: rgb(44,53,35); }
H1.HeaderClassName
{
color: #2C3523;
}
.AnyTagClassName
{
color: #2C3523;
}
</style>
background-color css
<style>
a { background-color: #2C3523; }
a { background-color: rgb(44,53,35); }
div.DivClassName
{
background-color: #2C3523;
}
.BgClassName
{
background-color: #2C3523;
}
</style>
border-color css
<style>
span { border-color: #2C3523; }
span { border-color: rgb(44,53,35); }
td.TdClassName
{
border-color: #2C3523;
}
.TagClassName
{
border-color: #2C3523;
}
</style>