Shades of Melanzane #33152A
Tints of Melanzane #33152A
RGB
CMYK
RGB Variations
Color information
#33152A (or 0x33152A) is known color: Melanzane. HEX triplet: 33, 15 and 2A. RGB value is (51,21,42). Sum of RGB (Red+Green+Blue) = 51+21+42=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 51 - color contains mainly: red. Hex color #33152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33152A is #CCEAD5. Grayscale: #202020. Windows color (decimal): -13429462 or 2757939. OLE color: 2757939.
HSL color Cylindrical-coordinate representation of color #33152A: hue angle of 318º 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 #33152A is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 21 | 42 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.8 |
| HSL | 318º | 0.42% | 0.14% | - |
| HSV(B) | 318º | 0.59% | 0.2% | - |
| XYZ | 2.05 | 1.41 | 2.35 | - |
| YUV | 32.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 42 | 0 | 0.59 | 0.18 | 0.8 | 318 | 0.42 | 0.14 |
| Hex | 33 | 15 | 2A | 0 | 3B | 12 | 50 | 13E | 2A | E |
| Octal | 63 | 25 | 52 | 0 | 73 | 22 | 120 | 476 | 52 | 16 |
| Binary | 110011 | 10101 | 101010 | 0 | 111011 | 10010 | 1010000 | 100111110 | 101010 | 1110 |
Color Harmonies of #33152A
Complementary color
Monochromatic Colors of #33152A
Black with #33152A
Text Example
Text Example
White with #33152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33152A; }
p { color: rgb(51,21,42); }
H1.HeaderClassName
{
color: #33152A;
}
.AnyTagClassName
{
color: #33152A;
}
</style>
background-color css
<style>
a { background-color: #33152A; }
a { background-color: rgb(51,21,42); }
div.DivClassName
{
background-color: #33152A;
}
.BgClassName
{
background-color: #33152A;
}
</style>
border-color css
<style>
span { border-color: #33152A; }
span { border-color: rgb(51,21,42); }
td.TdClassName
{
border-color: #33152A;
}
.TagClassName
{
border-color: #33152A;
}
</style>