Shades of Melanzane #3C2035
Tints of Melanzane #3C2035
RGB
CMYK
RGB Variations
Color information
#3C2035 (or 0x3C2035) is known color: Melanzane. HEX triplet: 3C, 20 and 35. RGB value is (60,32,53). Sum of RGB (Red+Green+Blue) = 60+32+53=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2035 is #C3DFCA. Grayscale: #2A2A2A. Windows color (decimal): -12836811 or 3481660. OLE color: 3481660.
HSL color Cylindrical-coordinate representation of color #3C2035: hue angle of 315º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C2035 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 32 | 53 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.76 |
| HSL | 315º | 0.3% | 0.18% | - |
| HSV(B) | 315º | 0.47% | 0.24% | - |
| XYZ | 3.02 | 2.25 | 3.64 | - |
| YUV | 42.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 53 | 0 | 0.47 | 0.12 | 0.76 | 315 | 0.3 | 0.18 |
| Hex | 3C | 20 | 35 | 0 | 2F | C | 4C | 13B | 1E | 12 |
| Octal | 74 | 40 | 65 | 0 | 57 | 14 | 114 | 473 | 36 | 22 |
| Binary | 111100 | 100000 | 110101 | 0 | 101111 | 1100 | 1001100 | 100111011 | 11110 | 10010 |
Color Harmonies of #3C2035
Complementary color
Monochromatic Colors of #3C2035
Black with #3C2035
Text Example
Text Example
White with #3C2035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2035; }
p { color: rgb(60,32,53); }
H1.HeaderClassName
{
color: #3C2035;
}
.AnyTagClassName
{
color: #3C2035;
}
</style>
background-color css
<style>
a { background-color: #3C2035; }
a { background-color: rgb(60,32,53); }
div.DivClassName
{
background-color: #3C2035;
}
.BgClassName
{
background-color: #3C2035;
}
</style>
border-color css
<style>
span { border-color: #3C2035; }
span { border-color: rgb(60,32,53); }
td.TdClassName
{
border-color: #3C2035;
}
.TagClassName
{
border-color: #3C2035;
}
</style>