Shades of Melanzane #2F272C
Tints of Melanzane #2F272C
RGB
CMYK
RGB Variations
Color information
#2F272C (or 0x2F272C) is known color: Melanzane. HEX triplet: 2F, 27 and 2C. RGB value is (47,39,44). Sum of RGB (Red+Green+Blue) = 47+39+44=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 47 - color contains mainly: red. Hex color #2F272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F272C is #D0D8D3. Grayscale: #292929. Windows color (decimal): -13686996 or 2893615. OLE color: 2893615.
HSL color Cylindrical-coordinate representation of color #2F272C: hue angle of 322.5º degrees, saturation: 0.09, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2F272C is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 39 | 44 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.82 |
| HSL | 322.5º | 0.09% | 0.17% | - |
| HSV(B) | 322.5º | 0.17% | 0.18% | - |
| XYZ | 2.35 | 2.24 | 2.69 | - |
| YUV | 41.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 39 | 44 | 0 | 0.17 | 0.06 | 0.82 | 322.5 | 0.09 | 0.17 |
| Hex | 2F | 27 | 2C | 0 | 11 | 6 | 52 | 142 | 9 | 11 |
| Octal | 57 | 47 | 54 | 0 | 21 | 6 | 122 | 502 | 11 | 21 |
| Binary | 101111 | 100111 | 101100 | 0 | 10001 | 110 | 1010010 | 101000010 | 1001 | 10001 |
Color Harmonies of #2F272C
Complementary color
Monochromatic Colors of #2F272C
Black with #2F272C
Text Example
Text Example
White with #2F272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F272C; }
p { color: rgb(47,39,44); }
H1.HeaderClassName
{
color: #2F272C;
}
.AnyTagClassName
{
color: #2F272C;
}
</style>
background-color css
<style>
a { background-color: #2F272C; }
a { background-color: rgb(47,39,44); }
div.DivClassName
{
background-color: #2F272C;
}
.BgClassName
{
background-color: #2F272C;
}
</style>
border-color css
<style>
span { border-color: #2F272C; }
span { border-color: rgb(47,39,44); }
td.TdClassName
{
border-color: #2F272C;
}
.TagClassName
{
border-color: #2F272C;
}
</style>