Shades of Mardi Gras #29102C
Tints of Mardi Gras #29102C
RGB
CMYK
RGB Variations
Color information
#29102C (or 0x29102C) is known color: Mardi Gras. HEX triplet: 29, 10 and 2C. RGB value is (41,16,44). Sum of RGB (Red+Green+Blue) = 41+16+44=101 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.59% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 44 - color contains mainly: blue. Hex color #29102C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29102C is #D6EFD3. Grayscale: #1A1A1A. Windows color (decimal): -14086100 or 2887721. OLE color: 2887721.
HSL color Cylindrical-coordinate representation of color #29102C: hue angle of 293.57º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #29102C is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 41 | 16 | 44 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.83 |
| HSL | 293.57º | 0.47% | 0.12% | - |
| HSV(B) | 293.57º | 0.64% | 0.17% | - |
| XYZ | 1.55 | 1.02 | 2.5 | - |
| YUV | 26.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 16 | 44 | 0.07 | 0.64 | 0 | 0.83 | 293.57 | 0.47 | 0.12 |
| Hex | 29 | 10 | 2C | 7 | 40 | 0 | 53 | 126 | 2F | C |
| Octal | 51 | 20 | 54 | 7 | 100 | 0 | 123 | 446 | 57 | 14 |
| Binary | 101001 | 10000 | 101100 | 111 | 1000000 | 0 | 1010011 | 100100110 | 101111 | 1100 |
Color Harmonies of #29102C
Complementary color
Monochromatic Colors of #29102C
Black with #29102C
Text Example
Text Example
White with #29102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29102C; }
p { color: rgb(41,16,44); }
H1.HeaderClassName
{
color: #29102C;
}
.AnyTagClassName
{
color: #29102C;
}
</style>
background-color css
<style>
a { background-color: #29102C; }
a { background-color: rgb(41,16,44); }
div.DivClassName
{
background-color: #29102C;
}
.BgClassName
{
background-color: #29102C;
}
</style>
border-color css
<style>
span { border-color: #29102C; }
span { border-color: rgb(41,16,44); }
td.TdClassName
{
border-color: #29102C;
}
.TagClassName
{
border-color: #29102C;
}
</style>