Shades of Melanzane #321A2C
Tints of Melanzane #321A2C
RGB
CMYK
RGB Variations
Color information
#321A2C (or 0x321A2C) is known color: Melanzane. HEX triplet: 32, 1A and 2C. RGB value is (50,26,44). Sum of RGB (Red+Green+Blue) = 50+26+44=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #321A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A2C is #CDE5D3. Grayscale: #232323. Windows color (decimal): -13493716 or 2890290. OLE color: 2890290.
HSL color Cylindrical-coordinate representation of color #321A2C: hue angle of 315º 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 #321A2C is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 26 | 44 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.80 |
| HSL | 315º | 0.32% | 0.15% | - |
| HSV(B) | 315º | 0.48% | 0.2% | - |
| XYZ | 2.14 | 1.6 | 2.58 | - |
| YUV | 35.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 44 | 0 | 0.48 | 0.12 | 0.80 | 315 | 0.32 | 0.15 |
| Hex | 32 | 1A | 2C | 0 | 30 | C | 50 | 13B | 20 | F |
| Octal | 62 | 32 | 54 | 0 | 60 | 14 | 120 | 473 | 40 | 17 |
| Binary | 110010 | 11010 | 101100 | 0 | 110000 | 1100 | 1010000 | 100111011 | 100000 | 1111 |
Color Harmonies of #321A2C
Complementary color
Monochromatic Colors of #321A2C
Black with #321A2C
Text Example
Text Example
White with #321A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A2C; }
p { color: rgb(50,26,44); }
H1.HeaderClassName
{
color: #321A2C;
}
.AnyTagClassName
{
color: #321A2C;
}
</style>
background-color css
<style>
a { background-color: #321A2C; }
a { background-color: rgb(50,26,44); }
div.DivClassName
{
background-color: #321A2C;
}
.BgClassName
{
background-color: #321A2C;
}
</style>
border-color css
<style>
span { border-color: #321A2C; }
span { border-color: rgb(50,26,44); }
td.TdClassName
{
border-color: #321A2C;
}
.TagClassName
{
border-color: #321A2C;
}
</style>