Shades of Melanzane #321729
Tints of Melanzane #321729
RGB
CMYK
RGB Variations
Color information
#321729 (or 0x321729) is known color: Melanzane. HEX triplet: 32, 17 and 29. RGB value is (50,23,41). Sum of RGB (Red+Green+Blue) = 50+23+41=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 50 - color contains mainly: red. Hex color #321729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321729 is #CDE8D6. Grayscale: #212121. Windows color (decimal): -13494487 or 2692914. OLE color: 2692914.
HSL color Cylindrical-coordinate representation of color #321729: hue angle of 320º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #321729 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 23 | 41 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.80 |
| HSL | 320º | 0.37% | 0.14% | - |
| HSV(B) | 320º | 0.54% | 0.2% | - |
| XYZ | 2.02 | 1.45 | 2.27 | - |
| YUV | 33.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 41 | 0 | 0.54 | 0.18 | 0.80 | 320 | 0.37 | 0.14 |
| Hex | 32 | 17 | 29 | 0 | 36 | 12 | 50 | 140 | 25 | E |
| Octal | 62 | 27 | 51 | 0 | 66 | 22 | 120 | 500 | 45 | 16 |
| Binary | 110010 | 10111 | 101001 | 0 | 110110 | 10010 | 1010000 | 101000000 | 100101 | 1110 |
Color Harmonies of #321729
Complementary color
Monochromatic Colors of #321729
Black with #321729
Text Example
Text Example
White with #321729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321729; }
p { color: rgb(50,23,41); }
H1.HeaderClassName
{
color: #321729;
}
.AnyTagClassName
{
color: #321729;
}
</style>
background-color css
<style>
a { background-color: #321729; }
a { background-color: rgb(50,23,41); }
div.DivClassName
{
background-color: #321729;
}
.BgClassName
{
background-color: #321729;
}
</style>
border-color css
<style>
span { border-color: #321729; }
span { border-color: rgb(50,23,41); }
td.TdClassName
{
border-color: #321729;
}
.TagClassName
{
border-color: #321729;
}
</style>