Shades of Melanzane #33212D
Tints of Melanzane #33212D
RGB
CMYK
RGB Variations
Color information
#33212D (or 0x33212D) is known color: Melanzane. HEX triplet: 33, 21 and 2D. RGB value is (51,33,45). Sum of RGB (Red+Green+Blue) = 51+33+45=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 51 - color contains mainly: red. Hex color #33212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33212D is #CCDED2. Grayscale: #272727. Windows color (decimal): -13426387 or 2957619. OLE color: 2957619.
HSL color Cylindrical-coordinate representation of color #33212D: hue angle of 320º 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 #33212D is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 33 | 45 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.8 |
| HSL | 320º | 0.21% | 0.16% | - |
| HSV(B) | 320º | 0.35% | 0.2% | - |
| XYZ | 2.38 | 1.98 | 2.74 | - |
| YUV | 39.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 45 | 0 | 0.35 | 0.12 | 0.8 | 320 | 0.21 | 0.16 |
| Hex | 33 | 21 | 2D | 0 | 23 | C | 50 | 140 | 15 | 10 |
| Octal | 63 | 41 | 55 | 0 | 43 | 14 | 120 | 500 | 25 | 20 |
| Binary | 110011 | 100001 | 101101 | 0 | 100011 | 1100 | 1010000 | 101000000 | 10101 | 10000 |
Color Harmonies of #33212D
Complementary color
Monochromatic Colors of #33212D
Black with #33212D
Text Example
Text Example
White with #33212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33212D; }
p { color: rgb(51,33,45); }
H1.HeaderClassName
{
color: #33212D;
}
.AnyTagClassName
{
color: #33212D;
}
</style>
background-color css
<style>
a { background-color: #33212D; }
a { background-color: rgb(51,33,45); }
div.DivClassName
{
background-color: #33212D;
}
.BgClassName
{
background-color: #33212D;
}
</style>
border-color css
<style>
span { border-color: #33212D; }
span { border-color: rgb(51,33,45); }
td.TdClassName
{
border-color: #33212D;
}
.TagClassName
{
border-color: #33212D;
}
</style>