Shades of Melanzane #3C2136
Tints of Melanzane #3C2136
RGB
CMYK
RGB Variations
Color information
#3C2136 (or 0x3C2136) is known color: Melanzane. HEX triplet: 3C, 21 and 36. RGB value is (60,33,54). Sum of RGB (Red+Green+Blue) = 60+33+54=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2136 is #C3DEC9. Grayscale: #2B2B2B. Windows color (decimal): -12836554 or 3547452. OLE color: 3547452.
HSL color Cylindrical-coordinate representation of color #3C2136: hue angle of 313.33º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C2136 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 33 | 54 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.76 |
| HSL | 313.33º | 0.29% | 0.18% | - |
| HSV(B) | 313.33º | 0.45% | 0.24% | - |
| XYZ | 3.07 | 2.31 | 3.77 | - |
| YUV | 43.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 54 | 0 | 0.45 | 0.10 | 0.76 | 313.33 | 0.29 | 0.18 |
| Hex | 3C | 21 | 36 | 0 | 2D | A | 4C | 139 | 1D | 12 |
| Octal | 74 | 41 | 66 | 0 | 55 | 12 | 114 | 471 | 35 | 22 |
| Binary | 111100 | 100001 | 110110 | 0 | 101101 | 1010 | 1001100 | 100111001 | 11101 | 10010 |
Color Harmonies of #3C2136
Complementary color
Monochromatic Colors of #3C2136
Black with #3C2136
Text Example
Text Example
White with #3C2136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2136; }
p { color: rgb(60,33,54); }
H1.HeaderClassName
{
color: #3C2136;
}
.AnyTagClassName
{
color: #3C2136;
}
</style>
background-color css
<style>
a { background-color: #3C2136; }
a { background-color: rgb(60,33,54); }
div.DivClassName
{
background-color: #3C2136;
}
.BgClassName
{
background-color: #3C2136;
}
</style>
border-color css
<style>
span { border-color: #3C2136; }
span { border-color: rgb(60,33,54); }
td.TdClassName
{
border-color: #3C2136;
}
.TagClassName
{
border-color: #3C2136;
}
</style>