Shades of Mardi Gras #2A0A2D
Tints of Mardi Gras #2A0A2D
RGB
CMYK
RGB Variations
Color information
#2A0A2D (or 0x2A0A2D) is known color: Mardi Gras. HEX triplet: 2A, 0A and 2D. RGB value is (42,10,45). Sum of RGB (Red+Green+Blue) = 42+10+45=97 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.30% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 45 - color contains mainly: blue. Hex color #2A0A2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0A2D is #D5F5D2. Grayscale: #171717. Windows color (decimal): -14022099 or 2951722. OLE color: 2951722.
HSL color Cylindrical-coordinate representation of color #2A0A2D: hue angle of 294.86º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A0A2D is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 10 | 45 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.82 |
| HSL | 294.86º | 0.64% | 0.11% | - |
| HSV(B) | 294.86º | 0.78% | 0.18% | - |
| XYZ | 1.54 | 0.9 | 2.58 | - |
| YUV | 23.56 | 140.1 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 10 | 45 | 0.07 | 0.78 | 0 | 0.82 | 294.86 | 0.64 | 0.11 |
| Hex | 2A | A | 2D | 7 | 4E | 0 | 52 | 127 | 40 | B |
| Octal | 52 | 12 | 55 | 7 | 116 | 0 | 122 | 447 | 100 | 13 |
| Binary | 101010 | 1010 | 101101 | 111 | 1001110 | 0 | 1010010 | 100100111 | 1000000 | 1011 |
Color Harmonies of #2A0A2D
Complementary color
Monochromatic Colors of #2A0A2D
Black with #2A0A2D
Text Example
Text Example
White with #2A0A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0A2D; }
p { color: rgb(42,10,45); }
H1.HeaderClassName
{
color: #2A0A2D;
}
.AnyTagClassName
{
color: #2A0A2D;
}
</style>
background-color css
<style>
a { background-color: #2A0A2D; }
a { background-color: rgb(42,10,45); }
div.DivClassName
{
background-color: #2A0A2D;
}
.BgClassName
{
background-color: #2A0A2D;
}
</style>
border-color css
<style>
span { border-color: #2A0A2D; }
span { border-color: rgb(42,10,45); }
td.TdClassName
{
border-color: #2A0A2D;
}
.TagClassName
{
border-color: #2A0A2D;
}
</style>