Shades of Melanzane #321A2A
Tints of Melanzane #321A2A
RGB
CMYK
RGB Variations
Color information
#321A2A (or 0x321A2A) is known color: Melanzane. HEX triplet: 32, 1A and 2A. RGB value is (50,26,42). Sum of RGB (Red+Green+Blue) = 50+26+42=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #321A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A2A is #CDE5D5. Grayscale: #222222. Windows color (decimal): -13493718 or 2759218. OLE color: 2759218.
HSL color Cylindrical-coordinate representation of color #321A2A: hue angle of 320º 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 #321A2A is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 26 | 42 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.80 |
| HSL | 320º | 0.32% | 0.15% | - |
| HSV(B) | 320º | 0.48% | 0.2% | - |
| XYZ | 2.1 | 1.58 | 2.39 | - |
| YUV | 35 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 42 | 0 | 0.48 | 0.16 | 0.80 | 320 | 0.32 | 0.15 |
| Hex | 32 | 1A | 2A | 0 | 30 | 10 | 50 | 140 | 20 | F |
| Octal | 62 | 32 | 52 | 0 | 60 | 20 | 120 | 500 | 40 | 17 |
| Binary | 110010 | 11010 | 101010 | 0 | 110000 | 10000 | 1010000 | 101000000 | 100000 | 1111 |
Color Harmonies of #321A2A
Complementary color
Monochromatic Colors of #321A2A
Black with #321A2A
Text Example
Text Example
White with #321A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A2A; }
p { color: rgb(50,26,42); }
H1.HeaderClassName
{
color: #321A2A;
}
.AnyTagClassName
{
color: #321A2A;
}
</style>
background-color css
<style>
a { background-color: #321A2A; }
a { background-color: rgb(50,26,42); }
div.DivClassName
{
background-color: #321A2A;
}
.BgClassName
{
background-color: #321A2A;
}
</style>
border-color css
<style>
span { border-color: #321A2A; }
span { border-color: rgb(50,26,42); }
td.TdClassName
{
border-color: #321A2A;
}
.TagClassName
{
border-color: #321A2A;
}
</style>