Shades of Melanzane #3C1634
Tints of Melanzane #3C1634
RGB
CMYK
RGB Variations
Color information
#3C1634 (or 0x3C1634) is known color: Melanzane. HEX triplet: 3C, 16 and 34. RGB value is (60,22,52). Sum of RGB (Red+Green+Blue) = 60+22+52=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1634 is #C3E9CB. Grayscale: #242424. Windows color (decimal): -12839372 or 3413564. OLE color: 3413564.
HSL color Cylindrical-coordinate representation of color #3C1634: hue angle of 312.63º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C1634 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 22 | 52 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.76 |
| HSL | 312.63º | 0.46% | 0.16% | - |
| HSV(B) | 312.63º | 0.63% | 0.24% | - |
| XYZ | 2.77 | 1.78 | 3.45 | - |
| YUV | 36.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 52 | 0 | 0.63 | 0.13 | 0.76 | 312.63 | 0.46 | 0.16 |
| Hex | 3C | 16 | 34 | 0 | 3F | D | 4C | 139 | 2E | 10 |
| Octal | 74 | 26 | 64 | 0 | 77 | 15 | 114 | 471 | 56 | 20 |
| Binary | 111100 | 10110 | 110100 | 0 | 111111 | 1101 | 1001100 | 100111001 | 101110 | 10000 |
Color Harmonies of #3C1634
Complementary color
Monochromatic Colors of #3C1634
Black with #3C1634
Text Example
Text Example
White with #3C1634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1634; }
p { color: rgb(60,22,52); }
H1.HeaderClassName
{
color: #3C1634;
}
.AnyTagClassName
{
color: #3C1634;
}
</style>
background-color css
<style>
a { background-color: #3C1634; }
a { background-color: rgb(60,22,52); }
div.DivClassName
{
background-color: #3C1634;
}
.BgClassName
{
background-color: #3C1634;
}
</style>
border-color css
<style>
span { border-color: #3C1634; }
span { border-color: rgb(60,22,52); }
td.TdClassName
{
border-color: #3C1634;
}
.TagClassName
{
border-color: #3C1634;
}
</style>