Shades of Mardi Gras #2A0224
Tints of Mardi Gras #2A0224
RGB
CMYK
RGB Variations
Color information
#2A0224 (or 0x2A0224) is known color: Mardi Gras. HEX triplet: 2A, 02 and 24. RGB value is (42,2,36). Sum of RGB (Red+Green+Blue) = 42+2+36=80 (10% of max value = 765). Red value is 42 (16.80% from 255 or 52.5% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 36 (14.45% from 255 or 45% from 80); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0224 is #D5FDDB. Grayscale: #111111. Windows color (decimal): -14024156 or 2359850. OLE color: 2359850.
HSL color Cylindrical-coordinate representation of color #2A0224: hue angle of 309º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0224 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 2 | 36 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.84 |
| HSL | 309º | 0.91% | 0.09% | - |
| HSV(B) | 309º | 0.95% | 0.16% | - |
| XYZ | 1.29 | 0.66 | 1.73 | - |
| YUV | 17.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 36 | 0 | 0.95 | 0.14 | 0.84 | 309 | 0.91 | 0.09 |
| Hex | 2A | 2 | 24 | 0 | 5F | E | 54 | 135 | 5B | 9 |
| Octal | 52 | 2 | 44 | 0 | 137 | 16 | 124 | 465 | 133 | 11 |
| Binary | 101010 | 10 | 100100 | 0 | 1011111 | 1110 | 1010100 | 100110101 | 1011011 | 1001 |
Color Harmonies of #2A0224
Complementary color
Monochromatic Colors of #2A0224
Black with #2A0224
Text Example
Text Example
White with #2A0224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0224; }
p { color: rgb(42,2,36); }
H1.HeaderClassName
{
color: #2A0224;
}
.AnyTagClassName
{
color: #2A0224;
}
</style>
background-color css
<style>
a { background-color: #2A0224; }
a { background-color: rgb(42,2,36); }
div.DivClassName
{
background-color: #2A0224;
}
.BgClassName
{
background-color: #2A0224;
}
</style>
border-color css
<style>
span { border-color: #2A0224; }
span { border-color: rgb(42,2,36); }
td.TdClassName
{
border-color: #2A0224;
}
.TagClassName
{
border-color: #2A0224;
}
</style>