Shades of Mardi Gras #290C26
Tints of Mardi Gras #290C26
RGB
CMYK
RGB Variations
Color information
#290C26 (or 0x290C26) is known color: Mardi Gras. HEX triplet: 29, 0C and 26. RGB value is (41,12,38). Sum of RGB (Red+Green+Blue) = 41+12+38=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 12 (5.08% from 255 or 13.19% from 91); Blue value is 38 (15.23% from 255 or 41.76% from 91); Max value from RGB is 41 - color contains mainly: red. Hex color #290C26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290C26 is #D6F3D9. Grayscale: #171717. Windows color (decimal): -14087130 or 2493481. OLE color: 2493481.
HSL color Cylindrical-coordinate representation of color #290C26: hue angle of 306.21º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #290C26 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 12 | 38 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.84 |
| HSL | 306.21º | 0.55% | 0.1% | - |
| HSV(B) | 306.21º | 0.71% | 0.16% | - |
| XYZ | 1.4 | 0.87 | 1.93 | - |
| YUV | 23.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 38 | 0 | 0.71 | 0.07 | 0.84 | 306.21 | 0.55 | 0.1 |
| Hex | 29 | C | 26 | 0 | 47 | 7 | 54 | 132 | 37 | A |
| Octal | 51 | 14 | 46 | 0 | 107 | 7 | 124 | 462 | 67 | 12 |
| Binary | 101001 | 1100 | 100110 | 0 | 1000111 | 111 | 1010100 | 100110010 | 110111 | 1010 |
Color Harmonies of #290C26
Complementary color
Monochromatic Colors of #290C26
Black with #290C26
Text Example
Text Example
White with #290C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290C26; }
p { color: rgb(41,12,38); }
H1.HeaderClassName
{
color: #290C26;
}
.AnyTagClassName
{
color: #290C26;
}
</style>
background-color css
<style>
a { background-color: #290C26; }
a { background-color: rgb(41,12,38); }
div.DivClassName
{
background-color: #290C26;
}
.BgClassName
{
background-color: #290C26;
}
</style>
border-color css
<style>
span { border-color: #290C26; }
span { border-color: rgb(41,12,38); }
td.TdClassName
{
border-color: #290C26;
}
.TagClassName
{
border-color: #290C26;
}
</style>