Shades of Melanzane #2F2129
Tints of Melanzane #2F2129
RGB
CMYK
RGB Variations
Color information
#2F2129 (or 0x2F2129) is known color: Melanzane. HEX triplet: 2F, 21 and 29. RGB value is (47,33,41). Sum of RGB (Red+Green+Blue) = 47+33+41=121 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.84% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2129 is #D0DED6. Grayscale: #262626. Windows color (decimal): -13688535 or 2695471. OLE color: 2695471.
HSL color Cylindrical-coordinate representation of color #2F2129: hue angle of 325.71º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F2129 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 33 | 41 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.82 |
| HSL | 325.71º | 0.18% | 0.16% | - |
| HSV(B) | 325.71º | 0.3% | 0.18% | - |
| XYZ | 2.12 | 1.85 | 2.34 | - |
| YUV | 38.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 41 | 0 | 0.30 | 0.13 | 0.82 | 325.71 | 0.18 | 0.16 |
| Hex | 2F | 21 | 29 | 0 | 1E | D | 52 | 146 | 12 | 10 |
| Octal | 57 | 41 | 51 | 0 | 36 | 15 | 122 | 506 | 22 | 20 |
| Binary | 101111 | 100001 | 101001 | 0 | 11110 | 1101 | 1010010 | 101000110 | 10010 | 10000 |
Color Harmonies of #2F2129
Complementary color
Monochromatic Colors of #2F2129
Black with #2F2129
Text Example
Text Example
White with #2F2129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2129; }
p { color: rgb(47,33,41); }
H1.HeaderClassName
{
color: #2F2129;
}
.AnyTagClassName
{
color: #2F2129;
}
</style>
background-color css
<style>
a { background-color: #2F2129; }
a { background-color: rgb(47,33,41); }
div.DivClassName
{
background-color: #2F2129;
}
.BgClassName
{
background-color: #2F2129;
}
</style>
border-color css
<style>
span { border-color: #2F2129; }
span { border-color: rgb(47,33,41); }
td.TdClassName
{
border-color: #2F2129;
}
.TagClassName
{
border-color: #2F2129;
}
</style>