Shades of Mardi Gras #290C2B
Tints of Mardi Gras #290C2B
RGB
CMYK
RGB Variations
Color information
#290C2B (or 0x290C2B) is known color: Mardi Gras. HEX triplet: 29, 0C and 2B. RGB value is (41,12,43). Sum of RGB (Red+Green+Blue) = 41+12+43=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 43 - color contains mainly: blue. Hex color #290C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290C2B is #D6F3D4. Grayscale: #181818. Windows color (decimal): -14087125 or 2821161. OLE color: 2821161.
HSL color Cylindrical-coordinate representation of color #290C2B: hue angle of 296.13º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #290C2B is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 41 | 12 | 43 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.83 |
| HSL | 296.13º | 0.56% | 0.11% | - |
| HSV(B) | 296.13º | 0.72% | 0.17% | - |
| XYZ | 1.48 | 0.91 | 2.38 | - |
| YUV | 24.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 43 | 0.05 | 0.72 | 0 | 0.83 | 296.13 | 0.56 | 0.11 |
| Hex | 29 | C | 2B | 5 | 48 | 0 | 53 | 128 | 38 | B |
| Octal | 51 | 14 | 53 | 5 | 110 | 0 | 123 | 450 | 70 | 13 |
| Binary | 101001 | 1100 | 101011 | 101 | 1001000 | 0 | 1010011 | 100101000 | 111000 | 1011 |
Color Harmonies of #290C2B
Complementary color
Monochromatic Colors of #290C2B
Black with #290C2B
Text Example
Text Example
White with #290C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290C2B; }
p { color: rgb(41,12,43); }
H1.HeaderClassName
{
color: #290C2B;
}
.AnyTagClassName
{
color: #290C2B;
}
</style>
background-color css
<style>
a { background-color: #290C2B; }
a { background-color: rgb(41,12,43); }
div.DivClassName
{
background-color: #290C2B;
}
.BgClassName
{
background-color: #290C2B;
}
</style>
border-color css
<style>
span { border-color: #290C2B; }
span { border-color: rgb(41,12,43); }
td.TdClassName
{
border-color: #290C2B;
}
.TagClassName
{
border-color: #290C2B;
}
</style>