Shades of Melanzane #33122C
Tints of Melanzane #33122C
RGB
CMYK
RGB Variations
Color information
#33122C (or 0x33122C) is known color: Melanzane. HEX triplet: 33, 12 and 2C. RGB value is (51,18,44). Sum of RGB (Red+Green+Blue) = 51+18+44=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 44 (17.58% from 255 or 38.94% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #33122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33122C is #CCEDD3. Grayscale: #1E1E1E. Windows color (decimal): -13430228 or 2888243. OLE color: 2888243.
HSL color Cylindrical-coordinate representation of color #33122C: hue angle of 312.73º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33122C is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 18 | 44 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.8 |
| HSL | 312.73º | 0.48% | 0.14% | - |
| HSV(B) | 312.73º | 0.65% | 0.2% | - |
| XYZ | 2.04 | 1.32 | 2.53 | - |
| YUV | 30.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 44 | 0 | 0.65 | 0.14 | 0.8 | 312.73 | 0.48 | 0.14 |
| Hex | 33 | 12 | 2C | 0 | 41 | E | 50 | 139 | 30 | E |
| Octal | 63 | 22 | 54 | 0 | 101 | 16 | 120 | 471 | 60 | 16 |
| Binary | 110011 | 10010 | 101100 | 0 | 1000001 | 1110 | 1010000 | 100111001 | 110000 | 1110 |
Color Harmonies of #33122C
Complementary color
Monochromatic Colors of #33122C
Black with #33122C
Text Example
Text Example
White with #33122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33122C; }
p { color: rgb(51,18,44); }
H1.HeaderClassName
{
color: #33122C;
}
.AnyTagClassName
{
color: #33122C;
}
</style>
background-color css
<style>
a { background-color: #33122C; }
a { background-color: rgb(51,18,44); }
div.DivClassName
{
background-color: #33122C;
}
.BgClassName
{
background-color: #33122C;
}
</style>
border-color css
<style>
span { border-color: #33122C; }
span { border-color: rgb(51,18,44); }
td.TdClassName
{
border-color: #33122C;
}
.TagClassName
{
border-color: #33122C;
}
</style>