Shades of Melanzane #33272E
Tints of Melanzane #33272E
RGB
CMYK
RGB Variations
Color information
#33272E (or 0x33272E) is known color: Melanzane. HEX triplet: 33, 27 and 2E. RGB value is (51,39,46). Sum of RGB (Red+Green+Blue) = 51+39+46=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 51 - color contains mainly: red. Hex color #33272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33272E is #CCD8D1. Grayscale: #2B2B2B. Windows color (decimal): -13424850 or 3024691. OLE color: 3024691.
HSL color Cylindrical-coordinate representation of color #33272E: hue angle of 325º 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 #33272E is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 39 | 46 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.8 |
| HSL | 325º | 0.13% | 0.18% | - |
| HSV(B) | 325º | 0.24% | 0.2% | - |
| XYZ | 2.58 | 2.35 | 2.9 | - |
| YUV | 43.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 39 | 46 | 0 | 0.24 | 0.10 | 0.8 | 325 | 0.13 | 0.18 |
| Hex | 33 | 27 | 2E | 0 | 18 | A | 50 | 145 | D | 12 |
| Octal | 63 | 47 | 56 | 0 | 30 | 12 | 120 | 505 | 15 | 22 |
| Binary | 110011 | 100111 | 101110 | 0 | 11000 | 1010 | 1010000 | 101000101 | 1101 | 10010 |
Color Harmonies of #33272E
Complementary color
Monochromatic Colors of #33272E
Black with #33272E
Text Example
Text Example
White with #33272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33272E; }
p { color: rgb(51,39,46); }
H1.HeaderClassName
{
color: #33272E;
}
.AnyTagClassName
{
color: #33272E;
}
</style>
background-color css
<style>
a { background-color: #33272E; }
a { background-color: rgb(51,39,46); }
div.DivClassName
{
background-color: #33272E;
}
.BgClassName
{
background-color: #33272E;
}
</style>
border-color css
<style>
span { border-color: #33272E; }
span { border-color: rgb(51,39,46); }
td.TdClassName
{
border-color: #33272E;
}
.TagClassName
{
border-color: #33272E;
}
</style>