Shades of Mardi Gras #2D292E
Tints of Mardi Gras #2D292E
RGB
CMYK
RGB Variations
Color information
#2D292E (or 0x2D292E) is known color: Mardi Gras. HEX triplet: 2D, 29 and 2E. RGB value is (45,41,46). Sum of RGB (Red+Green+Blue) = 45+41+46=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 46 - color contains mainly: blue. Hex color #2D292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D292E is #D2D6D1. Grayscale: #2A2A2A. Windows color (decimal): -13817554 or 3025197. OLE color: 3025197.
HSL color Cylindrical-coordinate representation of color #2D292E: hue angle of 288º degrees, saturation: 0.06, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #2D292E is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 41 | 46 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.82 |
| HSL | 288º | 0.06% | 0.17% | - |
| HSV(B) | 288º | 0.11% | 0.18% | - |
| XYZ | 2.37 | 2.34 | 2.91 | - |
| YUV | 42.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 41 | 46 | 0.02 | 0.11 | 0 | 0.82 | 288 | 0.06 | 0.17 |
| Hex | 2D | 29 | 2E | 2 | B | 0 | 52 | 120 | 6 | 11 |
| Octal | 55 | 51 | 56 | 2 | 13 | 0 | 122 | 440 | 6 | 21 |
| Binary | 101101 | 101001 | 101110 | 10 | 1011 | 0 | 1010010 | 100100000 | 110 | 10001 |
Color Harmonies of #2D292E
Complementary color
Monochromatic Colors of #2D292E
Black with #2D292E
Text Example
Text Example
White with #2D292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D292E; }
p { color: rgb(45,41,46); }
H1.HeaderClassName
{
color: #2D292E;
}
.AnyTagClassName
{
color: #2D292E;
}
</style>
background-color css
<style>
a { background-color: #2D292E; }
a { background-color: rgb(45,41,46); }
div.DivClassName
{
background-color: #2D292E;
}
.BgClassName
{
background-color: #2D292E;
}
</style>
border-color css
<style>
span { border-color: #2D292E; }
span { border-color: rgb(45,41,46); }
td.TdClassName
{
border-color: #2D292E;
}
.TagClassName
{
border-color: #2D292E;
}
</style>