Shades of Melanzane #321B2E
Tints of Melanzane #321B2E
RGB
CMYK
RGB Variations
Color information
#321B2E (or 0x321B2E) is known color: Melanzane. HEX triplet: 32, 1B and 2E. RGB value is (50,27,46). Sum of RGB (Red+Green+Blue) = 50+27+46=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 50 - color contains mainly: red. Hex color #321B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B2E is #CDE4D1. Grayscale: #232323. Windows color (decimal): -13493458 or 3021618. OLE color: 3021618.
HSL color Cylindrical-coordinate representation of color #321B2E: hue angle of 310.43º 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 #321B2E is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 46 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.80 |
| HSL | 310.43º | 0.3% | 0.15% | - |
| HSV(B) | 310.43º | 0.46% | 0.2% | - |
| XYZ | 2.2 | 1.66 | 2.79 | - |
| YUV | 36.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 46 | 0 | 0.46 | 0.08 | 0.80 | 310.43 | 0.3 | 0.15 |
| Hex | 32 | 1B | 2E | 0 | 2E | 8 | 50 | 136 | 1E | F |
| Octal | 62 | 33 | 56 | 0 | 56 | 10 | 120 | 466 | 36 | 17 |
| Binary | 110010 | 11011 | 101110 | 0 | 101110 | 1000 | 1010000 | 100110110 | 11110 | 1111 |
Color Harmonies of #321B2E
Complementary color
Monochromatic Colors of #321B2E
Black with #321B2E
Text Example
Text Example
White with #321B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B2E; }
p { color: rgb(50,27,46); }
H1.HeaderClassName
{
color: #321B2E;
}
.AnyTagClassName
{
color: #321B2E;
}
</style>
background-color css
<style>
a { background-color: #321B2E; }
a { background-color: rgb(50,27,46); }
div.DivClassName
{
background-color: #321B2E;
}
.BgClassName
{
background-color: #321B2E;
}
</style>
border-color css
<style>
span { border-color: #321B2E; }
span { border-color: rgb(50,27,46); }
td.TdClassName
{
border-color: #321B2E;
}
.TagClassName
{
border-color: #321B2E;
}
</style>