Shades of Melanzane #33242F
Tints of Melanzane #33242F
RGB
CMYK
RGB Variations
Color information
#33242F (or 0x33242F) is known color: Melanzane. HEX triplet: 33, 24 and 2F. RGB value is (51,36,47). Sum of RGB (Red+Green+Blue) = 51+36+47=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 51 - color contains mainly: red. Hex color #33242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33242F is #CCDBD0. Grayscale: #292929. Windows color (decimal): -13425617 or 3089459. OLE color: 3089459.
HSL color Cylindrical-coordinate representation of color #33242F: hue angle of 316º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #33242F is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 36 | 47 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.8 |
| HSL | 316º | 0.17% | 0.17% | - |
| HSV(B) | 316º | 0.29% | 0.2% | - |
| XYZ | 2.51 | 2.17 | 2.98 | - |
| YUV | 41.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 47 | 0 | 0.29 | 0.08 | 0.8 | 316 | 0.17 | 0.17 |
| Hex | 33 | 24 | 2F | 0 | 1D | 8 | 50 | 13C | 11 | 11 |
| Octal | 63 | 44 | 57 | 0 | 35 | 10 | 120 | 474 | 21 | 21 |
| Binary | 110011 | 100100 | 101111 | 0 | 11101 | 1000 | 1010000 | 100111100 | 10001 | 10001 |
Color Harmonies of #33242F
Complementary color
Monochromatic Colors of #33242F
Black with #33242F
Text Example
Text Example
White with #33242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33242F; }
p { color: rgb(51,36,47); }
H1.HeaderClassName
{
color: #33242F;
}
.AnyTagClassName
{
color: #33242F;
}
</style>
background-color css
<style>
a { background-color: #33242F; }
a { background-color: rgb(51,36,47); }
div.DivClassName
{
background-color: #33242F;
}
.BgClassName
{
background-color: #33242F;
}
</style>
border-color css
<style>
span { border-color: #33242F; }
span { border-color: rgb(51,36,47); }
td.TdClassName
{
border-color: #33242F;
}
.TagClassName
{
border-color: #33242F;
}
</style>