Shades of Melanzane #401D38
Tints of Melanzane #401D38
RGB
CMYK
RGB Variations
Color information
#401D38 (or 0x401D38) is known color: Melanzane. HEX triplet: 40, 1D and 38. RGB value is (64,29,56). Sum of RGB (Red+Green+Blue) = 64+29+56=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #401D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D38 is #BFE2C7. Grayscale: #2A2A2A. Windows color (decimal): -12575432 or 3677504. OLE color: 3677504.
HSL color Cylindrical-coordinate representation of color #401D38: hue angle of 313.71º 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 #401D38 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 29 | 56 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.75 |
| HSL | 313.71º | 0.38% | 0.18% | - |
| HSV(B) | 313.71º | 0.55% | 0.25% | - |
| XYZ | 3.27 | 2.25 | 4 | - |
| YUV | 42.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 56 | 0 | 0.55 | 0.13 | 0.75 | 313.71 | 0.38 | 0.18 |
| Hex | 40 | 1D | 38 | 0 | 37 | D | 4B | 13A | 26 | 12 |
| Octal | 100 | 35 | 70 | 0 | 67 | 15 | 113 | 472 | 46 | 22 |
| Binary | 1000000 | 11101 | 111000 | 0 | 110111 | 1101 | 1001011 | 100111010 | 100110 | 10010 |
Color Harmonies of #401D38
Complementary color
Monochromatic Colors of #401D38
Black with #401D38
Text Example
Text Example
White with #401D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D38; }
p { color: rgb(64,29,56); }
H1.HeaderClassName
{
color: #401D38;
}
.AnyTagClassName
{
color: #401D38;
}
</style>
background-color css
<style>
a { background-color: #401D38; }
a { background-color: rgb(64,29,56); }
div.DivClassName
{
background-color: #401D38;
}
.BgClassName
{
background-color: #401D38;
}
</style>
border-color css
<style>
span { border-color: #401D38; }
span { border-color: rgb(64,29,56); }
td.TdClassName
{
border-color: #401D38;
}
.TagClassName
{
border-color: #401D38;
}
</style>