Shades of Melanzane #402337
Tints of Melanzane #402337
RGB
CMYK
RGB Variations
Color information
#402337 (or 0x402337) is known color: Melanzane. HEX triplet: 40, 23 and 37. RGB value is (64,35,55). Sum of RGB (Red+Green+Blue) = 64+35+55=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #402337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402337 is #BFDCC8. Grayscale: #2D2D2D. Windows color (decimal): -12573897 or 3613504. OLE color: 3613504.
HSL color Cylindrical-coordinate representation of color #402337: hue angle of 318.62º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #402337 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 35 | 55 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.75 |
| HSL | 318.62º | 0.29% | 0.19% | - |
| HSV(B) | 318.62º | 0.45% | 0.25% | - |
| XYZ | 3.4 | 2.57 | 3.93 | - |
| YUV | 45.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 55 | 0 | 0.45 | 0.14 | 0.75 | 318.62 | 0.29 | 0.19 |
| Hex | 40 | 23 | 37 | 0 | 2D | E | 4B | 13F | 1D | 13 |
| Octal | 100 | 43 | 67 | 0 | 55 | 16 | 113 | 477 | 35 | 23 |
| Binary | 1000000 | 100011 | 110111 | 0 | 101101 | 1110 | 1001011 | 100111111 | 11101 | 10011 |
Color Harmonies of #402337
Complementary color
Monochromatic Colors of #402337
Black with #402337
Text Example
Text Example
White with #402337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402337; }
p { color: rgb(64,35,55); }
H1.HeaderClassName
{
color: #402337;
}
.AnyTagClassName
{
color: #402337;
}
</style>
background-color css
<style>
a { background-color: #402337; }
a { background-color: rgb(64,35,55); }
div.DivClassName
{
background-color: #402337;
}
.BgClassName
{
background-color: #402337;
}
</style>
border-color css
<style>
span { border-color: #402337; }
span { border-color: rgb(64,35,55); }
td.TdClassName
{
border-color: #402337;
}
.TagClassName
{
border-color: #402337;
}
</style>