Shades of Mardi Gras #2D0131
Tints of Mardi Gras #2D0131
RGB
CMYK
RGB Variations
Color information
#2D0131 (or 0x2D0131) is known color: Mardi Gras. HEX triplet: 2D, 01 and 31. RGB value is (45,1,49). Sum of RGB (Red+Green+Blue) = 45+1+49=95 (12% of max value = 765). Red value is 45 (17.97% from 255 or 47.37% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #2D0131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0131 is #D2FECE. Grayscale: #131313. Windows color (decimal): -13827791 or 3211565. OLE color: 3211565.
HSL color Cylindrical-coordinate representation of color #2D0131: hue angle of 295º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D0131 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 1 | 49 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.81 |
| HSL | 295º | 0.96% | 0.1% | - |
| HSV(B) | 295º | 0.98% | 0.19% | - |
| XYZ | 1.65 | 0.8 | 2.97 | - |
| YUV | 19.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 49 | 0.08 | 0.98 | 0 | 0.81 | 295 | 0.96 | 0.1 |
| Hex | 2D | 1 | 31 | 8 | 62 | 0 | 51 | 127 | 60 | A |
| Octal | 55 | 1 | 61 | 10 | 142 | 0 | 121 | 447 | 140 | 12 |
| Binary | 101101 | 1 | 110001 | 1000 | 1100010 | 0 | 1010001 | 100100111 | 1100000 | 1010 |
Color Harmonies of #2D0131
Complementary color
Monochromatic Colors of #2D0131
Black with #2D0131
Text Example
Text Example
White with #2D0131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0131; }
p { color: rgb(45,1,49); }
H1.HeaderClassName
{
color: #2D0131;
}
.AnyTagClassName
{
color: #2D0131;
}
</style>
background-color css
<style>
a { background-color: #2D0131; }
a { background-color: rgb(45,1,49); }
div.DivClassName
{
background-color: #2D0131;
}
.BgClassName
{
background-color: #2D0131;
}
</style>
border-color css
<style>
span { border-color: #2D0131; }
span { border-color: rgb(45,1,49); }
td.TdClassName
{
border-color: #2D0131;
}
.TagClassName
{
border-color: #2D0131;
}
</style>