Shades of Mardi Gras #29192B
Tints of Mardi Gras #29192B
RGB
CMYK
RGB Variations
Color information
#29192B (or 0x29192B) is known color: Mardi Gras. HEX triplet: 29, 19 and 2B. RGB value is (41,25,43). Sum of RGB (Red+Green+Blue) = 41+25+43=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 43 - color contains mainly: blue. Hex color #29192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29192B is #D6E6D4. Grayscale: #1F1F1F. Windows color (decimal): -14083797 or 2824489. OLE color: 2824489.
HSL color Cylindrical-coordinate representation of color #29192B: hue angle of 293.33º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #29192B is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 41 | 25 | 43 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.83 |
| HSL | 293.33º | 0.26% | 0.13% | - |
| HSV(B) | 293.33º | 0.42% | 0.17% | - |
| XYZ | 1.7 | 1.34 | 2.45 | - |
| YUV | 31.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 43 | 0.05 | 0.42 | 0 | 0.83 | 293.33 | 0.26 | 0.13 |
| Hex | 29 | 19 | 2B | 5 | 2A | 0 | 53 | 125 | 1A | D |
| Octal | 51 | 31 | 53 | 5 | 52 | 0 | 123 | 445 | 32 | 15 |
| Binary | 101001 | 11001 | 101011 | 101 | 101010 | 0 | 1010011 | 100100101 | 11010 | 1101 |
Color Harmonies of #29192B
Complementary color
Monochromatic Colors of #29192B
Black with #29192B
Text Example
Text Example
White with #29192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29192B; }
p { color: rgb(41,25,43); }
H1.HeaderClassName
{
color: #29192B;
}
.AnyTagClassName
{
color: #29192B;
}
</style>
background-color css
<style>
a { background-color: #29192B; }
a { background-color: rgb(41,25,43); }
div.DivClassName
{
background-color: #29192B;
}
.BgClassName
{
background-color: #29192B;
}
</style>
border-color css
<style>
span { border-color: #29192B; }
span { border-color: rgb(41,25,43); }
td.TdClassName
{
border-color: #29192B;
}
.TagClassName
{
border-color: #29192B;
}
</style>