Shades of Melanzane #3C2935
Tints of Melanzane #3C2935
RGB
CMYK
RGB Variations
Color information
#3C2935 (or 0x3C2935) is known color: Melanzane. HEX triplet: 3C, 29 and 35. RGB value is (60,41,53). Sum of RGB (Red+Green+Blue) = 60+41+53=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2935 is #C3D6CA. Grayscale: #303030. Windows color (decimal): -12834507 or 3483964. OLE color: 3483964.
HSL color Cylindrical-coordinate representation of color #3C2935: hue angle of 322.11º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C2935 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 41 | 53 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.76 |
| HSL | 322.11º | 0.19% | 0.2% | - |
| HSV(B) | 322.11º | 0.32% | 0.24% | - |
| XYZ | 3.3 | 2.8 | 3.74 | - |
| YUV | 48.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 53 | 0 | 0.32 | 0.12 | 0.76 | 322.11 | 0.19 | 0.2 |
| Hex | 3C | 29 | 35 | 0 | 20 | C | 4C | 142 | 13 | 14 |
| Octal | 74 | 51 | 65 | 0 | 40 | 14 | 114 | 502 | 23 | 24 |
| Binary | 111100 | 101001 | 110101 | 0 | 100000 | 1100 | 1001100 | 101000010 | 10011 | 10100 |
Color Harmonies of #3C2935
Complementary color
Monochromatic Colors of #3C2935
Black with #3C2935
Text Example
Text Example
White with #3C2935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2935; }
p { color: rgb(60,41,53); }
H1.HeaderClassName
{
color: #3C2935;
}
.AnyTagClassName
{
color: #3C2935;
}
</style>
background-color css
<style>
a { background-color: #3C2935; }
a { background-color: rgb(60,41,53); }
div.DivClassName
{
background-color: #3C2935;
}
.BgClassName
{
background-color: #3C2935;
}
</style>
border-color css
<style>
span { border-color: #3C2935; }
span { border-color: rgb(60,41,53); }
td.TdClassName
{
border-color: #3C2935;
}
.TagClassName
{
border-color: #3C2935;
}
</style>