Shades of Melanzane #3E2937
Tints of Melanzane #3E2937
RGB
CMYK
RGB Variations
Color information
#3E2937 (or 0x3E2937) is known color: Melanzane. HEX triplet: 3E, 29 and 37. RGB value is (62,41,55). Sum of RGB (Red+Green+Blue) = 62+41+55=158 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.24% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2937 is #C1D6C8. Grayscale: #303030. Windows color (decimal): -12703433 or 3615038. OLE color: 3615038.
HSL color Cylindrical-coordinate representation of color #3E2937: hue angle of 320º 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 #3E2937 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 41 | 55 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.76 |
| HSL | 320º | 0.2% | 0.2% | - |
| HSV(B) | 320º | 0.34% | 0.24% | - |
| XYZ | 3.47 | 2.89 | 3.99 | - |
| YUV | 48.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 55 | 0 | 0.34 | 0.11 | 0.76 | 320 | 0.2 | 0.2 |
| Hex | 3E | 29 | 37 | 0 | 22 | B | 4C | 140 | 14 | 14 |
| Octal | 76 | 51 | 67 | 0 | 42 | 13 | 114 | 500 | 24 | 24 |
| Binary | 111110 | 101001 | 110111 | 0 | 100010 | 1011 | 1001100 | 101000000 | 10100 | 10100 |
Color Harmonies of #3E2937
Complementary color
Monochromatic Colors of #3E2937
Black with #3E2937
Text Example
Text Example
White with #3E2937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2937; }
p { color: rgb(62,41,55); }
H1.HeaderClassName
{
color: #3E2937;
}
.AnyTagClassName
{
color: #3E2937;
}
</style>
background-color css
<style>
a { background-color: #3E2937; }
a { background-color: rgb(62,41,55); }
div.DivClassName
{
background-color: #3E2937;
}
.BgClassName
{
background-color: #3E2937;
}
</style>
border-color css
<style>
span { border-color: #3E2937; }
span { border-color: rgb(62,41,55); }
td.TdClassName
{
border-color: #3E2937;
}
.TagClassName
{
border-color: #3E2937;
}
</style>