Shades of Melanzane #2E2B2D
Tints of Melanzane #2E2B2D
RGB
CMYK
RGB Variations
Color information
#2E2B2D (or 0x2E2B2D) is known color: Melanzane. HEX triplet: 2E, 2B and 2D. RGB value is (46,43,45). Sum of RGB (Red+Green+Blue) = 46+43+45=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2B2D is #D1D4D2. Grayscale: #2C2C2C. Windows color (decimal): -13751507 or 2960174. OLE color: 2960174.
HSL color Cylindrical-coordinate representation of color #2E2B2D: hue angle of 320º degrees, saturation: 0.03, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #2E2B2D is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
RGB | 46 | 43 | 45 | - |
CMYK | 0 | 0.07 | 0.02 | 0.82 |
HSL | 320º | 0.03% | 0.17% | - |
HSV(B) | 320º | 0.07% | 0.18% | - |
XYZ | 2.46 | 2.5 | 2.83 | - |
YUV | 44.13 | 128.49 | 129.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 43 | 45 | 0 | 0.07 | 0.02 | 0.82 | 320 | 0.03 | 0.17 |
Hex | 2E | 2B | 2D | 0 | 7 | 2 | 52 | 140 | 3 | 11 |
Octal | 56 | 53 | 55 | 0 | 7 | 2 | 122 | 500 | 3 | 21 |
Binary | 101110 | 101011 | 101101 | 0 | 111 | 10 | 1010010 | 101000000 | 11 | 10001 |
Color Harmonies of #2E2B2D
Complementary color
Monochromatic Colors of #2E2B2D
Black with #2E2B2D
Text Example
Text Example
White with #2E2B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2B2D; }
p { color: rgb(46,43,45); }
H1.HeaderClassName
{
color: #2E2B2D;
}
.AnyTagClassName
{
color: #2E2B2D;
}
</style>
background-color css
<style>
a { background-color: #2E2B2D; }
a { background-color: rgb(46,43,45); }
div.DivClassName
{
background-color: #2E2B2D;
}
.BgClassName
{
background-color: #2E2B2D;
}
</style>
border-color css
<style>
span { border-color: #2E2B2D; }
span { border-color: rgb(46,43,45); }
td.TdClassName
{
border-color: #2E2B2D;
}
.TagClassName
{
border-color: #2E2B2D;
}
</style>