Shades of Melanzane #321929
Tints of Melanzane #321929
RGB
CMYK
RGB Variations
Color information
#321929 (or 0x321929) is known color: Melanzane. HEX triplet: 32, 19 and 29. RGB value is (50,25,41). Sum of RGB (Red+Green+Blue) = 50+25+41=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 50 - color contains mainly: red. Hex color #321929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321929 is #CDE6D6. Grayscale: #222222. Windows color (decimal): -13493975 or 2693426. OLE color: 2693426.
HSL color Cylindrical-coordinate representation of color #321929: hue angle of 321.6º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #321929 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 25 | 41 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.80 |
| HSL | 321.6º | 0.33% | 0.15% | - |
| HSV(B) | 321.6º | 0.5% | 0.2% | - |
| XYZ | 2.06 | 1.53 | 2.29 | - |
| YUV | 34.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 41 | 0 | 0.50 | 0.18 | 0.80 | 321.6 | 0.33 | 0.15 |
| Hex | 32 | 19 | 29 | 0 | 32 | 12 | 50 | 142 | 21 | F |
| Octal | 62 | 31 | 51 | 0 | 62 | 22 | 120 | 502 | 41 | 17 |
| Binary | 110010 | 11001 | 101001 | 0 | 110010 | 10010 | 1010000 | 101000010 | 100001 | 1111 |
Color Harmonies of #321929
Complementary color
Monochromatic Colors of #321929
Black with #321929
Text Example
Text Example
White with #321929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321929; }
p { color: rgb(50,25,41); }
H1.HeaderClassName
{
color: #321929;
}
.AnyTagClassName
{
color: #321929;
}
</style>
background-color css
<style>
a { background-color: #321929; }
a { background-color: rgb(50,25,41); }
div.DivClassName
{
background-color: #321929;
}
.BgClassName
{
background-color: #321929;
}
</style>
border-color css
<style>
span { border-color: #321929; }
span { border-color: rgb(50,25,41); }
td.TdClassName
{
border-color: #321929;
}
.TagClassName
{
border-color: #321929;
}
</style>