Shades of Mardi Gras #2D1331
Tints of Mardi Gras #2D1331
RGB
CMYK
RGB Variations
Color information
#2D1331 (or 0x2D1331) is known color: Mardi Gras. HEX triplet: 2D, 13 and 31. RGB value is (45,19,49). Sum of RGB (Red+Green+Blue) = 45+19+49=113 (14% of max value = 765). Red value is 45 (17.97% from 255 or 39.82% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #2D1331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1331 is #D2ECCE. Grayscale: #1E1E1E. Windows color (decimal): -13823183 or 3216173. OLE color: 3216173.
HSL color Cylindrical-coordinate representation of color #2D1331: hue angle of 292º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D1331 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 19 | 49 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.81 |
| HSL | 292º | 0.44% | 0.13% | - |
| HSV(B) | 292º | 0.61% | 0.19% | - |
| XYZ | 1.87 | 1.25 | 3.05 | - |
| YUV | 30.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 49 | 0.08 | 0.61 | 0 | 0.81 | 292 | 0.44 | 0.13 |
| Hex | 2D | 13 | 31 | 8 | 3D | 0 | 51 | 124 | 2C | D |
| Octal | 55 | 23 | 61 | 10 | 75 | 0 | 121 | 444 | 54 | 15 |
| Binary | 101101 | 10011 | 110001 | 1000 | 111101 | 0 | 1010001 | 100100100 | 101100 | 1101 |
Color Harmonies of #2D1331
Complementary color
Monochromatic Colors of #2D1331
Black with #2D1331
Text Example
Text Example
White with #2D1331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1331; }
p { color: rgb(45,19,49); }
H1.HeaderClassName
{
color: #2D1331;
}
.AnyTagClassName
{
color: #2D1331;
}
</style>
background-color css
<style>
a { background-color: #2D1331; }
a { background-color: rgb(45,19,49); }
div.DivClassName
{
background-color: #2D1331;
}
.BgClassName
{
background-color: #2D1331;
}
</style>
border-color css
<style>
span { border-color: #2D1331; }
span { border-color: rgb(45,19,49); }
td.TdClassName
{
border-color: #2D1331;
}
.TagClassName
{
border-color: #2D1331;
}
</style>