Shades of Mardi Gras #2A1127
Tints of Mardi Gras #2A1127
RGB
CMYK
RGB Variations
Color information
#2A1127 (or 0x2A1127) is known color: Mardi Gras. HEX triplet: 2A, 11 and 27. RGB value is (42,17,39). Sum of RGB (Red+Green+Blue) = 42+17+39=98 (12% of max value = 765). Red value is 42 (16.80% from 255 or 42.86% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1127 is #D5EED8. Grayscale: #1A1A1A. Windows color (decimal): -14020313 or 2560298. OLE color: 2560298.
HSL color Cylindrical-coordinate representation of color #2A1127: hue angle of 307.2º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A1127 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 17 | 39 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.84 |
| HSL | 307.2º | 0.42% | 0.12% | - |
| HSV(B) | 307.2º | 0.6% | 0.16% | - |
| XYZ | 1.52 | 1.04 | 2.04 | - |
| YUV | 26.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 39 | 0 | 0.60 | 0.07 | 0.84 | 307.2 | 0.42 | 0.12 |
| Hex | 2A | 11 | 27 | 0 | 3C | 7 | 54 | 133 | 2A | C |
| Octal | 52 | 21 | 47 | 0 | 74 | 7 | 124 | 463 | 52 | 14 |
| Binary | 101010 | 10001 | 100111 | 0 | 111100 | 111 | 1010100 | 100110011 | 101010 | 1100 |
Color Harmonies of #2A1127
Complementary color
Monochromatic Colors of #2A1127
Black with #2A1127
Text Example
Text Example
White with #2A1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1127; }
p { color: rgb(42,17,39); }
H1.HeaderClassName
{
color: #2A1127;
}
.AnyTagClassName
{
color: #2A1127;
}
</style>
background-color css
<style>
a { background-color: #2A1127; }
a { background-color: rgb(42,17,39); }
div.DivClassName
{
background-color: #2A1127;
}
.BgClassName
{
background-color: #2A1127;
}
</style>
border-color css
<style>
span { border-color: #2A1127; }
span { border-color: rgb(42,17,39); }
td.TdClassName
{
border-color: #2A1127;
}
.TagClassName
{
border-color: #2A1127;
}
</style>