Shades of Melanzane #401D36
Tints of Melanzane #401D36
RGB
CMYK
RGB Variations
Color information
#401D36 (or 0x401D36) is known color: Melanzane. HEX triplet: 40, 1D and 36. RGB value is (64,29,54). Sum of RGB (Red+Green+Blue) = 64+29+54=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #401D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D36 is #BFE2C9. Grayscale: #2A2A2A. Windows color (decimal): -12575434 or 3546432. OLE color: 3546432.
HSL color Cylindrical-coordinate representation of color #401D36: hue angle of 317.14º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #401D36 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 29 | 54 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.75 |
| HSL | 317.14º | 0.38% | 0.18% | - |
| HSV(B) | 317.14º | 0.55% | 0.25% | - |
| XYZ | 3.22 | 2.24 | 3.75 | - |
| YUV | 42.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 54 | 0 | 0.55 | 0.16 | 0.75 | 317.14 | 0.38 | 0.18 |
| Hex | 40 | 1D | 36 | 0 | 37 | 10 | 4B | 13D | 26 | 12 |
| Octal | 100 | 35 | 66 | 0 | 67 | 20 | 113 | 475 | 46 | 22 |
| Binary | 1000000 | 11101 | 110110 | 0 | 110111 | 10000 | 1001011 | 100111101 | 100110 | 10010 |
Color Harmonies of #401D36
Complementary color
Monochromatic Colors of #401D36
Black with #401D36
Text Example
Text Example
White with #401D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D36; }
p { color: rgb(64,29,54); }
H1.HeaderClassName
{
color: #401D36;
}
.AnyTagClassName
{
color: #401D36;
}
</style>
background-color css
<style>
a { background-color: #401D36; }
a { background-color: rgb(64,29,54); }
div.DivClassName
{
background-color: #401D36;
}
.BgClassName
{
background-color: #401D36;
}
</style>
border-color css
<style>
span { border-color: #401D36; }
span { border-color: rgb(64,29,54); }
td.TdClassName
{
border-color: #401D36;
}
.TagClassName
{
border-color: #401D36;
}
</style>