Shades of Melanzane #3E2138
Tints of Melanzane #3E2138
RGB
CMYK
RGB Variations
Color information
#3E2138 (or 0x3E2138) is known color: Melanzane. HEX triplet: 3E, 21 and 38. RGB value is (62,33,56). Sum of RGB (Red+Green+Blue) = 62+33+56=151 (20% of max value = 765). Red value is 62 (24.61% from 255 or 41.06% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2138 is #C1DEC7. Grayscale: #2C2C2C. Windows color (decimal): -12705480 or 3678526. OLE color: 3678526.
HSL color Cylindrical-coordinate representation of color #3E2138: hue angle of 312.41º 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 #3E2138 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 33 | 56 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.76 |
| HSL | 312.41º | 0.31% | 0.19% | - |
| HSV(B) | 312.41º | 0.47% | 0.24% | - |
| XYZ | 3.24 | 2.4 | 4.03 | - |
| YUV | 44.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 33 | 56 | 0 | 0.47 | 0.10 | 0.76 | 312.41 | 0.31 | 0.19 |
| Hex | 3E | 21 | 38 | 0 | 2F | A | 4C | 138 | 1F | 13 |
| Octal | 76 | 41 | 70 | 0 | 57 | 12 | 114 | 470 | 37 | 23 |
| Binary | 111110 | 100001 | 111000 | 0 | 101111 | 1010 | 1001100 | 100111000 | 11111 | 10011 |
Color Harmonies of #3E2138
Complementary color
Monochromatic Colors of #3E2138
Black with #3E2138
Text Example
Text Example
White with #3E2138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2138; }
p { color: rgb(62,33,56); }
H1.HeaderClassName
{
color: #3E2138;
}
.AnyTagClassName
{
color: #3E2138;
}
</style>
background-color css
<style>
a { background-color: #3E2138; }
a { background-color: rgb(62,33,56); }
div.DivClassName
{
background-color: #3E2138;
}
.BgClassName
{
background-color: #3E2138;
}
</style>
border-color css
<style>
span { border-color: #3E2138; }
span { border-color: rgb(62,33,56); }
td.TdClassName
{
border-color: #3E2138;
}
.TagClassName
{
border-color: #3E2138;
}
</style>