Shades of Melanzane #2F282C
Tints of Melanzane #2F282C
RGB
CMYK
RGB Variations
Color information
#2F282C (or 0x2F282C) is known color: Melanzane. HEX triplet: 2F, 28 and 2C. RGB value is (47,40,44). Sum of RGB (Red+Green+Blue) = 47+40+44=131 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.88% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 47 - color contains mainly: red. Hex color #2F282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F282C is #D0D7D3. Grayscale: #2A2A2A. Windows color (decimal): -13686740 or 2893871. OLE color: 2893871.
HSL color Cylindrical-coordinate representation of color #2F282C: hue angle of 325.71º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2F282C is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 40 | 44 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.82 |
| HSL | 325.71º | 0.08% | 0.17% | - |
| HSV(B) | 325.71º | 0.15% | 0.18% | - |
| XYZ | 2.39 | 2.3 | 2.7 | - |
| YUV | 42.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 44 | 0 | 0.15 | 0.06 | 0.82 | 325.71 | 0.08 | 0.17 |
| Hex | 2F | 28 | 2C | 0 | F | 6 | 52 | 146 | 8 | 11 |
| Octal | 57 | 50 | 54 | 0 | 17 | 6 | 122 | 506 | 10 | 21 |
| Binary | 101111 | 101000 | 101100 | 0 | 1111 | 110 | 1010010 | 101000110 | 1000 | 10001 |
Color Harmonies of #2F282C
Complementary color
Monochromatic Colors of #2F282C
Black with #2F282C
Text Example
Text Example
White with #2F282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F282C; }
p { color: rgb(47,40,44); }
H1.HeaderClassName
{
color: #2F282C;
}
.AnyTagClassName
{
color: #2F282C;
}
</style>
background-color css
<style>
a { background-color: #2F282C; }
a { background-color: rgb(47,40,44); }
div.DivClassName
{
background-color: #2F282C;
}
.BgClassName
{
background-color: #2F282C;
}
</style>
border-color css
<style>
span { border-color: #2F282C; }
span { border-color: rgb(47,40,44); }
td.TdClassName
{
border-color: #2F282C;
}
.TagClassName
{
border-color: #2F282C;
}
</style>