Shades of Melanzane #321B2B
Tints of Melanzane #321B2B
RGB
CMYK
RGB Variations
Color information
#321B2B (or 0x321B2B) is known color: Melanzane. HEX triplet: 32, 1B and 2B. RGB value is (50,27,43). Sum of RGB (Red+Green+Blue) = 50+27+43=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #321B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B2B is #CDE4D4. Grayscale: #232323. Windows color (decimal): -13493461 or 2825010. OLE color: 2825010.
HSL color Cylindrical-coordinate representation of color #321B2B: hue angle of 318.26º 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 #321B2B is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 43 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.80 |
| HSL | 318.26º | 0.3% | 0.15% | - |
| HSV(B) | 318.26º | 0.46% | 0.2% | - |
| XYZ | 2.14 | 1.64 | 2.49 | - |
| YUV | 35.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 43 | 0 | 0.46 | 0.14 | 0.80 | 318.26 | 0.3 | 0.15 |
| Hex | 32 | 1B | 2B | 0 | 2E | E | 50 | 13E | 1E | F |
| Octal | 62 | 33 | 53 | 0 | 56 | 16 | 120 | 476 | 36 | 17 |
| Binary | 110010 | 11011 | 101011 | 0 | 101110 | 1110 | 1010000 | 100111110 | 11110 | 1111 |
Color Harmonies of #321B2B
Complementary color
Monochromatic Colors of #321B2B
Black with #321B2B
Text Example
Text Example
White with #321B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B2B; }
p { color: rgb(50,27,43); }
H1.HeaderClassName
{
color: #321B2B;
}
.AnyTagClassName
{
color: #321B2B;
}
</style>
background-color css
<style>
a { background-color: #321B2B; }
a { background-color: rgb(50,27,43); }
div.DivClassName
{
background-color: #321B2B;
}
.BgClassName
{
background-color: #321B2B;
}
</style>
border-color css
<style>
span { border-color: #321B2B; }
span { border-color: rgb(50,27,43); }
td.TdClassName
{
border-color: #321B2B;
}
.TagClassName
{
border-color: #321B2B;
}
</style>