Shades of Melanzane #3E1E35
Tints of Melanzane #3E1E35
RGB
CMYK
RGB Variations
Color information
#3E1E35 (or 0x3E1E35) is known color: Melanzane. HEX triplet: 3E, 1E and 35. RGB value is (62,30,53). Sum of RGB (Red+Green+Blue) = 62+30+53=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1E35 is #C1E1CA. Grayscale: #2A2A2A. Windows color (decimal): -12706251 or 3481150. OLE color: 3481150.
HSL color Cylindrical-coordinate representation of color #3E1E35: hue angle of 316.88º 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 #3E1E35 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 30 | 53 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.76 |
| HSL | 316.88º | 0.35% | 0.18% | - |
| HSV(B) | 316.88º | 0.52% | 0.24% | - |
| XYZ | 3.09 | 2.21 | 3.63 | - |
| YUV | 42.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 30 | 53 | 0 | 0.52 | 0.15 | 0.76 | 316.88 | 0.35 | 0.18 |
| Hex | 3E | 1E | 35 | 0 | 34 | F | 4C | 13D | 23 | 12 |
| Octal | 76 | 36 | 65 | 0 | 64 | 17 | 114 | 475 | 43 | 22 |
| Binary | 111110 | 11110 | 110101 | 0 | 110100 | 1111 | 1001100 | 100111101 | 100011 | 10010 |
Color Harmonies of #3E1E35
Complementary color
Monochromatic Colors of #3E1E35
Black with #3E1E35
Text Example
Text Example
White with #3E1E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1E35; }
p { color: rgb(62,30,53); }
H1.HeaderClassName
{
color: #3E1E35;
}
.AnyTagClassName
{
color: #3E1E35;
}
</style>
background-color css
<style>
a { background-color: #3E1E35; }
a { background-color: rgb(62,30,53); }
div.DivClassName
{
background-color: #3E1E35;
}
.BgClassName
{
background-color: #3E1E35;
}
</style>
border-color css
<style>
span { border-color: #3E1E35; }
span { border-color: rgb(62,30,53); }
td.TdClassName
{
border-color: #3E1E35;
}
.TagClassName
{
border-color: #3E1E35;
}
</style>