Shades of Melanzane #3C2C36
Tints of Melanzane #3C2C36
RGB
CMYK
RGB Variations
Color information
#3C2C36 (or 0x3C2C36) is known color: Melanzane. HEX triplet: 3C, 2C and 36. RGB value is (60,44,54). Sum of RGB (Red+Green+Blue) = 60+44+54=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2C36 is #C3D3C9. Grayscale: #313131. Windows color (decimal): -12833738 or 3550268. OLE color: 3550268.
HSL color Cylindrical-coordinate representation of color #3C2C36: hue angle of 322.5º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C2C36 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 44 | 54 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.76 |
| HSL | 322.5º | 0.15% | 0.2% | - |
| HSV(B) | 322.5º | 0.27% | 0.24% | - |
| XYZ | 3.43 | 3.03 | 3.89 | - |
| YUV | 49.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 44 | 54 | 0 | 0.27 | 0.10 | 0.76 | 322.5 | 0.15 | 0.2 |
| Hex | 3C | 2C | 36 | 0 | 1B | A | 4C | 142 | F | 14 |
| Octal | 74 | 54 | 66 | 0 | 33 | 12 | 114 | 502 | 17 | 24 |
| Binary | 111100 | 101100 | 110110 | 0 | 11011 | 1010 | 1001100 | 101000010 | 1111 | 10100 |
Color Harmonies of #3C2C36
Complementary color
Monochromatic Colors of #3C2C36
Black with #3C2C36
Text Example
Text Example
White with #3C2C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2C36; }
p { color: rgb(60,44,54); }
H1.HeaderClassName
{
color: #3C2C36;
}
.AnyTagClassName
{
color: #3C2C36;
}
</style>
background-color css
<style>
a { background-color: #3C2C36; }
a { background-color: rgb(60,44,54); }
div.DivClassName
{
background-color: #3C2C36;
}
.BgClassName
{
background-color: #3C2C36;
}
</style>
border-color css
<style>
span { border-color: #3C2C36; }
span { border-color: rgb(60,44,54); }
td.TdClassName
{
border-color: #3C2C36;
}
.TagClassName
{
border-color: #3C2C36;
}
</style>