Shades of Mardi Gras #2A142C
Tints of Mardi Gras #2A142C
RGB
CMYK
RGB Variations
Color information
#2A142C (or 0x2A142C) is known color: Mardi Gras. HEX triplet: 2A, 14 and 2C. RGB value is (42,20,44). Sum of RGB (Red+Green+Blue) = 42+20+44=106 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.62% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 44 (17.58% from 255 or 41.51% from 106); Max value from RGB is 44 - color contains mainly: blue. Hex color #2A142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A142C is #D5EBD3. Grayscale: #1D1D1D. Windows color (decimal): -14019540 or 2888746. OLE color: 2888746.
HSL color Cylindrical-coordinate representation of color #2A142C: hue angle of 295º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A142C is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 42 | 20 | 44 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.83 |
| HSL | 295º | 0.38% | 0.13% | - |
| HSV(B) | 295º | 0.55% | 0.17% | - |
| XYZ | 1.66 | 1.17 | 2.52 | - |
| YUV | 29.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 20 | 44 | 0.05 | 0.55 | 0 | 0.83 | 295 | 0.38 | 0.13 |
| Hex | 2A | 14 | 2C | 5 | 37 | 0 | 53 | 127 | 26 | D |
| Octal | 52 | 24 | 54 | 5 | 67 | 0 | 123 | 447 | 46 | 15 |
| Binary | 101010 | 10100 | 101100 | 101 | 110111 | 0 | 1010011 | 100100111 | 100110 | 1101 |
Color Harmonies of #2A142C
Complementary color
Monochromatic Colors of #2A142C
Black with #2A142C
Text Example
Text Example
White with #2A142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A142C; }
p { color: rgb(42,20,44); }
H1.HeaderClassName
{
color: #2A142C;
}
.AnyTagClassName
{
color: #2A142C;
}
</style>
background-color css
<style>
a { background-color: #2A142C; }
a { background-color: rgb(42,20,44); }
div.DivClassName
{
background-color: #2A142C;
}
.BgClassName
{
background-color: #2A142C;
}
</style>
border-color css
<style>
span { border-color: #2A142C; }
span { border-color: rgb(42,20,44); }
td.TdClassName
{
border-color: #2A142C;
}
.TagClassName
{
border-color: #2A142C;
}
</style>