Shades of Melanzane #3E2936
Tints of Melanzane #3E2936
RGB
CMYK
RGB Variations
Color information
#3E2936 (or 0x3E2936) is known color: Melanzane. HEX triplet: 3E, 29 and 36. RGB value is (62,41,54). Sum of RGB (Red+Green+Blue) = 62+41+54=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2936 is #C1D6C9. Grayscale: #303030. Windows color (decimal): -12703434 or 3549502. OLE color: 3549502.
HSL color Cylindrical-coordinate representation of color #3E2936: hue angle of 322.86º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E2936 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 41 | 54 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.76 |
| HSL | 322.86º | 0.2% | 0.2% | - |
| HSV(B) | 322.86º | 0.34% | 0.24% | - |
| XYZ | 3.45 | 2.88 | 3.86 | - |
| YUV | 48.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 54 | 0 | 0.34 | 0.13 | 0.76 | 322.86 | 0.2 | 0.2 |
| Hex | 3E | 29 | 36 | 0 | 22 | D | 4C | 143 | 14 | 14 |
| Octal | 76 | 51 | 66 | 0 | 42 | 15 | 114 | 503 | 24 | 24 |
| Binary | 111110 | 101001 | 110110 | 0 | 100010 | 1101 | 1001100 | 101000011 | 10100 | 10100 |
Color Harmonies of #3E2936
Complementary color
Monochromatic Colors of #3E2936
Black with #3E2936
Text Example
Text Example
White with #3E2936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2936; }
p { color: rgb(62,41,54); }
H1.HeaderClassName
{
color: #3E2936;
}
.AnyTagClassName
{
color: #3E2936;
}
</style>
background-color css
<style>
a { background-color: #3E2936; }
a { background-color: rgb(62,41,54); }
div.DivClassName
{
background-color: #3E2936;
}
.BgClassName
{
background-color: #3E2936;
}
</style>
border-color css
<style>
span { border-color: #3E2936; }
span { border-color: rgb(62,41,54); }
td.TdClassName
{
border-color: #3E2936;
}
.TagClassName
{
border-color: #3E2936;
}
</style>