Shades of Mardi Gras #290A2A
Tints of Mardi Gras #290A2A
RGB
CMYK
RGB Variations
Color information
#290A2A (or 0x290A2A) is known color: Mardi Gras. HEX triplet: 29, 0A and 2A. RGB value is (41,10,42). Sum of RGB (Red+Green+Blue) = 41+10+42=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 10 (4.30% from 255 or 10.75% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 42 - color contains mainly: blue. Hex color #290A2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290A2A is #D6F5D5. Grayscale: #161616. Windows color (decimal): -14087638 or 2755113. OLE color: 2755113.
HSL color Cylindrical-coordinate representation of color #290A2A: hue angle of 298.12º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #290A2A is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 10 | 42 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.84 |
| HSL | 298.13º | 0.62% | 0.1% | - |
| HSV(B) | 298.13º | 0.76% | 0.16% | - |
| XYZ | 1.44 | 0.86 | 2.28 | - |
| YUV | 22.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 42 | 0.02 | 0.76 | 0 | 0.84 | 298.13 | 0.62 | 0.1 |
| Hex | 29 | A | 2A | 2 | 4C | 0 | 54 | 12A | 3E | A |
| Octal | 51 | 12 | 52 | 2 | 114 | 0 | 124 | 452 | 76 | 12 |
| Binary | 101001 | 1010 | 101010 | 10 | 1001100 | 0 | 1010100 | 100101010 | 111110 | 1010 |
Color Harmonies of #290A2A
Complementary color
Monochromatic Colors of #290A2A
Black with #290A2A
Text Example
Text Example
White with #290A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290A2A; }
p { color: rgb(41,10,42); }
H1.HeaderClassName
{
color: #290A2A;
}
.AnyTagClassName
{
color: #290A2A;
}
</style>
background-color css
<style>
a { background-color: #290A2A; }
a { background-color: rgb(41,10,42); }
div.DivClassName
{
background-color: #290A2A;
}
.BgClassName
{
background-color: #290A2A;
}
</style>
border-color css
<style>
span { border-color: #290A2A; }
span { border-color: rgb(41,10,42); }
td.TdClassName
{
border-color: #290A2A;
}
.TagClassName
{
border-color: #290A2A;
}
</style>