Shades of Melanzane #321629
Tints of Melanzane #321629
RGB
CMYK
RGB Variations
Color information
#321629 (or 0x321629) is known color: Melanzane. HEX triplet: 32, 16 and 29. RGB value is (50,22,41). Sum of RGB (Red+Green+Blue) = 50+22+41=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #321629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321629 is #CDE9D6. Grayscale: #202020. Windows color (decimal): -13494743 or 2692658. OLE color: 2692658.
HSL color Cylindrical-coordinate representation of color #321629: hue angle of 319.29º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #321629 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 22 | 41 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.80 |
| HSL | 319.29º | 0.39% | 0.14% | - |
| HSV(B) | 319.29º | 0.56% | 0.2% | - |
| XYZ | 2 | 1.41 | 2.26 | - |
| YUV | 32.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 41 | 0 | 0.56 | 0.18 | 0.80 | 319.29 | 0.39 | 0.14 |
| Hex | 32 | 16 | 29 | 0 | 38 | 12 | 50 | 13F | 27 | E |
| Octal | 62 | 26 | 51 | 0 | 70 | 22 | 120 | 477 | 47 | 16 |
| Binary | 110010 | 10110 | 101001 | 0 | 111000 | 10010 | 1010000 | 100111111 | 100111 | 1110 |
Color Harmonies of #321629
Complementary color
Monochromatic Colors of #321629
Black with #321629
Text Example
Text Example
White with #321629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321629; }
p { color: rgb(50,22,41); }
H1.HeaderClassName
{
color: #321629;
}
.AnyTagClassName
{
color: #321629;
}
</style>
background-color css
<style>
a { background-color: #321629; }
a { background-color: rgb(50,22,41); }
div.DivClassName
{
background-color: #321629;
}
.BgClassName
{
background-color: #321629;
}
</style>
border-color css
<style>
span { border-color: #321629; }
span { border-color: rgb(50,22,41); }
td.TdClassName
{
border-color: #321629;
}
.TagClassName
{
border-color: #321629;
}
</style>