Shades of Melanzane #3E1E37
Tints of Melanzane #3E1E37
RGB
CMYK
RGB Variations
Color information
#3E1E37 (or 0x3E1E37) is known color: Melanzane. HEX triplet: 3E, 1E and 37. RGB value is (62,30,55). Sum of RGB (Red+Green+Blue) = 62+30+55=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1E37 is #C1E1C8. Grayscale: #2A2A2A. Windows color (decimal): -12706249 or 3612222. OLE color: 3612222.
HSL color Cylindrical-coordinate representation of color #3E1E37: hue angle of 313.12º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E1E37 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 30 | 55 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.76 |
| HSL | 313.13º | 0.35% | 0.18% | - |
| HSV(B) | 313.13º | 0.52% | 0.24% | - |
| XYZ | 3.14 | 2.23 | 3.88 | - |
| YUV | 42.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 30 | 55 | 0 | 0.52 | 0.11 | 0.76 | 313.13 | 0.35 | 0.18 |
| Hex | 3E | 1E | 37 | 0 | 34 | B | 4C | 139 | 23 | 12 |
| Octal | 76 | 36 | 67 | 0 | 64 | 13 | 114 | 471 | 43 | 22 |
| Binary | 111110 | 11110 | 110111 | 0 | 110100 | 1011 | 1001100 | 100111001 | 100011 | 10010 |
Color Harmonies of #3E1E37
Complementary color
Monochromatic Colors of #3E1E37
Black with #3E1E37
Text Example
Text Example
White with #3E1E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1E37; }
p { color: rgb(62,30,55); }
H1.HeaderClassName
{
color: #3E1E37;
}
.AnyTagClassName
{
color: #3E1E37;
}
</style>
background-color css
<style>
a { background-color: #3E1E37; }
a { background-color: rgb(62,30,55); }
div.DivClassName
{
background-color: #3E1E37;
}
.BgClassName
{
background-color: #3E1E37;
}
</style>
border-color css
<style>
span { border-color: #3E1E37; }
span { border-color: rgb(62,30,55); }
td.TdClassName
{
border-color: #3E1E37;
}
.TagClassName
{
border-color: #3E1E37;
}
</style>