Shades of Mardi Gras #2A002C
Tints of Mardi Gras #2A002C
RGB
CMYK
RGB Variations
Color information
#2A002C (or 0x2A002C) is known color: Mardi Gras. HEX triplet: 2A, 00 and 2C. RGB value is (42,0,44). Sum of RGB (Red+Green+Blue) = 42+0+44=86 (11% of max value = 765). Red value is 42 (16.80% from 255 or 48.84% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 44 (17.58% from 255 or 51.16% from 86); Max value from RGB is 44 - color contains mainly: blue. Hex color #2A002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A002C is #D5FFD3. Grayscale: #111111. Windows color (decimal): -14024660 or 2883626. OLE color: 2883626.
HSL color Cylindrical-coordinate representation of color #2A002C: hue angle of 297.27º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A002C is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 42 | 0 | 44 | - |
| CMYK | 0.05 | 1 | 0 | 0.83 |
| HSL | 297.27º | 1% | 0.09% | - |
| HSV(B) | 297.27º | 1% | 0.17% | - |
| XYZ | 1.41 | 0.67 | 2.44 | - |
| YUV | 17.57 | 142.91 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 44 | 0.05 | 1 | 0 | 0.83 | 297.27 | 1 | 0.09 |
| Hex | 2A | 0 | 2C | 5 | 64 | 0 | 53 | 129 | 64 | 9 |
| Octal | 52 | 0 | 54 | 5 | 144 | 0 | 123 | 451 | 144 | 11 |
| Binary | 101010 | 0 | 101100 | 101 | 1100100 | 0 | 1010011 | 100101001 | 1100100 | 1001 |
Color Harmonies of #2A002C
Complementary color
Monochromatic Colors of #2A002C
Black with #2A002C
Text Example
Text Example
White with #2A002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A002C; }
p { color: rgb(42,0,44); }
H1.HeaderClassName
{
color: #2A002C;
}
.AnyTagClassName
{
color: #2A002C;
}
</style>
background-color css
<style>
a { background-color: #2A002C; }
a { background-color: rgb(42,0,44); }
div.DivClassName
{
background-color: #2A002C;
}
.BgClassName
{
background-color: #2A002C;
}
</style>
border-color css
<style>
span { border-color: #2A002C; }
span { border-color: rgb(42,0,44); }
td.TdClassName
{
border-color: #2A002C;
}
.TagClassName
{
border-color: #2A002C;
}
</style>