Shades of Melanzane #33272F
Tints of Melanzane #33272F
RGB
CMYK
RGB Variations
Color information
#33272F (or 0x33272F) is known color: Melanzane. HEX triplet: 33, 27 and 2F. RGB value is (51,39,47). Sum of RGB (Red+Green+Blue) = 51+39+47=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 51 - color contains mainly: red. Hex color #33272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33272F is #CCD8D0. Grayscale: #2B2B2B. Windows color (decimal): -13424849 or 3090227. OLE color: 3090227.
HSL color Cylindrical-coordinate representation of color #33272F: hue angle of 320º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #33272F is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 39 | 47 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.8 |
| HSL | 320º | 0.13% | 0.18% | - |
| HSV(B) | 320º | 0.24% | 0.2% | - |
| XYZ | 2.6 | 2.36 | 3.01 | - |
| YUV | 43.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 39 | 47 | 0 | 0.24 | 0.08 | 0.8 | 320 | 0.13 | 0.18 |
| Hex | 33 | 27 | 2F | 0 | 18 | 8 | 50 | 140 | D | 12 |
| Octal | 63 | 47 | 57 | 0 | 30 | 10 | 120 | 500 | 15 | 22 |
| Binary | 110011 | 100111 | 101111 | 0 | 11000 | 1000 | 1010000 | 101000000 | 1101 | 10010 |
Color Harmonies of #33272F
Complementary color
Monochromatic Colors of #33272F
Black with #33272F
Text Example
Text Example
White with #33272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33272F; }
p { color: rgb(51,39,47); }
H1.HeaderClassName
{
color: #33272F;
}
.AnyTagClassName
{
color: #33272F;
}
</style>
background-color css
<style>
a { background-color: #33272F; }
a { background-color: rgb(51,39,47); }
div.DivClassName
{
background-color: #33272F;
}
.BgClassName
{
background-color: #33272F;
}
</style>
border-color css
<style>
span { border-color: #33272F; }
span { border-color: rgb(51,39,47); }
td.TdClassName
{
border-color: #33272F;
}
.TagClassName
{
border-color: #33272F;
}
</style>