Shades of Melanzane #33202F
Tints of Melanzane #33202F
RGB
CMYK
RGB Variations
Color information
#33202F (or 0x33202F) is known color: Melanzane. HEX triplet: 33, 20 and 2F. RGB value is (51,32,47). Sum of RGB (Red+Green+Blue) = 51+32+47=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 51 - color contains mainly: red. Hex color #33202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33202F is #CCDFD0. Grayscale: #272727. Windows color (decimal): -13426641 or 3088435. OLE color: 3088435.
HSL color Cylindrical-coordinate representation of color #33202F: hue angle of 312.63º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #33202F is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 32 | 47 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.8 |
| HSL | 312.63º | 0.23% | 0.16% | - |
| HSV(B) | 312.63º | 0.37% | 0.2% | - |
| XYZ | 2.39 | 1.94 | 2.94 | - |
| YUV | 39.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 47 | 0 | 0.37 | 0.08 | 0.8 | 312.63 | 0.23 | 0.16 |
| Hex | 33 | 20 | 2F | 0 | 25 | 8 | 50 | 139 | 17 | 10 |
| Octal | 63 | 40 | 57 | 0 | 45 | 10 | 120 | 471 | 27 | 20 |
| Binary | 110011 | 100000 | 101111 | 0 | 100101 | 1000 | 1010000 | 100111001 | 10111 | 10000 |
Color Harmonies of #33202F
Complementary color
Monochromatic Colors of #33202F
Black with #33202F
Text Example
Text Example
White with #33202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33202F; }
p { color: rgb(51,32,47); }
H1.HeaderClassName
{
color: #33202F;
}
.AnyTagClassName
{
color: #33202F;
}
</style>
background-color css
<style>
a { background-color: #33202F; }
a { background-color: rgb(51,32,47); }
div.DivClassName
{
background-color: #33202F;
}
.BgClassName
{
background-color: #33202F;
}
</style>
border-color css
<style>
span { border-color: #33202F; }
span { border-color: rgb(51,32,47); }
td.TdClassName
{
border-color: #33202F;
}
.TagClassName
{
border-color: #33202F;
}
</style>