Shades of Mardi Gras #2D1529
Tints of Mardi Gras #2D1529
RGB
CMYK
RGB Variations
Color information
#2D1529 (or 0x2D1529) is known color: Mardi Gras. HEX triplet: 2D, 15 and 29. RGB value is (45,21,41). Sum of RGB (Red+Green+Blue) = 45+21+41=107 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.06% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1529 is #D2EAD6. Grayscale: #1E1E1E. Windows color (decimal): -13822679 or 2692397. OLE color: 2692397.
HSL color Cylindrical-coordinate representation of color #2D1529: hue angle of 310º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D1529 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 21 | 41 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.82 |
| HSL | 310º | 0.36% | 0.13% | - |
| HSV(B) | 310º | 0.53% | 0.18% | - |
| XYZ | 1.75 | 1.25 | 2.25 | - |
| YUV | 30.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 41 | 0 | 0.53 | 0.09 | 0.82 | 310 | 0.36 | 0.13 |
| Hex | 2D | 15 | 29 | 0 | 35 | 9 | 52 | 136 | 24 | D |
| Octal | 55 | 25 | 51 | 0 | 65 | 11 | 122 | 466 | 44 | 15 |
| Binary | 101101 | 10101 | 101001 | 0 | 110101 | 1001 | 1010010 | 100110110 | 100100 | 1101 |
Color Harmonies of #2D1529
Complementary color
Monochromatic Colors of #2D1529
Black with #2D1529
Text Example
Text Example
White with #2D1529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1529; }
p { color: rgb(45,21,41); }
H1.HeaderClassName
{
color: #2D1529;
}
.AnyTagClassName
{
color: #2D1529;
}
</style>
background-color css
<style>
a { background-color: #2D1529; }
a { background-color: rgb(45,21,41); }
div.DivClassName
{
background-color: #2D1529;
}
.BgClassName
{
background-color: #2D1529;
}
</style>
border-color css
<style>
span { border-color: #2D1529; }
span { border-color: rgb(45,21,41); }
td.TdClassName
{
border-color: #2D1529;
}
.TagClassName
{
border-color: #2D1529;
}
</style>