Shades of Mardi Gras #2D032C
Tints of Mardi Gras #2D032C
RGB
CMYK
RGB Variations
Color information
#2D032C (or 0x2D032C) is known color: Mardi Gras. HEX triplet: 2D, 03 and 2C. RGB value is (45,3,44). Sum of RGB (Red+Green+Blue) = 45+3+44=92 (12% of max value = 765). Red value is 45 (17.97% from 255 or 48.91% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 45 - color contains mainly: red. Hex color #2D032C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D032C is #D2FCD3. Grayscale: #141414. Windows color (decimal): -13827284 or 2884397. OLE color: 2884397.
HSL color Cylindrical-coordinate representation of color #2D032C: hue angle of 301.43º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D032C is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 3 | 44 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.82 |
| HSL | 301.43º | 0.88% | 0.09% | - |
| HSV(B) | 301.43º | 0.93% | 0.18% | - |
| XYZ | 1.57 | 0.8 | 2.46 | - |
| YUV | 20.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 3 | 44 | 0 | 0.93 | 0.02 | 0.82 | 301.43 | 0.88 | 0.09 |
| Hex | 2D | 3 | 2C | 0 | 5D | 2 | 52 | 12D | 58 | 9 |
| Octal | 55 | 3 | 54 | 0 | 135 | 2 | 122 | 455 | 130 | 11 |
| Binary | 101101 | 11 | 101100 | 0 | 1011101 | 10 | 1010010 | 100101101 | 1011000 | 1001 |
Color Harmonies of #2D032C
Complementary color
Monochromatic Colors of #2D032C
Black with #2D032C
Text Example
Text Example
White with #2D032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D032C; }
p { color: rgb(45,3,44); }
H1.HeaderClassName
{
color: #2D032C;
}
.AnyTagClassName
{
color: #2D032C;
}
</style>
background-color css
<style>
a { background-color: #2D032C; }
a { background-color: rgb(45,3,44); }
div.DivClassName
{
background-color: #2D032C;
}
.BgClassName
{
background-color: #2D032C;
}
</style>
border-color css
<style>
span { border-color: #2D032C; }
span { border-color: rgb(45,3,44); }
td.TdClassName
{
border-color: #2D032C;
}
.TagClassName
{
border-color: #2D032C;
}
</style>