Shades of Mardi Gras #2A112E
Tints of Mardi Gras #2A112E
RGB
CMYK
RGB Variations
Color information
#2A112E (or 0x2A112E) is known color: Mardi Gras. HEX triplet: 2A, 11 and 2E. RGB value is (42,17,46). Sum of RGB (Red+Green+Blue) = 42+17+46=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 46 - color contains mainly: blue. Hex color #2A112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A112E is #D5EED1. Grayscale: #1B1B1B. Windows color (decimal): -14020306 or 3019050. OLE color: 3019050.
HSL color Cylindrical-coordinate representation of color #2A112E: hue angle of 291.72º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A112E is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 17 | 46 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.82 |
| HSL | 291.72º | 0.46% | 0.12% | - |
| HSV(B) | 291.72º | 0.63% | 0.18% | - |
| XYZ | 1.65 | 1.09 | 2.71 | - |
| YUV | 27.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 46 | 0.09 | 0.63 | 0 | 0.82 | 291.72 | 0.46 | 0.12 |
| Hex | 2A | 11 | 2E | 9 | 3F | 0 | 52 | 124 | 2E | C |
| Octal | 52 | 21 | 56 | 11 | 77 | 0 | 122 | 444 | 56 | 14 |
| Binary | 101010 | 10001 | 101110 | 1001 | 111111 | 0 | 1010010 | 100100100 | 101110 | 1100 |
Color Harmonies of #2A112E
Complementary color
Monochromatic Colors of #2A112E
Black with #2A112E
Text Example
Text Example
White with #2A112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A112E; }
p { color: rgb(42,17,46); }
H1.HeaderClassName
{
color: #2A112E;
}
.AnyTagClassName
{
color: #2A112E;
}
</style>
background-color css
<style>
a { background-color: #2A112E; }
a { background-color: rgb(42,17,46); }
div.DivClassName
{
background-color: #2A112E;
}
.BgClassName
{
background-color: #2A112E;
}
</style>
border-color css
<style>
span { border-color: #2A112E; }
span { border-color: rgb(42,17,46); }
td.TdClassName
{
border-color: #2A112E;
}
.TagClassName
{
border-color: #2A112E;
}
</style>