Shades of Mardi Gras #290323
Tints of Mardi Gras #290323
RGB
CMYK
RGB Variations
Color information
#290323 (or 0x290323) is known color: Mardi Gras. HEX triplet: 29, 03 and 23. RGB value is (41,3,35). Sum of RGB (Red+Green+Blue) = 41+3+35=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 35 (14.06% from 255 or 44.30% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #290323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290323 is #D6FCDC. Grayscale: #111111. Windows color (decimal): -14089437 or 2294569. OLE color: 2294569.
HSL color Cylindrical-coordinate representation of color #290323: hue angle of 309.47º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290323 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 3 | 35 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.84 |
| HSL | 309.47º | 0.86% | 0.09% | - |
| HSV(B) | 309.47º | 0.93% | 0.16% | - |
| XYZ | 1.25 | 0.66 | 1.65 | - |
| YUV | 18.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 35 | 0 | 0.93 | 0.15 | 0.84 | 309.47 | 0.86 | 0.09 |
| Hex | 29 | 3 | 23 | 0 | 5D | F | 54 | 135 | 56 | 9 |
| Octal | 51 | 3 | 43 | 0 | 135 | 17 | 124 | 465 | 126 | 11 |
| Binary | 101001 | 11 | 100011 | 0 | 1011101 | 1111 | 1010100 | 100110101 | 1010110 | 1001 |
Color Harmonies of #290323
Complementary color
Monochromatic Colors of #290323
Black with #290323
Text Example
Text Example
White with #290323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290323; }
p { color: rgb(41,3,35); }
H1.HeaderClassName
{
color: #290323;
}
.AnyTagClassName
{
color: #290323;
}
</style>
background-color css
<style>
a { background-color: #290323; }
a { background-color: rgb(41,3,35); }
div.DivClassName
{
background-color: #290323;
}
.BgClassName
{
background-color: #290323;
}
</style>
border-color css
<style>
span { border-color: #290323; }
span { border-color: rgb(41,3,35); }
td.TdClassName
{
border-color: #290323;
}
.TagClassName
{
border-color: #290323;
}
</style>