Shades of Melanzane #321529
Tints of Melanzane #321529
RGB
CMYK
RGB Variations
Color information
#321529 (or 0x321529) is known color: Melanzane. HEX triplet: 32, 15 and 29. RGB value is (50,21,41). Sum of RGB (Red+Green+Blue) = 50+21+41=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 50 - color contains mainly: red. Hex color #321529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321529 is #CDEAD6. Grayscale: #1F1F1F. Windows color (decimal): -13494999 or 2692402. OLE color: 2692402.
HSL color Cylindrical-coordinate representation of color #321529: hue angle of 318.62º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #321529 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 21 | 41 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.80 |
| HSL | 318.62º | 0.41% | 0.14% | - |
| HSV(B) | 318.62º | 0.58% | 0.2% | - |
| XYZ | 1.98 | 1.37 | 2.26 | - |
| YUV | 31.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 41 | 0 | 0.58 | 0.18 | 0.80 | 318.62 | 0.41 | 0.14 |
| Hex | 32 | 15 | 29 | 0 | 3A | 12 | 50 | 13F | 29 | E |
| Octal | 62 | 25 | 51 | 0 | 72 | 22 | 120 | 477 | 51 | 16 |
| Binary | 110010 | 10101 | 101001 | 0 | 111010 | 10010 | 1010000 | 100111111 | 101001 | 1110 |
Color Harmonies of #321529
Complementary color
Monochromatic Colors of #321529
Black with #321529
Text Example
Text Example
White with #321529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321529; }
p { color: rgb(50,21,41); }
H1.HeaderClassName
{
color: #321529;
}
.AnyTagClassName
{
color: #321529;
}
</style>
background-color css
<style>
a { background-color: #321529; }
a { background-color: rgb(50,21,41); }
div.DivClassName
{
background-color: #321529;
}
.BgClassName
{
background-color: #321529;
}
</style>
border-color css
<style>
span { border-color: #321529; }
span { border-color: rgb(50,21,41); }
td.TdClassName
{
border-color: #321529;
}
.TagClassName
{
border-color: #321529;
}
</style>