Shades of Mardi Gras #2A0E26
Tints of Mardi Gras #2A0E26
RGB
CMYK
RGB Variations
Color information
#2A0E26 (or 0x2A0E26) is known color: Mardi Gras. HEX triplet: 2A, 0E and 26. RGB value is (42,14,38). Sum of RGB (Red+Green+Blue) = 42+14+38=94 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.68% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 38 (15.23% from 255 or 40.43% from 94); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0E26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0E26 is #D5F1D9. Grayscale: #191919. Windows color (decimal): -14021082 or 2493994. OLE color: 2493994.
HSL color Cylindrical-coordinate representation of color #2A0E26: hue angle of 308.57º degrees, saturation: 0.5, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A0E26 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 14 | 38 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.84 |
| HSL | 308.57º | 0.5% | 0.11% | - |
| HSV(B) | 308.57º | 0.67% | 0.16% | - |
| XYZ | 1.46 | 0.95 | 1.94 | - |
| YUV | 25.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 14 | 38 | 0 | 0.67 | 0.10 | 0.84 | 308.57 | 0.5 | 0.11 |
| Hex | 2A | E | 26 | 0 | 43 | A | 54 | 135 | 32 | B |
| Octal | 52 | 16 | 46 | 0 | 103 | 12 | 124 | 465 | 62 | 13 |
| Binary | 101010 | 1110 | 100110 | 0 | 1000011 | 1010 | 1010100 | 100110101 | 110010 | 1011 |
Color Harmonies of #2A0E26
Complementary color
Monochromatic Colors of #2A0E26
Black with #2A0E26
Text Example
Text Example
White with #2A0E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0E26; }
p { color: rgb(42,14,38); }
H1.HeaderClassName
{
color: #2A0E26;
}
.AnyTagClassName
{
color: #2A0E26;
}
</style>
background-color css
<style>
a { background-color: #2A0E26; }
a { background-color: rgb(42,14,38); }
div.DivClassName
{
background-color: #2A0E26;
}
.BgClassName
{
background-color: #2A0E26;
}
</style>
border-color css
<style>
span { border-color: #2A0E26; }
span { border-color: rgb(42,14,38); }
td.TdClassName
{
border-color: #2A0E26;
}
.TagClassName
{
border-color: #2A0E26;
}
</style>