Shades of Melanzane #2F212A
Tints of Melanzane #2F212A
RGB
CMYK
RGB Variations
Color information
#2F212A (or 0x2F212A) is known color: Melanzane. HEX triplet: 2F, 21 and 2A. RGB value is (47,33,42). Sum of RGB (Red+Green+Blue) = 47+33+42=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 47 - color contains mainly: red. Hex color #2F212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F212A is #D0DED5. Grayscale: #262626. Windows color (decimal): -13688534 or 2761007. OLE color: 2761007.
HSL color Cylindrical-coordinate representation of color #2F212A: hue angle of 321.43º 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 #2F212A is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 33 | 42 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.82 |
| HSL | 321.43º | 0.18% | 0.16% | - |
| HSV(B) | 321.43º | 0.3% | 0.18% | - |
| XYZ | 2.13 | 1.86 | 2.44 | - |
| YUV | 38.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 42 | 0 | 0.30 | 0.11 | 0.82 | 321.43 | 0.18 | 0.16 |
| Hex | 2F | 21 | 2A | 0 | 1E | B | 52 | 141 | 12 | 10 |
| Octal | 57 | 41 | 52 | 0 | 36 | 13 | 122 | 501 | 22 | 20 |
| Binary | 101111 | 100001 | 101010 | 0 | 11110 | 1011 | 1010010 | 101000001 | 10010 | 10000 |
Color Harmonies of #2F212A
Complementary color
Monochromatic Colors of #2F212A
Black with #2F212A
Text Example
Text Example
White with #2F212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F212A; }
p { color: rgb(47,33,42); }
H1.HeaderClassName
{
color: #2F212A;
}
.AnyTagClassName
{
color: #2F212A;
}
</style>
background-color css
<style>
a { background-color: #2F212A; }
a { background-color: rgb(47,33,42); }
div.DivClassName
{
background-color: #2F212A;
}
.BgClassName
{
background-color: #2F212A;
}
</style>
border-color css
<style>
span { border-color: #2F212A; }
span { border-color: rgb(47,33,42); }
td.TdClassName
{
border-color: #2F212A;
}
.TagClassName
{
border-color: #2F212A;
}
</style>