Shades of Melanzane #320F2A
Tints of Melanzane #320F2A
RGB
CMYK
RGB Variations
Color information
#320F2A (or 0x320F2A) is known color: Melanzane. HEX triplet: 32, 0F and 2A. RGB value is (50,15,42). Sum of RGB (Red+Green+Blue) = 50+15+42=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 50 - color contains mainly: red. Hex color #320F2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F2A is #CDF0D5. Grayscale: #1C1C1C. Windows color (decimal): -13496534 or 2756402. OLE color: 2756402.
HSL color Cylindrical-coordinate representation of color #320F2A: hue angle of 313.71º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #320F2A is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 42 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.80 |
| HSL | 313.71º | 0.54% | 0.13% | - |
| HSV(B) | 313.71º | 0.7% | 0.2% | - |
| XYZ | 1.9 | 1.19 | 2.32 | - |
| YUV | 28.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 42 | 0 | 0.70 | 0.16 | 0.80 | 313.71 | 0.54 | 0.13 |
| Hex | 32 | F | 2A | 0 | 46 | 10 | 50 | 13A | 36 | D |
| Octal | 62 | 17 | 52 | 0 | 106 | 20 | 120 | 472 | 66 | 15 |
| Binary | 110010 | 1111 | 101010 | 0 | 1000110 | 10000 | 1010000 | 100111010 | 110110 | 1101 |
Color Harmonies of #320F2A
Complementary color
Monochromatic Colors of #320F2A
Black with #320F2A
Text Example
Text Example
White with #320F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F2A; }
p { color: rgb(50,15,42); }
H1.HeaderClassName
{
color: #320F2A;
}
.AnyTagClassName
{
color: #320F2A;
}
</style>
background-color css
<style>
a { background-color: #320F2A; }
a { background-color: rgb(50,15,42); }
div.DivClassName
{
background-color: #320F2A;
}
.BgClassName
{
background-color: #320F2A;
}
</style>
border-color css
<style>
span { border-color: #320F2A; }
span { border-color: rgb(50,15,42); }
td.TdClassName
{
border-color: #320F2A;
}
.TagClassName
{
border-color: #320F2A;
}
</style>