Shades of Melanzane #391A32
Tints of Melanzane #391A32
RGB
CMYK
RGB Variations
Color information
#391A32 (or 0x391A32) is known color: Melanzane. HEX triplet: 39, 1A and 32. RGB value is (57,26,50). Sum of RGB (Red+Green+Blue) = 57+26+50=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 57 - color contains mainly: red. Hex color #391A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391A32 is #C6E5CD. Grayscale: #252525. Windows color (decimal): -13034958 or 3283513. OLE color: 3283513.
HSL color Cylindrical-coordinate representation of color #391A32: hue angle of 313.55º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #391A32 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 26 | 50 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.78 |
| HSL | 313.55º | 0.37% | 0.16% | - |
| HSV(B) | 313.55º | 0.54% | 0.22% | - |
| XYZ | 2.63 | 1.84 | 3.23 | - |
| YUV | 38.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 50 | 0 | 0.54 | 0.12 | 0.78 | 313.55 | 0.37 | 0.16 |
| Hex | 39 | 1A | 32 | 0 | 36 | C | 4E | 13A | 25 | 10 |
| Octal | 71 | 32 | 62 | 0 | 66 | 14 | 116 | 472 | 45 | 20 |
| Binary | 111001 | 11010 | 110010 | 0 | 110110 | 1100 | 1001110 | 100111010 | 100101 | 10000 |
Color Harmonies of #391A32
Complementary color
Monochromatic Colors of #391A32
Black with #391A32
Text Example
Text Example
White with #391A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391A32; }
p { color: rgb(57,26,50); }
H1.HeaderClassName
{
color: #391A32;
}
.AnyTagClassName
{
color: #391A32;
}
</style>
background-color css
<style>
a { background-color: #391A32; }
a { background-color: rgb(57,26,50); }
div.DivClassName
{
background-color: #391A32;
}
.BgClassName
{
background-color: #391A32;
}
</style>
border-color css
<style>
span { border-color: #391A32; }
span { border-color: rgb(57,26,50); }
td.TdClassName
{
border-color: #391A32;
}
.TagClassName
{
border-color: #391A32;
}
</style>