Shades of Mardi Gras #2A0E28
Tints of Mardi Gras #2A0E28
RGB
CMYK
RGB Variations
Color information
#2A0E28 (or 0x2A0E28) is known color: Mardi Gras. HEX triplet: 2A, 0E and 28. RGB value is (42,14,40). Sum of RGB (Red+Green+Blue) = 42+14+40=96 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.75% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0E28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0E28 is #D5F1D7. Grayscale: #191919. Windows color (decimal): -14021080 or 2625066. OLE color: 2625066.
HSL color Cylindrical-coordinate representation of color #2A0E28: hue angle of 304.29º 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 #2A0E28 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 14 | 40 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.84 |
| HSL | 304.29º | 0.5% | 0.11% | - |
| HSV(B) | 304.29º | 0.67% | 0.16% | - |
| XYZ | 1.49 | 0.96 | 2.11 | - |
| YUV | 25.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 14 | 40 | 0 | 0.67 | 0.05 | 0.84 | 304.29 | 0.5 | 0.11 |
| Hex | 2A | E | 28 | 0 | 43 | 5 | 54 | 130 | 32 | B |
| Octal | 52 | 16 | 50 | 0 | 103 | 5 | 124 | 460 | 62 | 13 |
| Binary | 101010 | 1110 | 101000 | 0 | 1000011 | 101 | 1010100 | 100110000 | 110010 | 1011 |
Color Harmonies of #2A0E28
Complementary color
Monochromatic Colors of #2A0E28
Black with #2A0E28
Text Example
Text Example
White with #2A0E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0E28; }
p { color: rgb(42,14,40); }
H1.HeaderClassName
{
color: #2A0E28;
}
.AnyTagClassName
{
color: #2A0E28;
}
</style>
background-color css
<style>
a { background-color: #2A0E28; }
a { background-color: rgb(42,14,40); }
div.DivClassName
{
background-color: #2A0E28;
}
.BgClassName
{
background-color: #2A0E28;
}
</style>
border-color css
<style>
span { border-color: #2A0E28; }
span { border-color: rgb(42,14,40); }
td.TdClassName
{
border-color: #2A0E28;
}
.TagClassName
{
border-color: #2A0E28;
}
</style>