Shades of Mardi Gras #2D022C
Tints of Mardi Gras #2D022C
RGB
CMYK
RGB Variations
Color information
#2D022C (or 0x2D022C) is known color: Mardi Gras. HEX triplet: 2D, 02 and 2C. RGB value is (45,2,44). Sum of RGB (Red+Green+Blue) = 45+2+44=91 (12% of max value = 765). Red value is 45 (17.97% from 255 or 49.45% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 44 (17.58% from 255 or 48.35% from 91); Max value from RGB is 45 - color contains mainly: red. Hex color #2D022C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D022C is #D2FDD3. Grayscale: #131313. Windows color (decimal): -13827540 or 2884141. OLE color: 2884141.
HSL color Cylindrical-coordinate representation of color #2D022C: hue angle of 301.4º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D022C is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 2 | 44 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.82 |
| HSL | 301.4º | 0.91% | 0.09% | - |
| HSV(B) | 301.4º | 0.96% | 0.18% | - |
| XYZ | 1.56 | 0.78 | 2.45 | - |
| YUV | 19.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 44 | 0 | 0.96 | 0.02 | 0.82 | 301.4 | 0.91 | 0.09 |
| Hex | 2D | 2 | 2C | 0 | 60 | 2 | 52 | 12D | 5B | 9 |
| Octal | 55 | 2 | 54 | 0 | 140 | 2 | 122 | 455 | 133 | 11 |
| Binary | 101101 | 10 | 101100 | 0 | 1100000 | 10 | 1010010 | 100101101 | 1011011 | 1001 |
Color Harmonies of #2D022C
Complementary color
Monochromatic Colors of #2D022C
Black with #2D022C
Text Example
Text Example
White with #2D022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D022C; }
p { color: rgb(45,2,44); }
H1.HeaderClassName
{
color: #2D022C;
}
.AnyTagClassName
{
color: #2D022C;
}
</style>
background-color css
<style>
a { background-color: #2D022C; }
a { background-color: rgb(45,2,44); }
div.DivClassName
{
background-color: #2D022C;
}
.BgClassName
{
background-color: #2D022C;
}
</style>
border-color css
<style>
span { border-color: #2D022C; }
span { border-color: rgb(45,2,44); }
td.TdClassName
{
border-color: #2D022C;
}
.TagClassName
{
border-color: #2D022C;
}
</style>