Shades of Mardi Gras #2D1031
Tints of Mardi Gras #2D1031
RGB
CMYK
RGB Variations
Color information
#2D1031 (or 0x2D1031) is known color: Mardi Gras. HEX triplet: 2D, 10 and 31. RGB value is (45,16,49). Sum of RGB (Red+Green+Blue) = 45+16+49=110 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.91% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #2D1031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1031 is #D2EFCE. Grayscale: #1C1C1C. Windows color (decimal): -13823951 or 3215405. OLE color: 3215405.
HSL color Cylindrical-coordinate representation of color #2D1031: hue angle of 292.73º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D1031 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 16 | 49 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.81 |
| HSL | 292.73º | 0.51% | 0.13% | - |
| HSV(B) | 292.73º | 0.67% | 0.19% | - |
| XYZ | 1.82 | 1.15 | 3.03 | - |
| YUV | 28.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 49 | 0.08 | 0.67 | 0 | 0.81 | 292.73 | 0.51 | 0.13 |
| Hex | 2D | 10 | 31 | 8 | 43 | 0 | 51 | 125 | 33 | D |
| Octal | 55 | 20 | 61 | 10 | 103 | 0 | 121 | 445 | 63 | 15 |
| Binary | 101101 | 10000 | 110001 | 1000 | 1000011 | 0 | 1010001 | 100100101 | 110011 | 1101 |
Color Harmonies of #2D1031
Complementary color
Monochromatic Colors of #2D1031
Black with #2D1031
Text Example
Text Example
White with #2D1031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1031; }
p { color: rgb(45,16,49); }
H1.HeaderClassName
{
color: #2D1031;
}
.AnyTagClassName
{
color: #2D1031;
}
</style>
background-color css
<style>
a { background-color: #2D1031; }
a { background-color: rgb(45,16,49); }
div.DivClassName
{
background-color: #2D1031;
}
.BgClassName
{
background-color: #2D1031;
}
</style>
border-color css
<style>
span { border-color: #2D1031; }
span { border-color: rgb(45,16,49); }
td.TdClassName
{
border-color: #2D1031;
}
.TagClassName
{
border-color: #2D1031;
}
</style>