Shades of Melanzane #3C2836
Tints of Melanzane #3C2836
RGB
CMYK
RGB Variations
Color information
#3C2836 (or 0x3C2836) is known color: Melanzane. HEX triplet: 3C, 28 and 36. RGB value is (60,40,54). Sum of RGB (Red+Green+Blue) = 60+40+54=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2836 is #C3D7C9. Grayscale: #2F2F2F. Windows color (decimal): -12834762 or 3549244. OLE color: 3549244.
HSL color Cylindrical-coordinate representation of color #3C2836: hue angle of 318º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C2836 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 40 | 54 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.76 |
| HSL | 318º | 0.2% | 0.2% | - |
| HSV(B) | 318º | 0.33% | 0.24% | - |
| XYZ | 3.29 | 2.74 | 3.85 | - |
| YUV | 47.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 54 | 0 | 0.33 | 0.10 | 0.76 | 318 | 0.2 | 0.2 |
| Hex | 3C | 28 | 36 | 0 | 21 | A | 4C | 13E | 14 | 14 |
| Octal | 74 | 50 | 66 | 0 | 41 | 12 | 114 | 476 | 24 | 24 |
| Binary | 111100 | 101000 | 110110 | 0 | 100001 | 1010 | 1001100 | 100111110 | 10100 | 10100 |
Color Harmonies of #3C2836
Complementary color
Monochromatic Colors of #3C2836
Black with #3C2836
Text Example
Text Example
White with #3C2836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2836; }
p { color: rgb(60,40,54); }
H1.HeaderClassName
{
color: #3C2836;
}
.AnyTagClassName
{
color: #3C2836;
}
</style>
background-color css
<style>
a { background-color: #3C2836; }
a { background-color: rgb(60,40,54); }
div.DivClassName
{
background-color: #3C2836;
}
.BgClassName
{
background-color: #3C2836;
}
</style>
border-color css
<style>
span { border-color: #3C2836; }
span { border-color: rgb(60,40,54); }
td.TdClassName
{
border-color: #3C2836;
}
.TagClassName
{
border-color: #3C2836;
}
</style>