Shades of Melanzane #33152C
Tints of Melanzane #33152C
RGB
CMYK
RGB Variations
Color information
#33152C (or 0x33152C) is known color: Melanzane. HEX triplet: 33, 15 and 2C. RGB value is (51,21,44). Sum of RGB (Red+Green+Blue) = 51+21+44=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #33152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33152C is #CCEAD3. Grayscale: #202020. Windows color (decimal): -13429460 or 2889011. OLE color: 2889011.
HSL color Cylindrical-coordinate representation of color #33152C: hue angle of 314º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33152C is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 21 | 44 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.8 |
| HSL | 314º | 0.42% | 0.14% | - |
| HSV(B) | 314º | 0.59% | 0.2% | - |
| XYZ | 2.09 | 1.42 | 2.55 | - |
| YUV | 32.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 44 | 0 | 0.59 | 0.14 | 0.8 | 314 | 0.42 | 0.14 |
| Hex | 33 | 15 | 2C | 0 | 3B | E | 50 | 13A | 2A | E |
| Octal | 63 | 25 | 54 | 0 | 73 | 16 | 120 | 472 | 52 | 16 |
| Binary | 110011 | 10101 | 101100 | 0 | 111011 | 1110 | 1010000 | 100111010 | 101010 | 1110 |
Color Harmonies of #33152C
Complementary color
Monochromatic Colors of #33152C
Black with #33152C
Text Example
Text Example
White with #33152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33152C; }
p { color: rgb(51,21,44); }
H1.HeaderClassName
{
color: #33152C;
}
.AnyTagClassName
{
color: #33152C;
}
</style>
background-color css
<style>
a { background-color: #33152C; }
a { background-color: rgb(51,21,44); }
div.DivClassName
{
background-color: #33152C;
}
.BgClassName
{
background-color: #33152C;
}
</style>
border-color css
<style>
span { border-color: #33152C; }
span { border-color: rgb(51,21,44); }
td.TdClassName
{
border-color: #33152C;
}
.TagClassName
{
border-color: #33152C;
}
</style>