Shades of Melanzane #3C2034
Tints of Melanzane #3C2034
RGB
CMYK
RGB Variations
Color information
#3C2034 (or 0x3C2034) is known color: Melanzane. HEX triplet: 3C, 20 and 34. RGB value is (60,32,52). Sum of RGB (Red+Green+Blue) = 60+32+52=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2034 is #C3DFCB. Grayscale: #2A2A2A. Windows color (decimal): -12836812 or 3416124. OLE color: 3416124.
HSL color Cylindrical-coordinate representation of color #3C2034: hue angle of 317.14º 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 #3C2034 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 32 | 52 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.76 |
| HSL | 317.14º | 0.3% | 0.18% | - |
| HSV(B) | 317.14º | 0.47% | 0.24% | - |
| XYZ | 3 | 2.24 | 3.52 | - |
| YUV | 42.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 52 | 0 | 0.47 | 0.13 | 0.76 | 317.14 | 0.3 | 0.18 |
| Hex | 3C | 20 | 34 | 0 | 2F | D | 4C | 13D | 1E | 12 |
| Octal | 74 | 40 | 64 | 0 | 57 | 15 | 114 | 475 | 36 | 22 |
| Binary | 111100 | 100000 | 110100 | 0 | 101111 | 1101 | 1001100 | 100111101 | 11110 | 10010 |
Color Harmonies of #3C2034
Complementary color
Monochromatic Colors of #3C2034
Black with #3C2034
Text Example
Text Example
White with #3C2034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2034; }
p { color: rgb(60,32,52); }
H1.HeaderClassName
{
color: #3C2034;
}
.AnyTagClassName
{
color: #3C2034;
}
</style>
background-color css
<style>
a { background-color: #3C2034; }
a { background-color: rgb(60,32,52); }
div.DivClassName
{
background-color: #3C2034;
}
.BgClassName
{
background-color: #3C2034;
}
</style>
border-color css
<style>
span { border-color: #3C2034; }
span { border-color: rgb(60,32,52); }
td.TdClassName
{
border-color: #3C2034;
}
.TagClassName
{
border-color: #3C2034;
}
</style>