Shades of Mardi Gras #2A012D
Tints of Mardi Gras #2A012D
RGB
CMYK
RGB Variations
Color information
#2A012D (or 0x2A012D) is known color: Mardi Gras. HEX triplet: 2A, 01 and 2D. RGB value is (42,1,45). Sum of RGB (Red+Green+Blue) = 42+1+45=88 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.73% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 45 (17.97% from 255 or 51.14% from 88); Max value from RGB is 45 - color contains mainly: blue. Hex color #2A012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A012D is #D5FED2. Grayscale: #121212. Windows color (decimal): -14024403 or 2949418. OLE color: 2949418.
HSL color Cylindrical-coordinate representation of color #2A012D: hue angle of 295.91º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A012D is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 1 | 45 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.82 |
| HSL | 295.91º | 0.96% | 0.09% | - |
| HSV(B) | 295.91º | 0.98% | 0.18% | - |
| XYZ | 1.44 | 0.7 | 2.54 | - |
| YUV | 18.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 45 | 0.07 | 0.98 | 0 | 0.82 | 295.91 | 0.96 | 0.09 |
| Hex | 2A | 1 | 2D | 7 | 62 | 0 | 52 | 128 | 60 | 9 |
| Octal | 52 | 1 | 55 | 7 | 142 | 0 | 122 | 450 | 140 | 11 |
| Binary | 101010 | 1 | 101101 | 111 | 1100010 | 0 | 1010010 | 100101000 | 1100000 | 1001 |
Color Harmonies of #2A012D
Complementary color
Monochromatic Colors of #2A012D
Black with #2A012D
Text Example
Text Example
White with #2A012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A012D; }
p { color: rgb(42,1,45); }
H1.HeaderClassName
{
color: #2A012D;
}
.AnyTagClassName
{
color: #2A012D;
}
</style>
background-color css
<style>
a { background-color: #2A012D; }
a { background-color: rgb(42,1,45); }
div.DivClassName
{
background-color: #2A012D;
}
.BgClassName
{
background-color: #2A012D;
}
</style>
border-color css
<style>
span { border-color: #2A012D; }
span { border-color: rgb(42,1,45); }
td.TdClassName
{
border-color: #2A012D;
}
.TagClassName
{
border-color: #2A012D;
}
</style>