Shades of Mardi Gras #2E202D
Tints of Mardi Gras #2E202D
RGB
CMYK
RGB Variations
Color information
#2E202D (or 0x2E202D) is known color: Mardi Gras. HEX triplet: 2E, 20 and 2D. RGB value is (46,32,45). Sum of RGB (Red+Green+Blue) = 46+32+45=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 46 - color contains mainly: red. Hex color #2E202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E202D is #D1DFD2. Grayscale: #252525. Windows color (decimal): -13754323 or 2957358. OLE color: 2957358.
HSL color Cylindrical-coordinate representation of color #2E202D: hue angle of 304.29º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E202D is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
RGB | 46 | 32 | 45 | - |
CMYK | 0 | 0.30 | 0.02 | 0.82 |
HSL | 304.29º | 0.18% | 0.15% | - |
HSV(B) | 304.29º | 0.3% | 0.18% | - |
XYZ | 2.12 | 1.8 | 2.72 | - |
YUV | 37.67 | 132.14 | 133.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 32 | 45 | 0 | 0.30 | 0.02 | 0.82 | 304.29 | 0.18 | 0.15 |
Hex | 2E | 20 | 2D | 0 | 1E | 2 | 52 | 130 | 12 | F |
Octal | 56 | 40 | 55 | 0 | 36 | 2 | 122 | 460 | 22 | 17 |
Binary | 101110 | 100000 | 101101 | 0 | 11110 | 10 | 1010010 | 100110000 | 10010 | 1111 |
Color Harmonies of #2E202D
Complementary color
Monochromatic Colors of #2E202D
Black with #2E202D
Text Example
Text Example
White with #2E202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E202D; }
p { color: rgb(46,32,45); }
H1.HeaderClassName
{
color: #2E202D;
}
.AnyTagClassName
{
color: #2E202D;
}
</style>
background-color css
<style>
a { background-color: #2E202D; }
a { background-color: rgb(46,32,45); }
div.DivClassName
{
background-color: #2E202D;
}
.BgClassName
{
background-color: #2E202D;
}
</style>
border-color css
<style>
span { border-color: #2E202D; }
span { border-color: rgb(46,32,45); }
td.TdClassName
{
border-color: #2E202D;
}
.TagClassName
{
border-color: #2E202D;
}
</style>