Shades of Mardi Gras #2D1631
Tints of Mardi Gras #2D1631
RGB
CMYK
RGB Variations
Color information
#2D1631 (or 0x2D1631) is known color: Mardi Gras. HEX triplet: 2D, 16 and 31. RGB value is (45,22,49). Sum of RGB (Red+Green+Blue) = 45+22+49=116 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.79% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 49 - color contains mainly: blue. Hex color #2D1631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1631 is #D2E9CE. Grayscale: #1F1F1F. Windows color (decimal): -13822415 or 3216941. OLE color: 3216941.
HSL color Cylindrical-coordinate representation of color #2D1631: hue angle of 291.11º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D1631 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 22 | 49 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.81 |
| HSL | 291.11º | 0.38% | 0.14% | - |
| HSV(B) | 291.11º | 0.55% | 0.19% | - |
| XYZ | 1.92 | 1.35 | 3.07 | - |
| YUV | 31.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 49 | 0.08 | 0.55 | 0 | 0.81 | 291.11 | 0.38 | 0.14 |
| Hex | 2D | 16 | 31 | 8 | 37 | 0 | 51 | 123 | 26 | E |
| Octal | 55 | 26 | 61 | 10 | 67 | 0 | 121 | 443 | 46 | 16 |
| Binary | 101101 | 10110 | 110001 | 1000 | 110111 | 0 | 1010001 | 100100011 | 100110 | 1110 |
Color Harmonies of #2D1631
Complementary color
Monochromatic Colors of #2D1631
Black with #2D1631
Text Example
Text Example
White with #2D1631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1631; }
p { color: rgb(45,22,49); }
H1.HeaderClassName
{
color: #2D1631;
}
.AnyTagClassName
{
color: #2D1631;
}
</style>
background-color css
<style>
a { background-color: #2D1631; }
a { background-color: rgb(45,22,49); }
div.DivClassName
{
background-color: #2D1631;
}
.BgClassName
{
background-color: #2D1631;
}
</style>
border-color css
<style>
span { border-color: #2D1631; }
span { border-color: rgb(45,22,49); }
td.TdClassName
{
border-color: #2D1631;
}
.TagClassName
{
border-color: #2D1631;
}
</style>