Shades of Mardi Gras #2A002D
Tints of Mardi Gras #2A002D
RGB
CMYK
RGB Variations
Color information
#2A002D (or 0x2A002D) is known color: Mardi Gras. HEX triplet: 2A, 00 and 2D. RGB value is (42,0,45). Sum of RGB (Red+Green+Blue) = 42+0+45=87 (11% of max value = 765). Red value is 42 (16.80% from 255 or 48.28% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 45 (17.97% from 255 or 51.72% from 87); Max value from RGB is 45 - color contains mainly: blue. Hex color #2A002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A002D is #D5FFD2. Grayscale: #111111. Windows color (decimal): -14024659 or 2949162. OLE color: 2949162.
HSL color Cylindrical-coordinate representation of color #2A002D: hue angle of 296º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A002D is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 0 | 45 | - |
| CMYK | 0.07 | 1 | 0 | 0.82 |
| HSL | 296º | 1% | 0.09% | - |
| HSV(B) | 296º | 1% | 0.18% | - |
| XYZ | 1.43 | 0.68 | 2.54 | - |
| YUV | 17.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 45 | 0.07 | 1 | 0 | 0.82 | 296 | 1 | 0.09 |
| Hex | 2A | 0 | 2D | 7 | 64 | 0 | 52 | 128 | 64 | 9 |
| Octal | 52 | 0 | 55 | 7 | 144 | 0 | 122 | 450 | 144 | 11 |
| Binary | 101010 | 0 | 101101 | 111 | 1100100 | 0 | 1010010 | 100101000 | 1100100 | 1001 |
Color Harmonies of #2A002D
Complementary color
Monochromatic Colors of #2A002D
Black with #2A002D
Text Example
Text Example
White with #2A002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A002D; }
p { color: rgb(42,0,45); }
H1.HeaderClassName
{
color: #2A002D;
}
.AnyTagClassName
{
color: #2A002D;
}
</style>
background-color css
<style>
a { background-color: #2A002D; }
a { background-color: rgb(42,0,45); }
div.DivClassName
{
background-color: #2A002D;
}
.BgClassName
{
background-color: #2A002D;
}
</style>
border-color css
<style>
span { border-color: #2A002D; }
span { border-color: rgb(42,0,45); }
td.TdClassName
{
border-color: #2A002D;
}
.TagClassName
{
border-color: #2A002D;
}
</style>