Shades of Melanzane #402136
Tints of Melanzane #402136
RGB
CMYK
RGB Variations
Color information
#402136 (or 0x402136) is known color: Melanzane. HEX triplet: 40, 21 and 36. RGB value is (64,33,54). Sum of RGB (Red+Green+Blue) = 64+33+54=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #402136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402136 is #BFDEC9. Grayscale: #2C2C2C. Windows color (decimal): -12574410 or 3547456. OLE color: 3547456.
HSL color Cylindrical-coordinate representation of color #402136: hue angle of 319.35º 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 #402136 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 33 | 54 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.75 |
| HSL | 319.35º | 0.32% | 0.19% | - |
| HSV(B) | 319.35º | 0.48% | 0.25% | - |
| XYZ | 3.32 | 2.44 | 3.79 | - |
| YUV | 44.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 54 | 0 | 0.48 | 0.16 | 0.75 | 319.35 | 0.32 | 0.19 |
| Hex | 40 | 21 | 36 | 0 | 30 | 10 | 4B | 13F | 20 | 13 |
| Octal | 100 | 41 | 66 | 0 | 60 | 20 | 113 | 477 | 40 | 23 |
| Binary | 1000000 | 100001 | 110110 | 0 | 110000 | 10000 | 1001011 | 100111111 | 100000 | 10011 |
Color Harmonies of #402136
Complementary color
Monochromatic Colors of #402136
Black with #402136
Text Example
Text Example
White with #402136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402136; }
p { color: rgb(64,33,54); }
H1.HeaderClassName
{
color: #402136;
}
.AnyTagClassName
{
color: #402136;
}
</style>
background-color css
<style>
a { background-color: #402136; }
a { background-color: rgb(64,33,54); }
div.DivClassName
{
background-color: #402136;
}
.BgClassName
{
background-color: #402136;
}
</style>
border-color css
<style>
span { border-color: #402136; }
span { border-color: rgb(64,33,54); }
td.TdClassName
{
border-color: #402136;
}
.TagClassName
{
border-color: #402136;
}
</style>