Shades of Melanzane #3C1D36
Tints of Melanzane #3C1D36
RGB
CMYK
RGB Variations
Color information
#3C1D36 (or 0x3C1D36) is known color: Melanzane. HEX triplet: 3C, 1D and 36. RGB value is (60,29,54). Sum of RGB (Red+Green+Blue) = 60+29+54=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1D36 is #C3E2C9. Grayscale: #292929. Windows color (decimal): -12837578 or 3546428. OLE color: 3546428.
HSL color Cylindrical-coordinate representation of color #3C1D36: hue angle of 311.61º 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 #3C1D36 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 29 | 54 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.76 |
| HSL | 311.61º | 0.35% | 0.17% | - |
| HSV(B) | 311.61º | 0.52% | 0.24% | - |
| XYZ | 2.97 | 2.11 | 3.74 | - |
| YUV | 41.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 29 | 54 | 0 | 0.52 | 0.10 | 0.76 | 311.61 | 0.35 | 0.17 |
| Hex | 3C | 1D | 36 | 0 | 34 | A | 4C | 138 | 23 | 11 |
| Octal | 74 | 35 | 66 | 0 | 64 | 12 | 114 | 470 | 43 | 21 |
| Binary | 111100 | 11101 | 110110 | 0 | 110100 | 1010 | 1001100 | 100111000 | 100011 | 10001 |
Color Harmonies of #3C1D36
Complementary color
Monochromatic Colors of #3C1D36
Black with #3C1D36
Text Example
Text Example
White with #3C1D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1D36; }
p { color: rgb(60,29,54); }
H1.HeaderClassName
{
color: #3C1D36;
}
.AnyTagClassName
{
color: #3C1D36;
}
</style>
background-color css
<style>
a { background-color: #3C1D36; }
a { background-color: rgb(60,29,54); }
div.DivClassName
{
background-color: #3C1D36;
}
.BgClassName
{
background-color: #3C1D36;
}
</style>
border-color css
<style>
span { border-color: #3C1D36; }
span { border-color: rgb(60,29,54); }
td.TdClassName
{
border-color: #3C1D36;
}
.TagClassName
{
border-color: #3C1D36;
}
</style>