Shades of Melanzane #2F222D
Tints of Melanzane #2F222D
RGB
CMYK
RGB Variations
Color information
#2F222D (or 0x2F222D) is known color: Melanzane. HEX triplet: 2F, 22 and 2D. RGB value is (47,34,45). Sum of RGB (Red+Green+Blue) = 47+34+45=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 47 - color contains mainly: red. Hex color #2F222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F222D is #D0DDD2. Grayscale: #272727. Windows color (decimal): -13688275 or 2957871. OLE color: 2957871.
HSL color Cylindrical-coordinate representation of color #2F222D: hue angle of 309.23º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2F222D is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 34 | 45 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.82 |
| HSL | 309.23º | 0.16% | 0.16% | - |
| HSV(B) | 309.23º | 0.28% | 0.18% | - |
| XYZ | 2.22 | 1.94 | 2.74 | - |
| YUV | 39.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 45 | 0 | 0.28 | 0.04 | 0.82 | 309.23 | 0.16 | 0.16 |
| Hex | 2F | 22 | 2D | 0 | 1C | 4 | 52 | 135 | 10 | 10 |
| Octal | 57 | 42 | 55 | 0 | 34 | 4 | 122 | 465 | 20 | 20 |
| Binary | 101111 | 100010 | 101101 | 0 | 11100 | 100 | 1010010 | 100110101 | 10000 | 10000 |
Color Harmonies of #2F222D
Complementary color
Monochromatic Colors of #2F222D
Black with #2F222D
Text Example
Text Example
White with #2F222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F222D; }
p { color: rgb(47,34,45); }
H1.HeaderClassName
{
color: #2F222D;
}
.AnyTagClassName
{
color: #2F222D;
}
</style>
background-color css
<style>
a { background-color: #2F222D; }
a { background-color: rgb(47,34,45); }
div.DivClassName
{
background-color: #2F222D;
}
.BgClassName
{
background-color: #2F222D;
}
</style>
border-color css
<style>
span { border-color: #2F222D; }
span { border-color: rgb(47,34,45); }
td.TdClassName
{
border-color: #2F222D;
}
.TagClassName
{
border-color: #2F222D;
}
</style>