Shades of Mardi Gras #2A1A2C
Tints of Mardi Gras #2A1A2C
RGB
CMYK
RGB Variations
Color information
#2A1A2C (or 0x2A1A2C) is known color: Mardi Gras. HEX triplet: 2A, 1A and 2C. RGB value is (42,26,44). Sum of RGB (Red+Green+Blue) = 42+26+44=112 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.5% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 44 - color contains mainly: blue. Hex color #2A1A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1A2C is #D5E5D3. Grayscale: #202020. Windows color (decimal): -14018004 or 2890282. OLE color: 2890282.
HSL color Cylindrical-coordinate representation of color #2A1A2C: hue angle of 293.33º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2A1A2C is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 42 | 26 | 44 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.83 |
| HSL | 293.33º | 0.26% | 0.14% | - |
| HSV(B) | 293.33º | 0.41% | 0.17% | - |
| XYZ | 1.78 | 1.41 | 2.56 | - |
| YUV | 32.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 26 | 44 | 0.05 | 0.41 | 0 | 0.83 | 293.33 | 0.26 | 0.14 |
| Hex | 2A | 1A | 2C | 5 | 29 | 0 | 53 | 125 | 1A | E |
| Octal | 52 | 32 | 54 | 5 | 51 | 0 | 123 | 445 | 32 | 16 |
| Binary | 101010 | 11010 | 101100 | 101 | 101001 | 0 | 1010011 | 100100101 | 11010 | 1110 |
Color Harmonies of #2A1A2C
Complementary color
Monochromatic Colors of #2A1A2C
Black with #2A1A2C
Text Example
Text Example
White with #2A1A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1A2C; }
p { color: rgb(42,26,44); }
H1.HeaderClassName
{
color: #2A1A2C;
}
.AnyTagClassName
{
color: #2A1A2C;
}
</style>
background-color css
<style>
a { background-color: #2A1A2C; }
a { background-color: rgb(42,26,44); }
div.DivClassName
{
background-color: #2A1A2C;
}
.BgClassName
{
background-color: #2A1A2C;
}
</style>
border-color css
<style>
span { border-color: #2A1A2C; }
span { border-color: rgb(42,26,44); }
td.TdClassName
{
border-color: #2A1A2C;
}
.TagClassName
{
border-color: #2A1A2C;
}
</style>