Shades of Mardi Gras #2D1429
Tints of Mardi Gras #2D1429
RGB
CMYK
RGB Variations
Color information
#2D1429 (or 0x2D1429) is known color: Mardi Gras. HEX triplet: 2D, 14 and 29. RGB value is (45,20,41). Sum of RGB (Red+Green+Blue) = 45+20+41=106 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.45% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1429 is #D2EBD6. Grayscale: #1D1D1D. Windows color (decimal): -13822935 or 2692141. OLE color: 2692141.
HSL color Cylindrical-coordinate representation of color #2D1429: hue angle of 309.6º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D1429 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 20 | 41 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.82 |
| HSL | 309.6º | 0.38% | 0.13% | - |
| HSV(B) | 309.6º | 0.56% | 0.18% | - |
| XYZ | 1.73 | 1.22 | 2.24 | - |
| YUV | 29.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 20 | 41 | 0 | 0.56 | 0.09 | 0.82 | 309.6 | 0.38 | 0.13 |
| Hex | 2D | 14 | 29 | 0 | 38 | 9 | 52 | 136 | 26 | D |
| Octal | 55 | 24 | 51 | 0 | 70 | 11 | 122 | 466 | 46 | 15 |
| Binary | 101101 | 10100 | 101001 | 0 | 111000 | 1001 | 1010010 | 100110110 | 100110 | 1101 |
Color Harmonies of #2D1429
Complementary color
Monochromatic Colors of #2D1429
Black with #2D1429
Text Example
Text Example
White with #2D1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1429; }
p { color: rgb(45,20,41); }
H1.HeaderClassName
{
color: #2D1429;
}
.AnyTagClassName
{
color: #2D1429;
}
</style>
background-color css
<style>
a { background-color: #2D1429; }
a { background-color: rgb(45,20,41); }
div.DivClassName
{
background-color: #2D1429;
}
.BgClassName
{
background-color: #2D1429;
}
</style>
border-color css
<style>
span { border-color: #2D1429; }
span { border-color: rgb(45,20,41); }
td.TdClassName
{
border-color: #2D1429;
}
.TagClassName
{
border-color: #2D1429;
}
</style>