Shades of Melanzane #402137
Tints of Melanzane #402137
RGB
CMYK
RGB Variations
Color information
#402137 (or 0x402137) is known color: Melanzane. HEX triplet: 40, 21 and 37. RGB value is (64,33,55). Sum of RGB (Red+Green+Blue) = 64+33+55=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #402137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402137 is #BFDEC8. Grayscale: #2C2C2C. Windows color (decimal): -12574409 or 3612992. OLE color: 3612992.
HSL color Cylindrical-coordinate representation of color #402137: hue angle of 317.42º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #402137 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 33 | 55 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.75 |
| HSL | 317.42º | 0.32% | 0.19% | - |
| HSV(B) | 317.42º | 0.48% | 0.25% | - |
| XYZ | 3.35 | 2.45 | 3.91 | - |
| YUV | 44.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 55 | 0 | 0.48 | 0.14 | 0.75 | 317.42 | 0.32 | 0.19 |
| Hex | 40 | 21 | 37 | 0 | 30 | E | 4B | 13D | 20 | 13 |
| Octal | 100 | 41 | 67 | 0 | 60 | 16 | 113 | 475 | 40 | 23 |
| Binary | 1000000 | 100001 | 110111 | 0 | 110000 | 1110 | 1001011 | 100111101 | 100000 | 10011 |
Color Harmonies of #402137
Complementary color
Monochromatic Colors of #402137
Black with #402137
Text Example
Text Example
White with #402137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402137; }
p { color: rgb(64,33,55); }
H1.HeaderClassName
{
color: #402137;
}
.AnyTagClassName
{
color: #402137;
}
</style>
background-color css
<style>
a { background-color: #402137; }
a { background-color: rgb(64,33,55); }
div.DivClassName
{
background-color: #402137;
}
.BgClassName
{
background-color: #402137;
}
</style>
border-color css
<style>
span { border-color: #402137; }
span { border-color: rgb(64,33,55); }
td.TdClassName
{
border-color: #402137;
}
.TagClassName
{
border-color: #402137;
}
</style>