Shades of Melanzane #321A29
Tints of Melanzane #321A29
RGB
CMYK
RGB Variations
Color information
#321A29 (or 0x321A29) is known color: Melanzane. HEX triplet: 32, 1A and 29. RGB value is (50,26,41). Sum of RGB (Red+Green+Blue) = 50+26+41=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 50 - color contains mainly: red. Hex color #321A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A29 is #CDE5D6. Grayscale: #222222. Windows color (decimal): -13493719 or 2693682. OLE color: 2693682.
HSL color Cylindrical-coordinate representation of color #321A29: hue angle of 322.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #321A29 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 26 | 41 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.80 |
| HSL | 322.5º | 0.32% | 0.15% | - |
| HSV(B) | 322.5º | 0.48% | 0.2% | - |
| XYZ | 2.09 | 1.58 | 2.29 | - |
| YUV | 34.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 41 | 0 | 0.48 | 0.18 | 0.80 | 322.5 | 0.32 | 0.15 |
| Hex | 32 | 1A | 29 | 0 | 30 | 12 | 50 | 142 | 20 | F |
| Octal | 62 | 32 | 51 | 0 | 60 | 22 | 120 | 502 | 40 | 17 |
| Binary | 110010 | 11010 | 101001 | 0 | 110000 | 10010 | 1010000 | 101000010 | 100000 | 1111 |
Color Harmonies of #321A29
Complementary color
Monochromatic Colors of #321A29
Black with #321A29
Text Example
Text Example
White with #321A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A29; }
p { color: rgb(50,26,41); }
H1.HeaderClassName
{
color: #321A29;
}
.AnyTagClassName
{
color: #321A29;
}
</style>
background-color css
<style>
a { background-color: #321A29; }
a { background-color: rgb(50,26,41); }
div.DivClassName
{
background-color: #321A29;
}
.BgClassName
{
background-color: #321A29;
}
</style>
border-color css
<style>
span { border-color: #321A29; }
span { border-color: rgb(50,26,41); }
td.TdClassName
{
border-color: #321A29;
}
.TagClassName
{
border-color: #321A29;
}
</style>