Shades of Melanzane #331F2F
Tints of Melanzane #331F2F
RGB
CMYK
RGB Variations
Color information
#331F2F (or 0x331F2F) is known color: Melanzane. HEX triplet: 33, 1F and 2F. RGB value is (51,31,47). Sum of RGB (Red+Green+Blue) = 51+31+47=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 51 - color contains mainly: red. Hex color #331F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F2F is #CCE0D0. Grayscale: #262626. Windows color (decimal): -13426897 or 3088179. OLE color: 3088179.
HSL color Cylindrical-coordinate representation of color #331F2F: hue angle of 312º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #331F2F is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 31 | 47 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.8 |
| HSL | 312º | 0.24% | 0.16% | - |
| HSV(B) | 312º | 0.39% | 0.2% | - |
| XYZ | 2.37 | 1.89 | 2.93 | - |
| YUV | 38.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 31 | 47 | 0 | 0.39 | 0.08 | 0.8 | 312 | 0.24 | 0.16 |
| Hex | 33 | 1F | 2F | 0 | 27 | 8 | 50 | 138 | 18 | 10 |
| Octal | 63 | 37 | 57 | 0 | 47 | 10 | 120 | 470 | 30 | 20 |
| Binary | 110011 | 11111 | 101111 | 0 | 100111 | 1000 | 1010000 | 100111000 | 11000 | 10000 |
Color Harmonies of #331F2F
Complementary color
Monochromatic Colors of #331F2F
Black with #331F2F
Text Example
Text Example
White with #331F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331F2F; }
p { color: rgb(51,31,47); }
H1.HeaderClassName
{
color: #331F2F;
}
.AnyTagClassName
{
color: #331F2F;
}
</style>
background-color css
<style>
a { background-color: #331F2F; }
a { background-color: rgb(51,31,47); }
div.DivClassName
{
background-color: #331F2F;
}
.BgClassName
{
background-color: #331F2F;
}
</style>
border-color css
<style>
span { border-color: #331F2F; }
span { border-color: rgb(51,31,47); }
td.TdClassName
{
border-color: #331F2F;
}
.TagClassName
{
border-color: #331F2F;
}
</style>