Shades of Mardi Gras #2D1931
Tints of Mardi Gras #2D1931
RGB
CMYK
RGB Variations
Color information
#2D1931 (or 0x2D1931) is known color: Mardi Gras. HEX triplet: 2D, 19 and 31. RGB value is (45,25,49). Sum of RGB (Red+Green+Blue) = 45+25+49=119 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.82% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 49 - color contains mainly: blue. Hex color #2D1931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1931 is #D2E6CE. Grayscale: #212121. Windows color (decimal): -13821647 or 3217709. OLE color: 3217709.
HSL color Cylindrical-coordinate representation of color #2D1931: hue angle of 290º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D1931 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 25 | 49 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.81 |
| HSL | 290º | 0.32% | 0.15% | - |
| HSV(B) | 290º | 0.49% | 0.19% | - |
| XYZ | 1.98 | 1.47 | 3.09 | - |
| YUV | 33.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 49 | 0.08 | 0.49 | 0 | 0.81 | 290 | 0.32 | 0.15 |
| Hex | 2D | 19 | 31 | 8 | 31 | 0 | 51 | 122 | 20 | F |
| Octal | 55 | 31 | 61 | 10 | 61 | 0 | 121 | 442 | 40 | 17 |
| Binary | 101101 | 11001 | 110001 | 1000 | 110001 | 0 | 1010001 | 100100010 | 100000 | 1111 |
Color Harmonies of #2D1931
Complementary color
Monochromatic Colors of #2D1931
Black with #2D1931
Text Example
Text Example
White with #2D1931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1931; }
p { color: rgb(45,25,49); }
H1.HeaderClassName
{
color: #2D1931;
}
.AnyTagClassName
{
color: #2D1931;
}
</style>
background-color css
<style>
a { background-color: #2D1931; }
a { background-color: rgb(45,25,49); }
div.DivClassName
{
background-color: #2D1931;
}
.BgClassName
{
background-color: #2D1931;
}
</style>
border-color css
<style>
span { border-color: #2D1931; }
span { border-color: rgb(45,25,49); }
td.TdClassName
{
border-color: #2D1931;
}
.TagClassName
{
border-color: #2D1931;
}
</style>