Shades of Melanzane #2F212D
Tints of Melanzane #2F212D
RGB
CMYK
RGB Variations
Color information
#2F212D (or 0x2F212D) is known color: Melanzane. HEX triplet: 2F, 21 and 2D. RGB value is (47,33,45). Sum of RGB (Red+Green+Blue) = 47+33+45=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 47 - color contains mainly: red. Hex color #2F212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F212D is #D0DED2. Grayscale: #262626. Windows color (decimal): -13688531 or 2957615. OLE color: 2957615.
HSL color Cylindrical-coordinate representation of color #2F212D: hue angle of 308.57º 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 #2F212D is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 33 | 45 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.82 |
| HSL | 308.57º | 0.18% | 0.16% | - |
| HSV(B) | 308.57º | 0.3% | 0.18% | - |
| XYZ | 2.19 | 1.88 | 2.73 | - |
| YUV | 38.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 45 | 0 | 0.30 | 0.04 | 0.82 | 308.57 | 0.18 | 0.16 |
| Hex | 2F | 21 | 2D | 0 | 1E | 4 | 52 | 135 | 12 | 10 |
| Octal | 57 | 41 | 55 | 0 | 36 | 4 | 122 | 465 | 22 | 20 |
| Binary | 101111 | 100001 | 101101 | 0 | 11110 | 100 | 1010010 | 100110101 | 10010 | 10000 |
Color Harmonies of #2F212D
Complementary color
Monochromatic Colors of #2F212D
Black with #2F212D
Text Example
Text Example
White with #2F212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F212D; }
p { color: rgb(47,33,45); }
H1.HeaderClassName
{
color: #2F212D;
}
.AnyTagClassName
{
color: #2F212D;
}
</style>
background-color css
<style>
a { background-color: #2F212D; }
a { background-color: rgb(47,33,45); }
div.DivClassName
{
background-color: #2F212D;
}
.BgClassName
{
background-color: #2F212D;
}
</style>
border-color css
<style>
span { border-color: #2F212D; }
span { border-color: rgb(47,33,45); }
td.TdClassName
{
border-color: #2F212D;
}
.TagClassName
{
border-color: #2F212D;
}
</style>