Shades of Mardi Gras #2A042D
Tints of Mardi Gras #2A042D
RGB
CMYK
RGB Variations
Color information
#2A042D (or 0x2A042D) is known color: Mardi Gras. HEX triplet: 2A, 04 and 2D. RGB value is (42,4,45). Sum of RGB (Red+Green+Blue) = 42+4+45=91 (12% of max value = 765). Red value is 42 (16.80% from 255 or 46.15% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 45 (17.97% from 255 or 49.45% from 91); Max value from RGB is 45 - color contains mainly: blue. Hex color #2A042D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A042D is #D5FBD2. Grayscale: #131313. Windows color (decimal): -14023635 or 2950186. OLE color: 2950186.
HSL color Cylindrical-coordinate representation of color #2A042D: hue angle of 295.61º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A042D is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 4 | 45 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.82 |
| HSL | 295.61º | 0.84% | 0.1% | - |
| HSV(B) | 295.61º | 0.91% | 0.18% | - |
| XYZ | 1.47 | 0.77 | 2.55 | - |
| YUV | 20.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 45 | 0.07 | 0.91 | 0 | 0.82 | 295.61 | 0.84 | 0.1 |
| Hex | 2A | 4 | 2D | 7 | 5B | 0 | 52 | 128 | 54 | A |
| Octal | 52 | 4 | 55 | 7 | 133 | 0 | 122 | 450 | 124 | 12 |
| Binary | 101010 | 100 | 101101 | 111 | 1011011 | 0 | 1010010 | 100101000 | 1010100 | 1010 |
Color Harmonies of #2A042D
Complementary color
Monochromatic Colors of #2A042D
Black with #2A042D
Text Example
Text Example
White with #2A042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A042D; }
p { color: rgb(42,4,45); }
H1.HeaderClassName
{
color: #2A042D;
}
.AnyTagClassName
{
color: #2A042D;
}
</style>
background-color css
<style>
a { background-color: #2A042D; }
a { background-color: rgb(42,4,45); }
div.DivClassName
{
background-color: #2A042D;
}
.BgClassName
{
background-color: #2A042D;
}
</style>
border-color css
<style>
span { border-color: #2A042D; }
span { border-color: rgb(42,4,45); }
td.TdClassName
{
border-color: #2A042D;
}
.TagClassName
{
border-color: #2A042D;
}
</style>