Shades of Melanzane #3E2136
Tints of Melanzane #3E2136
RGB
CMYK
RGB Variations
Color information
#3E2136 (or 0x3E2136) is known color: Melanzane. HEX triplet: 3E, 21 and 36. RGB value is (62,33,54). Sum of RGB (Red+Green+Blue) = 62+33+54=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2136 is #C1DEC9. Grayscale: #2C2C2C. Windows color (decimal): -12705482 or 3547454. OLE color: 3547454.
HSL color Cylindrical-coordinate representation of color #3E2136: hue angle of 316.55º 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 #3E2136 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 33 | 54 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.76 |
| HSL | 316.55º | 0.31% | 0.19% | - |
| HSV(B) | 316.55º | 0.47% | 0.24% | - |
| XYZ | 3.2 | 2.38 | 3.78 | - |
| YUV | 44.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 33 | 54 | 0 | 0.47 | 0.13 | 0.76 | 316.55 | 0.31 | 0.19 |
| Hex | 3E | 21 | 36 | 0 | 2F | D | 4C | 13D | 1F | 13 |
| Octal | 76 | 41 | 66 | 0 | 57 | 15 | 114 | 475 | 37 | 23 |
| Binary | 111110 | 100001 | 110110 | 0 | 101111 | 1101 | 1001100 | 100111101 | 11111 | 10011 |
Color Harmonies of #3E2136
Complementary color
Monochromatic Colors of #3E2136
Black with #3E2136
Text Example
Text Example
White with #3E2136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2136; }
p { color: rgb(62,33,54); }
H1.HeaderClassName
{
color: #3E2136;
}
.AnyTagClassName
{
color: #3E2136;
}
</style>
background-color css
<style>
a { background-color: #3E2136; }
a { background-color: rgb(62,33,54); }
div.DivClassName
{
background-color: #3E2136;
}
.BgClassName
{
background-color: #3E2136;
}
</style>
border-color css
<style>
span { border-color: #3E2136; }
span { border-color: rgb(62,33,54); }
td.TdClassName
{
border-color: #3E2136;
}
.TagClassName
{
border-color: #3E2136;
}
</style>