Shades of Melanzane #33212F
Tints of Melanzane #33212F
RGB
CMYK
RGB Variations
Color information
#33212F (or 0x33212F) is known color: Melanzane. HEX triplet: 33, 21 and 2F. RGB value is (51,33,47). Sum of RGB (Red+Green+Blue) = 51+33+47=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 51 - color contains mainly: red. Hex color #33212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33212F is #CCDED0. Grayscale: #272727. Windows color (decimal): -13426385 or 3088691. OLE color: 3088691.
HSL color Cylindrical-coordinate representation of color #33212F: hue angle of 313.33º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #33212F is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 33 | 47 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.8 |
| HSL | 313.33º | 0.21% | 0.16% | - |
| HSV(B) | 313.33º | 0.35% | 0.2% | - |
| XYZ | 2.42 | 2 | 2.95 | - |
| YUV | 39.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 47 | 0 | 0.35 | 0.08 | 0.8 | 313.33 | 0.21 | 0.16 |
| Hex | 33 | 21 | 2F | 0 | 23 | 8 | 50 | 139 | 15 | 10 |
| Octal | 63 | 41 | 57 | 0 | 43 | 10 | 120 | 471 | 25 | 20 |
| Binary | 110011 | 100001 | 101111 | 0 | 100011 | 1000 | 1010000 | 100111001 | 10101 | 10000 |
Color Harmonies of #33212F
Complementary color
Monochromatic Colors of #33212F
Black with #33212F
Text Example
Text Example
White with #33212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33212F; }
p { color: rgb(51,33,47); }
H1.HeaderClassName
{
color: #33212F;
}
.AnyTagClassName
{
color: #33212F;
}
</style>
background-color css
<style>
a { background-color: #33212F; }
a { background-color: rgb(51,33,47); }
div.DivClassName
{
background-color: #33212F;
}
.BgClassName
{
background-color: #33212F;
}
</style>
border-color css
<style>
span { border-color: #33212F; }
span { border-color: rgb(51,33,47); }
td.TdClassName
{
border-color: #33212F;
}
.TagClassName
{
border-color: #33212F;
}
</style>