Shades of Melanzane #3C1834
Tints of Melanzane #3C1834
RGB
CMYK
RGB Variations
Color information
#3C1834 (or 0x3C1834) is known color: Melanzane. HEX triplet: 3C, 18 and 34. RGB value is (60,24,52). Sum of RGB (Red+Green+Blue) = 60+24+52=136 (18% of max value = 765). Red value is 60 (23.83% from 255 or 44.12% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1834 is #C3E7CB. Grayscale: #252525. Windows color (decimal): -12838860 or 3414076. OLE color: 3414076.
HSL color Cylindrical-coordinate representation of color #3C1834: hue angle of 313.33º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C1834 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 24 | 52 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.76 |
| HSL | 313.33º | 0.43% | 0.16% | - |
| HSV(B) | 313.33º | 0.6% | 0.24% | - |
| XYZ | 2.81 | 1.86 | 3.46 | - |
| YUV | 37.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 52 | 0 | 0.60 | 0.13 | 0.76 | 313.33 | 0.43 | 0.16 |
| Hex | 3C | 18 | 34 | 0 | 3C | D | 4C | 139 | 2B | 10 |
| Octal | 74 | 30 | 64 | 0 | 74 | 15 | 114 | 471 | 53 | 20 |
| Binary | 111100 | 11000 | 110100 | 0 | 111100 | 1101 | 1001100 | 100111001 | 101011 | 10000 |
Color Harmonies of #3C1834
Complementary color
Monochromatic Colors of #3C1834
Black with #3C1834
Text Example
Text Example
White with #3C1834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1834; }
p { color: rgb(60,24,52); }
H1.HeaderClassName
{
color: #3C1834;
}
.AnyTagClassName
{
color: #3C1834;
}
</style>
background-color css
<style>
a { background-color: #3C1834; }
a { background-color: rgb(60,24,52); }
div.DivClassName
{
background-color: #3C1834;
}
.BgClassName
{
background-color: #3C1834;
}
</style>
border-color css
<style>
span { border-color: #3C1834; }
span { border-color: rgb(60,24,52); }
td.TdClassName
{
border-color: #3C1834;
}
.TagClassName
{
border-color: #3C1834;
}
</style>