Shades of Mardi Gras #2A022C
Tints of Mardi Gras #2A022C
RGB
CMYK
RGB Variations
Color information
#2A022C (or 0x2A022C) is known color: Mardi Gras. HEX triplet: 2A, 02 and 2C. RGB value is (42,2,44). Sum of RGB (Red+Green+Blue) = 42+2+44=88 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.73% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #2A022C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A022C is #D5FDD3. Grayscale: #121212. Windows color (decimal): -14024148 or 2884138. OLE color: 2884138.
HSL color Cylindrical-coordinate representation of color #2A022C: hue angle of 297.14º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A022C is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 42 | 2 | 44 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.83 |
| HSL | 297.14º | 0.91% | 0.09% | - |
| HSV(B) | 297.14º | 0.95% | 0.17% | - |
| XYZ | 1.43 | 0.72 | 2.45 | - |
| YUV | 18.75 | 142.25 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 44 | 0.05 | 0.95 | 0 | 0.83 | 297.14 | 0.91 | 0.09 |
| Hex | 2A | 2 | 2C | 5 | 5F | 0 | 53 | 129 | 5B | 9 |
| Octal | 52 | 2 | 54 | 5 | 137 | 0 | 123 | 451 | 133 | 11 |
| Binary | 101010 | 10 | 101100 | 101 | 1011111 | 0 | 1010011 | 100101001 | 1011011 | 1001 |
Color Harmonies of #2A022C
Complementary color
Monochromatic Colors of #2A022C
Black with #2A022C
Text Example
Text Example
White with #2A022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A022C; }
p { color: rgb(42,2,44); }
H1.HeaderClassName
{
color: #2A022C;
}
.AnyTagClassName
{
color: #2A022C;
}
</style>
background-color css
<style>
a { background-color: #2A022C; }
a { background-color: rgb(42,2,44); }
div.DivClassName
{
background-color: #2A022C;
}
.BgClassName
{
background-color: #2A022C;
}
</style>
border-color css
<style>
span { border-color: #2A022C; }
span { border-color: rgb(42,2,44); }
td.TdClassName
{
border-color: #2A022C;
}
.TagClassName
{
border-color: #2A022C;
}
</style>