Shades of Melanzane #3E2135
Tints of Melanzane #3E2135
RGB
CMYK
RGB Variations
Color information
#3E2135 (or 0x3E2135) is known color: Melanzane. HEX triplet: 3E, 21 and 35. RGB value is (62,33,53). Sum of RGB (Red+Green+Blue) = 62+33+53=148 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.89% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2135 is #C1DECA. Grayscale: #2B2B2B. Windows color (decimal): -12705483 or 3481918. OLE color: 3481918.
HSL color Cylindrical-coordinate representation of color #3E2135: hue angle of 318.62º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E2135 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 33 | 53 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.76 |
| HSL | 318.62º | 0.31% | 0.19% | - |
| HSV(B) | 318.62º | 0.47% | 0.24% | - |
| XYZ | 3.17 | 2.37 | 3.66 | - |
| YUV | 43.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 33 | 53 | 0 | 0.47 | 0.15 | 0.76 | 318.62 | 0.31 | 0.19 |
| Hex | 3E | 21 | 35 | 0 | 2F | F | 4C | 13F | 1F | 13 |
| Octal | 76 | 41 | 65 | 0 | 57 | 17 | 114 | 477 | 37 | 23 |
| Binary | 111110 | 100001 | 110101 | 0 | 101111 | 1111 | 1001100 | 100111111 | 11111 | 10011 |
Color Harmonies of #3E2135
Complementary color
Monochromatic Colors of #3E2135
Black with #3E2135
Text Example
Text Example
White with #3E2135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2135; }
p { color: rgb(62,33,53); }
H1.HeaderClassName
{
color: #3E2135;
}
.AnyTagClassName
{
color: #3E2135;
}
</style>
background-color css
<style>
a { background-color: #3E2135; }
a { background-color: rgb(62,33,53); }
div.DivClassName
{
background-color: #3E2135;
}
.BgClassName
{
background-color: #3E2135;
}
</style>
border-color css
<style>
span { border-color: #3E2135; }
span { border-color: rgb(62,33,53); }
td.TdClassName
{
border-color: #3E2135;
}
.TagClassName
{
border-color: #3E2135;
}
</style>