Shades of Melanzane #401F36
Tints of Melanzane #401F36
RGB
CMYK
RGB Variations
Color information
#401F36 (or 0x401F36) is known color: Melanzane. HEX triplet: 40, 1F and 36. RGB value is (64,31,54). Sum of RGB (Red+Green+Blue) = 64+31+54=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #401F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F36 is #BFE0C9. Grayscale: #2B2B2B. Windows color (decimal): -12574922 or 3546944. OLE color: 3546944.
HSL color Cylindrical-coordinate representation of color #401F36: hue angle of 318.18º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #401F36 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 31 | 54 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.75 |
| HSL | 318.18º | 0.35% | 0.19% | - |
| HSV(B) | 318.18º | 0.52% | 0.25% | - |
| XYZ | 3.27 | 2.34 | 3.77 | - |
| YUV | 43.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 54 | 0 | 0.52 | 0.16 | 0.75 | 318.18 | 0.35 | 0.19 |
| Hex | 40 | 1F | 36 | 0 | 34 | 10 | 4B | 13E | 23 | 13 |
| Octal | 100 | 37 | 66 | 0 | 64 | 20 | 113 | 476 | 43 | 23 |
| Binary | 1000000 | 11111 | 110110 | 0 | 110100 | 10000 | 1001011 | 100111110 | 100011 | 10011 |
Color Harmonies of #401F36
Complementary color
Monochromatic Colors of #401F36
Black with #401F36
Text Example
Text Example
White with #401F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F36; }
p { color: rgb(64,31,54); }
H1.HeaderClassName
{
color: #401F36;
}
.AnyTagClassName
{
color: #401F36;
}
</style>
background-color css
<style>
a { background-color: #401F36; }
a { background-color: rgb(64,31,54); }
div.DivClassName
{
background-color: #401F36;
}
.BgClassName
{
background-color: #401F36;
}
</style>
border-color css
<style>
span { border-color: #401F36; }
span { border-color: rgb(64,31,54); }
td.TdClassName
{
border-color: #401F36;
}
.TagClassName
{
border-color: #401F36;
}
</style>