Shades of Mardi Gras #11000F
Tints of Mardi Gras #11000F
RGB
CMYK
RGB Variations
Color information
#11000F (or 0x11000F) is known color: Mardi Gras. HEX triplet: 11, 00 and 0F. RGB value is (17,0,15). Sum of RGB (Red+Green+Blue) = 17+0+15=32 (4% of max value = 765). Red value is 17 (7.03% from 255 or 53.12% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 15 (6.25% from 255 or 46.88% from 32); Max value from RGB is 17 - color contains mainly: red. Hex color #11000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11000F is #EEFFF0. Grayscale: #060606. Windows color (decimal): -15663089 or 983057. OLE color: 983057.
HSL color Cylindrical-coordinate representation of color #11000F: hue angle of 307.06º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11000F is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.12 | 0.93 |
| HSL | 307.06º | 1% | 0.03% | - |
| HSV(B) | 307.06º | 1% | 0.07% | - |
| XYZ | 0.32 | 0.15 | 0.46 | - |
| YUV | 6.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 15 | 0 | 1 | 0.12 | 0.93 | 307.06 | 1 | 0.03 |
| Hex | 11 | 0 | F | 0 | 64 | C | 5D | 133 | 64 | 3 |
| Octal | 21 | 0 | 17 | 0 | 144 | 14 | 135 | 463 | 144 | 3 |
| Binary | 10001 | 0 | 1111 | 0 | 1100100 | 1100 | 1011101 | 100110011 | 1100100 | 11 |
Color Harmonies of #11000F
Complementary color
Monochromatic Colors of #11000F
Black with #11000F
Text Example
Text Example
White with #11000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11000F; }
p { color: rgb(17,0,15); }
H1.HeaderClassName
{
color: #11000F;
}
.AnyTagClassName
{
color: #11000F;
}
</style>
background-color css
<style>
a { background-color: #11000F; }
a { background-color: rgb(17,0,15); }
div.DivClassName
{
background-color: #11000F;
}
.BgClassName
{
background-color: #11000F;
}
</style>
border-color css
<style>
span { border-color: #11000F; }
span { border-color: rgb(17,0,15); }
td.TdClassName
{
border-color: #11000F;
}
.TagClassName
{
border-color: #11000F;
}
</style>