Shades of Melanzane #321B2A
Tints of Melanzane #321B2A
RGB
CMYK
RGB Variations
Color information
#321B2A (or 0x321B2A) is known color: Melanzane. HEX triplet: 32, 1B and 2A. RGB value is (50,27,42). Sum of RGB (Red+Green+Blue) = 50+27+42=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #321B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B2A is #CDE4D5. Grayscale: #232323. Windows color (decimal): -13493462 or 2759474. OLE color: 2759474.
HSL color Cylindrical-coordinate representation of color #321B2A: hue angle of 320.87º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #321B2A is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 42 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.80 |
| HSL | 320.87º | 0.3% | 0.15% | - |
| HSV(B) | 320.87º | 0.46% | 0.2% | - |
| XYZ | 2.13 | 1.63 | 2.39 | - |
| YUV | 35.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 42 | 0 | 0.46 | 0.16 | 0.80 | 320.87 | 0.3 | 0.15 |
| Hex | 32 | 1B | 2A | 0 | 2E | 10 | 50 | 141 | 1E | F |
| Octal | 62 | 33 | 52 | 0 | 56 | 20 | 120 | 501 | 36 | 17 |
| Binary | 110010 | 11011 | 101010 | 0 | 101110 | 10000 | 1010000 | 101000001 | 11110 | 1111 |
Color Harmonies of #321B2A
Complementary color
Monochromatic Colors of #321B2A
Black with #321B2A
Text Example
Text Example
White with #321B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B2A; }
p { color: rgb(50,27,42); }
H1.HeaderClassName
{
color: #321B2A;
}
.AnyTagClassName
{
color: #321B2A;
}
</style>
background-color css
<style>
a { background-color: #321B2A; }
a { background-color: rgb(50,27,42); }
div.DivClassName
{
background-color: #321B2A;
}
.BgClassName
{
background-color: #321B2A;
}
</style>
border-color css
<style>
span { border-color: #321B2A; }
span { border-color: rgb(50,27,42); }
td.TdClassName
{
border-color: #321B2A;
}
.TagClassName
{
border-color: #321B2A;
}
</style>