Shades of Melanzane #3E1F35
Tints of Melanzane #3E1F35
RGB
CMYK
RGB Variations
Color information
#3E1F35 (or 0x3E1F35) is known color: Melanzane. HEX triplet: 3E, 1F and 35. RGB value is (62,31,53). Sum of RGB (Red+Green+Blue) = 62+31+53=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1F35 is #C1E0CA. Grayscale: #2A2A2A. Windows color (decimal): -12705995 or 3481406. OLE color: 3481406.
HSL color Cylindrical-coordinate representation of color #3E1F35: hue angle of 317.42º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E1F35 is Cyan = 0, Magento = 0.5, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 31 | 53 | - |
| CMYK | 0 | 0.5 | 0.15 | 0.76 |
| HSL | 317.42º | 0.33% | 0.18% | - |
| HSV(B) | 317.42º | 0.5% | 0.24% | - |
| XYZ | 3.12 | 2.26 | 3.64 | - |
| YUV | 42.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 31 | 53 | 0 | 0.5 | 0.15 | 0.76 | 317.42 | 0.33 | 0.18 |
| Hex | 3E | 1F | 35 | 0 | 32 | F | 4C | 13D | 21 | 12 |
| Octal | 76 | 37 | 65 | 0 | 62 | 17 | 114 | 475 | 41 | 22 |
| Binary | 111110 | 11111 | 110101 | 0 | 110010 | 1111 | 1001100 | 100111101 | 100001 | 10010 |
Color Harmonies of #3E1F35
Complementary color
Monochromatic Colors of #3E1F35
Black with #3E1F35
Text Example
Text Example
White with #3E1F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1F35; }
p { color: rgb(62,31,53); }
H1.HeaderClassName
{
color: #3E1F35;
}
.AnyTagClassName
{
color: #3E1F35;
}
</style>
background-color css
<style>
a { background-color: #3E1F35; }
a { background-color: rgb(62,31,53); }
div.DivClassName
{
background-color: #3E1F35;
}
.BgClassName
{
background-color: #3E1F35;
}
</style>
border-color css
<style>
span { border-color: #3E1F35; }
span { border-color: rgb(62,31,53); }
td.TdClassName
{
border-color: #3E1F35;
}
.TagClassName
{
border-color: #3E1F35;
}
</style>