Shades of Melanzane #33152B
Tints of Melanzane #33152B
RGB
CMYK
RGB Variations
Color information
#33152B (or 0x33152B) is known color: Melanzane. HEX triplet: 33, 15 and 2B. RGB value is (51,21,43). Sum of RGB (Red+Green+Blue) = 51+21+43=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 51 - color contains mainly: red. Hex color #33152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33152B is #CCEAD4. Grayscale: #202020. Windows color (decimal): -13429461 or 2823475. OLE color: 2823475.
HSL color Cylindrical-coordinate representation of color #33152B: hue angle of 316º 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 #33152B is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 21 | 43 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.8 |
| HSL | 316º | 0.42% | 0.14% | - |
| HSV(B) | 316º | 0.59% | 0.2% | - |
| XYZ | 2.07 | 1.41 | 2.45 | - |
| YUV | 32.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 43 | 0 | 0.59 | 0.16 | 0.8 | 316 | 0.42 | 0.14 |
| Hex | 33 | 15 | 2B | 0 | 3B | 10 | 50 | 13C | 2A | E |
| Octal | 63 | 25 | 53 | 0 | 73 | 20 | 120 | 474 | 52 | 16 |
| Binary | 110011 | 10101 | 101011 | 0 | 111011 | 10000 | 1010000 | 100111100 | 101010 | 1110 |
Color Harmonies of #33152B
Complementary color
Monochromatic Colors of #33152B
Black with #33152B
Text Example
Text Example
White with #33152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33152B; }
p { color: rgb(51,21,43); }
H1.HeaderClassName
{
color: #33152B;
}
.AnyTagClassName
{
color: #33152B;
}
</style>
background-color css
<style>
a { background-color: #33152B; }
a { background-color: rgb(51,21,43); }
div.DivClassName
{
background-color: #33152B;
}
.BgClassName
{
background-color: #33152B;
}
</style>
border-color css
<style>
span { border-color: #33152B; }
span { border-color: rgb(51,21,43); }
td.TdClassName
{
border-color: #33152B;
}
.TagClassName
{
border-color: #33152B;
}
</style>