Shades of Melanzane #33222F
Tints of Melanzane #33222F
RGB
CMYK
RGB Variations
Color information
#33222F (or 0x33222F) is known color: Melanzane. HEX triplet: 33, 22 and 2F. RGB value is (51,34,47). Sum of RGB (Red+Green+Blue) = 51+34+47=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 51 - color contains mainly: red. Hex color #33222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33222F is #CCDDD0. Grayscale: #282828. Windows color (decimal): -13426129 or 3088947. OLE color: 3088947.
HSL color Cylindrical-coordinate representation of color #33222F: hue angle of 314.12º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #33222F is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 34 | 47 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.8 |
| HSL | 314.12º | 0.2% | 0.17% | - |
| HSV(B) | 314.12º | 0.33% | 0.2% | - |
| XYZ | 2.45 | 2.05 | 2.96 | - |
| YUV | 40.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 34 | 47 | 0 | 0.33 | 0.08 | 0.8 | 314.12 | 0.2 | 0.17 |
| Hex | 33 | 22 | 2F | 0 | 21 | 8 | 50 | 13A | 14 | 11 |
| Octal | 63 | 42 | 57 | 0 | 41 | 10 | 120 | 472 | 24 | 21 |
| Binary | 110011 | 100010 | 101111 | 0 | 100001 | 1000 | 1010000 | 100111010 | 10100 | 10001 |
Color Harmonies of #33222F
Complementary color
Monochromatic Colors of #33222F
Black with #33222F
Text Example
Text Example
White with #33222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33222F; }
p { color: rgb(51,34,47); }
H1.HeaderClassName
{
color: #33222F;
}
.AnyTagClassName
{
color: #33222F;
}
</style>
background-color css
<style>
a { background-color: #33222F; }
a { background-color: rgb(51,34,47); }
div.DivClassName
{
background-color: #33222F;
}
.BgClassName
{
background-color: #33222F;
}
</style>
border-color css
<style>
span { border-color: #33222F; }
span { border-color: rgb(51,34,47); }
td.TdClassName
{
border-color: #33222F;
}
.TagClassName
{
border-color: #33222F;
}
</style>