Shades of Melanzane #3C1835
Tints of Melanzane #3C1835
RGB
CMYK
RGB Variations
Color information
#3C1835 (or 0x3C1835) is known color: Melanzane. HEX triplet: 3C, 18 and 35. RGB value is (60,24,53). Sum of RGB (Red+Green+Blue) = 60+24+53=137 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.80% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1835 is #C3E7CA. Grayscale: #252525. Windows color (decimal): -12838859 or 3479612. OLE color: 3479612.
HSL color Cylindrical-coordinate representation of color #3C1835: hue angle of 311.67º 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 #3C1835 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 24 | 53 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.76 |
| HSL | 311.67º | 0.43% | 0.16% | - |
| HSV(B) | 311.67º | 0.6% | 0.24% | - |
| XYZ | 2.83 | 1.87 | 3.58 | - |
| YUV | 38.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 53 | 0 | 0.60 | 0.12 | 0.76 | 311.67 | 0.43 | 0.16 |
| Hex | 3C | 18 | 35 | 0 | 3C | C | 4C | 138 | 2B | 10 |
| Octal | 74 | 30 | 65 | 0 | 74 | 14 | 114 | 470 | 53 | 20 |
| Binary | 111100 | 11000 | 110101 | 0 | 111100 | 1100 | 1001100 | 100111000 | 101011 | 10000 |
Color Harmonies of #3C1835
Complementary color
Monochromatic Colors of #3C1835
Black with #3C1835
Text Example
Text Example
White with #3C1835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1835; }
p { color: rgb(60,24,53); }
H1.HeaderClassName
{
color: #3C1835;
}
.AnyTagClassName
{
color: #3C1835;
}
</style>
background-color css
<style>
a { background-color: #3C1835; }
a { background-color: rgb(60,24,53); }
div.DivClassName
{
background-color: #3C1835;
}
.BgClassName
{
background-color: #3C1835;
}
</style>
border-color css
<style>
span { border-color: #3C1835; }
span { border-color: rgb(60,24,53); }
td.TdClassName
{
border-color: #3C1835;
}
.TagClassName
{
border-color: #3C1835;
}
</style>