Shades of Mardi Gras #2A0126
Tints of Mardi Gras #2A0126
RGB
CMYK
RGB Variations
Color information
#2A0126 (or 0x2A0126) is known color: Mardi Gras. HEX triplet: 2A, 01 and 26. RGB value is (42,1,38). Sum of RGB (Red+Green+Blue) = 42+1+38=81 (10% of max value = 765). Red value is 42 (16.80% from 255 or 51.85% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 38 (15.23% from 255 or 46.91% from 81); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0126 is #D5FED9. Grayscale: #111111. Windows color (decimal): -14024410 or 2490666. OLE color: 2490666.
HSL color Cylindrical-coordinate representation of color #2A0126: hue angle of 305.85º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0126 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 1 | 38 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.84 |
| HSL | 305.85º | 0.95% | 0.08% | - |
| HSV(B) | 305.85º | 0.98% | 0.16% | - |
| XYZ | 1.32 | 0.65 | 1.89 | - |
| YUV | 17.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 38 | 0 | 0.98 | 0.10 | 0.84 | 305.85 | 0.95 | 0.08 |
| Hex | 2A | 1 | 26 | 0 | 62 | A | 54 | 132 | 5F | 8 |
| Octal | 52 | 1 | 46 | 0 | 142 | 12 | 124 | 462 | 137 | 10 |
| Binary | 101010 | 1 | 100110 | 0 | 1100010 | 1010 | 1010100 | 100110010 | 1011111 | 1000 |
Color Harmonies of #2A0126
Complementary color
Monochromatic Colors of #2A0126
Black with #2A0126
Text Example
Text Example
White with #2A0126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0126; }
p { color: rgb(42,1,38); }
H1.HeaderClassName
{
color: #2A0126;
}
.AnyTagClassName
{
color: #2A0126;
}
</style>
background-color css
<style>
a { background-color: #2A0126; }
a { background-color: rgb(42,1,38); }
div.DivClassName
{
background-color: #2A0126;
}
.BgClassName
{
background-color: #2A0126;
}
</style>
border-color css
<style>
span { border-color: #2A0126; }
span { border-color: rgb(42,1,38); }
td.TdClassName
{
border-color: #2A0126;
}
.TagClassName
{
border-color: #2A0126;
}
</style>