Shades of Mardi Gras #2E222D
Tints of Mardi Gras #2E222D
RGB
CMYK
RGB Variations
Color information
#2E222D (or 0x2E222D) is known color: Mardi Gras. HEX triplet: 2E, 22 and 2D. RGB value is (46,34,45). Sum of RGB (Red+Green+Blue) = 46+34+45=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 46 - color contains mainly: red. Hex color #2E222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E222D is #D1DDD2. Grayscale: #262626. Windows color (decimal): -13753811 or 2957870. OLE color: 2957870.
HSL color Cylindrical-coordinate representation of color #2E222D: hue angle of 305º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2E222D is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 34 | 45 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.82 |
| HSL | 305º | 0.15% | 0.16% | - |
| HSV(B) | 305º | 0.26% | 0.18% | - |
| XYZ | 2.17 | 1.91 | 2.74 | - |
| YUV | 38.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 45 | 0 | 0.26 | 0.02 | 0.82 | 305 | 0.15 | 0.16 |
| Hex | 2E | 22 | 2D | 0 | 1A | 2 | 52 | 131 | F | 10 |
| Octal | 56 | 42 | 55 | 0 | 32 | 2 | 122 | 461 | 17 | 20 |
| Binary | 101110 | 100010 | 101101 | 0 | 11010 | 10 | 1010010 | 100110001 | 1111 | 10000 |
Color Harmonies of #2E222D
Complementary color
Monochromatic Colors of #2E222D
Black with #2E222D
Text Example
Text Example
White with #2E222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E222D; }
p { color: rgb(46,34,45); }
H1.HeaderClassName
{
color: #2E222D;
}
.AnyTagClassName
{
color: #2E222D;
}
</style>
background-color css
<style>
a { background-color: #2E222D; }
a { background-color: rgb(46,34,45); }
div.DivClassName
{
background-color: #2E222D;
}
.BgClassName
{
background-color: #2E222D;
}
</style>
border-color css
<style>
span { border-color: #2E222D; }
span { border-color: rgb(46,34,45); }
td.TdClassName
{
border-color: #2E222D;
}
.TagClassName
{
border-color: #2E222D;
}
</style>