Shades of Melanzane #33222E
Tints of Melanzane #33222E
RGB
CMYK
RGB Variations
Color information
#33222E (or 0x33222E) is known color: Melanzane. HEX triplet: 33, 22 and 2E. RGB value is (51,34,46). Sum of RGB (Red+Green+Blue) = 51+34+46=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 51 - color contains mainly: red. Hex color #33222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33222E is #CCDDD1. Grayscale: #282828. Windows color (decimal): -13426130 or 3023411. OLE color: 3023411.
HSL color Cylindrical-coordinate representation of color #33222E: hue angle of 317.65º 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 #33222E is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 34 | 46 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.8 |
| HSL | 317.65º | 0.2% | 0.17% | - |
| HSV(B) | 317.65º | 0.33% | 0.2% | - |
| XYZ | 2.43 | 2.05 | 2.85 | - |
| YUV | 40.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 34 | 46 | 0 | 0.33 | 0.10 | 0.8 | 317.65 | 0.2 | 0.17 |
| Hex | 33 | 22 | 2E | 0 | 21 | A | 50 | 13E | 14 | 11 |
| Octal | 63 | 42 | 56 | 0 | 41 | 12 | 120 | 476 | 24 | 21 |
| Binary | 110011 | 100010 | 101110 | 0 | 100001 | 1010 | 1010000 | 100111110 | 10100 | 10001 |
Color Harmonies of #33222E
Complementary color
Monochromatic Colors of #33222E
Black with #33222E
Text Example
Text Example
White with #33222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33222E; }
p { color: rgb(51,34,46); }
H1.HeaderClassName
{
color: #33222E;
}
.AnyTagClassName
{
color: #33222E;
}
</style>
background-color css
<style>
a { background-color: #33222E; }
a { background-color: rgb(51,34,46); }
div.DivClassName
{
background-color: #33222E;
}
.BgClassName
{
background-color: #33222E;
}
</style>
border-color css
<style>
span { border-color: #33222E; }
span { border-color: rgb(51,34,46); }
td.TdClassName
{
border-color: #33222E;
}
.TagClassName
{
border-color: #33222E;
}
</style>