Shades of Melanzane #321F2F
Tints of Melanzane #321F2F
RGB
CMYK
RGB Variations
Color information
#321F2F (or 0x321F2F) is known color: Melanzane. HEX triplet: 32, 1F and 2F. RGB value is (50,31,47). Sum of RGB (Red+Green+Blue) = 50+31+47=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 50 - color contains mainly: red. Hex color #321F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F2F is #CDE0D0. Grayscale: #262626. Windows color (decimal): -13492433 or 3088178. OLE color: 3088178.
HSL color Cylindrical-coordinate representation of color #321F2F: hue angle of 309.47º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #321F2F is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 31 | 47 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.80 |
| HSL | 309.47º | 0.23% | 0.16% | - |
| HSV(B) | 309.47º | 0.38% | 0.2% | - |
| XYZ | 2.32 | 1.86 | 2.93 | - |
| YUV | 38.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 47 | 0 | 0.38 | 0.06 | 0.80 | 309.47 | 0.23 | 0.16 |
| Hex | 32 | 1F | 2F | 0 | 26 | 6 | 50 | 135 | 17 | 10 |
| Octal | 62 | 37 | 57 | 0 | 46 | 6 | 120 | 465 | 27 | 20 |
| Binary | 110010 | 11111 | 101111 | 0 | 100110 | 110 | 1010000 | 100110101 | 10111 | 10000 |
Color Harmonies of #321F2F
Complementary color
Monochromatic Colors of #321F2F
Black with #321F2F
Text Example
Text Example
White with #321F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F2F; }
p { color: rgb(50,31,47); }
H1.HeaderClassName
{
color: #321F2F;
}
.AnyTagClassName
{
color: #321F2F;
}
</style>
background-color css
<style>
a { background-color: #321F2F; }
a { background-color: rgb(50,31,47); }
div.DivClassName
{
background-color: #321F2F;
}
.BgClassName
{
background-color: #321F2F;
}
</style>
border-color css
<style>
span { border-color: #321F2F; }
span { border-color: rgb(50,31,47); }
td.TdClassName
{
border-color: #321F2F;
}
.TagClassName
{
border-color: #321F2F;
}
</style>