Shades of Melanzane #2E272B
Tints of Melanzane #2E272B
RGB
CMYK
RGB Variations
Color information
#2E272B (or 0x2E272B) is known color: Melanzane. HEX triplet: 2E, 27 and 2B. RGB value is (46,39,43). Sum of RGB (Red+Green+Blue) = 46+39+43=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 46 - color contains mainly: red. Hex color #2E272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E272B is #D1D8D4. Grayscale: #292929. Windows color (decimal): -13752533 or 2828078. OLE color: 2828078.
HSL color Cylindrical-coordinate representation of color #2E272B: 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 #2E272B is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 39 | 43 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.82 |
| HSL | 325.71º | 0.08% | 0.17% | - |
| HSV(B) | 325.71º | 0.15% | 0.18% | - |
| XYZ | 2.29 | 2.21 | 2.59 | - |
| YUV | 41.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 43 | 0 | 0.15 | 0.07 | 0.82 | 325.71 | 0.08 | 0.17 |
| Hex | 2E | 27 | 2B | 0 | F | 7 | 52 | 146 | 8 | 11 |
| Octal | 56 | 47 | 53 | 0 | 17 | 7 | 122 | 506 | 10 | 21 |
| Binary | 101110 | 100111 | 101011 | 0 | 1111 | 111 | 1010010 | 101000110 | 1000 | 10001 |
Color Harmonies of #2E272B
Complementary color
Monochromatic Colors of #2E272B
Black with #2E272B
Text Example
Text Example
White with #2E272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E272B; }
p { color: rgb(46,39,43); }
H1.HeaderClassName
{
color: #2E272B;
}
.AnyTagClassName
{
color: #2E272B;
}
</style>
background-color css
<style>
a { background-color: #2E272B; }
a { background-color: rgb(46,39,43); }
div.DivClassName
{
background-color: #2E272B;
}
.BgClassName
{
background-color: #2E272B;
}
</style>
border-color css
<style>
span { border-color: #2E272B; }
span { border-color: rgb(46,39,43); }
td.TdClassName
{
border-color: #2E272B;
}
.TagClassName
{
border-color: #2E272B;
}
</style>