Shades of Melanzane #2F282E
Tints of Melanzane #2F282E
RGB
CMYK
RGB Variations
Color information
#2F282E (or 0x2F282E) is known color: Melanzane. HEX triplet: 2F, 28 and 2E. RGB value is (47,40,46). Sum of RGB (Red+Green+Blue) = 47+40+46=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 47 - color contains mainly: red. Hex color #2F282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F282E is #D0D7D1. Grayscale: #2A2A2A. Windows color (decimal): -13686738 or 3024943. OLE color: 3024943.
HSL color Cylindrical-coordinate representation of color #2F282E: hue angle of 308.57º 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 #2F282E is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 40 | 46 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.82 |
| HSL | 308.57º | 0.08% | 0.17% | - |
| HSV(B) | 308.57º | 0.15% | 0.18% | - |
| XYZ | 2.42 | 2.32 | 2.9 | - |
| YUV | 42.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 46 | 0 | 0.15 | 0.02 | 0.82 | 308.57 | 0.08 | 0.17 |
| Hex | 2F | 28 | 2E | 0 | F | 2 | 52 | 135 | 8 | 11 |
| Octal | 57 | 50 | 56 | 0 | 17 | 2 | 122 | 465 | 10 | 21 |
| Binary | 101111 | 101000 | 101110 | 0 | 1111 | 10 | 1010010 | 100110101 | 1000 | 10001 |
Color Harmonies of #2F282E
Complementary color
Monochromatic Colors of #2F282E
Black with #2F282E
Text Example
Text Example
White with #2F282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F282E; }
p { color: rgb(47,40,46); }
H1.HeaderClassName
{
color: #2F282E;
}
.AnyTagClassName
{
color: #2F282E;
}
</style>
background-color css
<style>
a { background-color: #2F282E; }
a { background-color: rgb(47,40,46); }
div.DivClassName
{
background-color: #2F282E;
}
.BgClassName
{
background-color: #2F282E;
}
</style>
border-color css
<style>
span { border-color: #2F282E; }
span { border-color: rgb(47,40,46); }
td.TdClassName
{
border-color: #2F282E;
}
.TagClassName
{
border-color: #2F282E;
}
</style>