Shades of Mardi Gras #290F28
Tints of Mardi Gras #290F28
RGB
CMYK
RGB Variations
Color information
#290F28 (or 0x290F28) is known color: Mardi Gras. HEX triplet: 29, 0F and 28. RGB value is (41,15,40). Sum of RGB (Red+Green+Blue) = 41+15+40=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #290F28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F28 is #D6F0D7. Grayscale: #191919. Windows color (decimal): -14086360 or 2625321. OLE color: 2625321.
HSL color Cylindrical-coordinate representation of color #290F28: hue angle of 302.31º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #290F28 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 15 | 40 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.84 |
| HSL | 302.31º | 0.46% | 0.11% | - |
| HSV(B) | 302.31º | 0.63% | 0.16% | - |
| XYZ | 1.47 | 0.97 | 2.12 | - |
| YUV | 25.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 40 | 0 | 0.63 | 0.02 | 0.84 | 302.31 | 0.46 | 0.11 |
| Hex | 29 | F | 28 | 0 | 3F | 2 | 54 | 12E | 2E | B |
| Octal | 51 | 17 | 50 | 0 | 77 | 2 | 124 | 456 | 56 | 13 |
| Binary | 101001 | 1111 | 101000 | 0 | 111111 | 10 | 1010100 | 100101110 | 101110 | 1011 |
Color Harmonies of #290F28
Complementary color
Monochromatic Colors of #290F28
Black with #290F28
Text Example
Text Example
White with #290F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290F28; }
p { color: rgb(41,15,40); }
H1.HeaderClassName
{
color: #290F28;
}
.AnyTagClassName
{
color: #290F28;
}
</style>
background-color css
<style>
a { background-color: #290F28; }
a { background-color: rgb(41,15,40); }
div.DivClassName
{
background-color: #290F28;
}
.BgClassName
{
background-color: #290F28;
}
</style>
border-color css
<style>
span { border-color: #290F28; }
span { border-color: rgb(41,15,40); }
td.TdClassName
{
border-color: #290F28;
}
.TagClassName
{
border-color: #290F28;
}
</style>