Shades of Mardi Gras #2A112C
Tints of Mardi Gras #2A112C
RGB
CMYK
RGB Variations
Color information
#2A112C (or 0x2A112C) is known color: Mardi Gras. HEX triplet: 2A, 11 and 2C. RGB value is (42,17,44). Sum of RGB (Red+Green+Blue) = 42+17+44=103 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.78% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 44 - color contains mainly: blue. Hex color #2A112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A112C is #D5EED3. Grayscale: #1B1B1B. Windows color (decimal): -14020308 or 2887978. OLE color: 2887978.
HSL color Cylindrical-coordinate representation of color #2A112C: hue angle of 295.56º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A112C is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 42 | 17 | 44 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.83 |
| HSL | 295.56º | 0.44% | 0.12% | - |
| HSV(B) | 295.56º | 0.61% | 0.17% | - |
| XYZ | 1.61 | 1.07 | 2.51 | - |
| YUV | 27.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 44 | 0.05 | 0.61 | 0 | 0.83 | 295.56 | 0.44 | 0.12 |
| Hex | 2A | 11 | 2C | 5 | 3D | 0 | 53 | 128 | 2C | C |
| Octal | 52 | 21 | 54 | 5 | 75 | 0 | 123 | 450 | 54 | 14 |
| Binary | 101010 | 10001 | 101100 | 101 | 111101 | 0 | 1010011 | 100101000 | 101100 | 1100 |
Color Harmonies of #2A112C
Complementary color
Monochromatic Colors of #2A112C
Black with #2A112C
Text Example
Text Example
White with #2A112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A112C; }
p { color: rgb(42,17,44); }
H1.HeaderClassName
{
color: #2A112C;
}
.AnyTagClassName
{
color: #2A112C;
}
</style>
background-color css
<style>
a { background-color: #2A112C; }
a { background-color: rgb(42,17,44); }
div.DivClassName
{
background-color: #2A112C;
}
.BgClassName
{
background-color: #2A112C;
}
</style>
border-color css
<style>
span { border-color: #2A112C; }
span { border-color: rgb(42,17,44); }
td.TdClassName
{
border-color: #2A112C;
}
.TagClassName
{
border-color: #2A112C;
}
</style>