Shades of Mardi Gras #2D0D29
Tints of Mardi Gras #2D0D29
RGB
CMYK
RGB Variations
Color information
#2D0D29 (or 0x2D0D29) is known color: Mardi Gras. HEX triplet: 2D, 0D and 29. RGB value is (45,13,41). Sum of RGB (Red+Green+Blue) = 45+13+41=99 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45.45% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0D29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0D29 is #D2F2D6. Grayscale: #191919. Windows color (decimal): -13824727 or 2690349. OLE color: 2690349.
HSL color Cylindrical-coordinate representation of color #2D0D29: hue angle of 307.5º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D0D29 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 13 | 41 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.82 |
| HSL | 307.5º | 0.55% | 0.11% | - |
| HSV(B) | 307.5º | 0.71% | 0.18% | - |
| XYZ | 1.63 | 1.01 | 2.21 | - |
| YUV | 25.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 13 | 41 | 0 | 0.71 | 0.09 | 0.82 | 307.5 | 0.55 | 0.11 |
| Hex | 2D | D | 29 | 0 | 47 | 9 | 52 | 134 | 37 | B |
| Octal | 55 | 15 | 51 | 0 | 107 | 11 | 122 | 464 | 67 | 13 |
| Binary | 101101 | 1101 | 101001 | 0 | 1000111 | 1001 | 1010010 | 100110100 | 110111 | 1011 |
Color Harmonies of #2D0D29
Complementary color
Monochromatic Colors of #2D0D29
Black with #2D0D29
Text Example
Text Example
White with #2D0D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0D29; }
p { color: rgb(45,13,41); }
H1.HeaderClassName
{
color: #2D0D29;
}
.AnyTagClassName
{
color: #2D0D29;
}
</style>
background-color css
<style>
a { background-color: #2D0D29; }
a { background-color: rgb(45,13,41); }
div.DivClassName
{
background-color: #2D0D29;
}
.BgClassName
{
background-color: #2D0D29;
}
</style>
border-color css
<style>
span { border-color: #2D0D29; }
span { border-color: rgb(45,13,41); }
td.TdClassName
{
border-color: #2D0D29;
}
.TagClassName
{
border-color: #2D0D29;
}
</style>