Shades of Melanzane #3C1D34
Tints of Melanzane #3C1D34
RGB
CMYK
RGB Variations
Color information
#3C1D34 (or 0x3C1D34) is known color: Melanzane. HEX triplet: 3C, 1D and 34. RGB value is (60,29,52). Sum of RGB (Red+Green+Blue) = 60+29+52=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1D34 is #C3E2CB. Grayscale: #282828. Windows color (decimal): -12837580 or 3415356. OLE color: 3415356.
HSL color Cylindrical-coordinate representation of color #3C1D34: hue angle of 315.48º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C1D34 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 29 | 52 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.76 |
| HSL | 315.48º | 0.35% | 0.17% | - |
| HSV(B) | 315.48º | 0.52% | 0.24% | - |
| XYZ | 2.92 | 2.09 | 3.5 | - |
| YUV | 40.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 29 | 52 | 0 | 0.52 | 0.13 | 0.76 | 315.48 | 0.35 | 0.17 |
| Hex | 3C | 1D | 34 | 0 | 34 | D | 4C | 13B | 23 | 11 |
| Octal | 74 | 35 | 64 | 0 | 64 | 15 | 114 | 473 | 43 | 21 |
| Binary | 111100 | 11101 | 110100 | 0 | 110100 | 1101 | 1001100 | 100111011 | 100011 | 10001 |
Color Harmonies of #3C1D34
Complementary color
Monochromatic Colors of #3C1D34
Black with #3C1D34
Text Example
Text Example
White with #3C1D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1D34; }
p { color: rgb(60,29,52); }
H1.HeaderClassName
{
color: #3C1D34;
}
.AnyTagClassName
{
color: #3C1D34;
}
</style>
background-color css
<style>
a { background-color: #3C1D34; }
a { background-color: rgb(60,29,52); }
div.DivClassName
{
background-color: #3C1D34;
}
.BgClassName
{
background-color: #3C1D34;
}
</style>
border-color css
<style>
span { border-color: #3C1D34; }
span { border-color: rgb(60,29,52); }
td.TdClassName
{
border-color: #3C1D34;
}
.TagClassName
{
border-color: #3C1D34;
}
</style>