Shades of Melanzane #3C2A35
Tints of Melanzane #3C2A35
RGB
CMYK
RGB Variations
Color information
#3C2A35 (or 0x3C2A35) is known color: Melanzane. HEX triplet: 3C, 2A and 35. RGB value is (60,42,53). Sum of RGB (Red+Green+Blue) = 60+42+53=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2A35 is #C3D5CA. Grayscale: #303030. Windows color (decimal): -12834251 or 3484220. OLE color: 3484220.
HSL color Cylindrical-coordinate representation of color #3C2A35: hue angle of 323.33º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3C2A35 is Cyan = 0, Magento = 0.3, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 42 | 53 | - |
| CMYK | 0 | 0.3 | 0.12 | 0.76 |
| HSL | 323.33º | 0.18% | 0.2% | - |
| HSV(B) | 323.33º | 0.3% | 0.24% | - |
| XYZ | 3.33 | 2.87 | 3.75 | - |
| YUV | 48.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 42 | 53 | 0 | 0.3 | 0.12 | 0.76 | 323.33 | 0.18 | 0.2 |
| Hex | 3C | 2A | 35 | 0 | 1E | C | 4C | 143 | 12 | 14 |
| Octal | 74 | 52 | 65 | 0 | 36 | 14 | 114 | 503 | 22 | 24 |
| Binary | 111100 | 101010 | 110101 | 0 | 11110 | 1100 | 1001100 | 101000011 | 10010 | 10100 |
Color Harmonies of #3C2A35
Complementary color
Monochromatic Colors of #3C2A35
Black with #3C2A35
Text Example
Text Example
White with #3C2A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2A35; }
p { color: rgb(60,42,53); }
H1.HeaderClassName
{
color: #3C2A35;
}
.AnyTagClassName
{
color: #3C2A35;
}
</style>
background-color css
<style>
a { background-color: #3C2A35; }
a { background-color: rgb(60,42,53); }
div.DivClassName
{
background-color: #3C2A35;
}
.BgClassName
{
background-color: #3C2A35;
}
</style>
border-color css
<style>
span { border-color: #3C2A35; }
span { border-color: rgb(60,42,53); }
td.TdClassName
{
border-color: #3C2A35;
}
.TagClassName
{
border-color: #3C2A35;
}
</style>