Shades of Mardi Gras #11010F
Tints of Mardi Gras #11010F
RGB
CMYK
RGB Variations
Color information
#11010F (or 0x11010F) is known color: Mardi Gras. HEX triplet: 11, 01 and 0F. RGB value is (17,1,15). Sum of RGB (Red+Green+Blue) = 17+1+15=33 (4% of max value = 765). Red value is 17 (7.03% from 255 or 51.52% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 15 (6.25% from 255 or 45.45% from 33); Max value from RGB is 17 - color contains mainly: red. Hex color #11010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11010F is #EEFEF0. Grayscale: #070707. Windows color (decimal): -15662833 or 983313. OLE color: 983313.
HSL color Cylindrical-coordinate representation of color #11010F: hue angle of 307.5º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #11010F is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 1 | 15 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.93 |
| HSL | 307.5º | 0.89% | 0.04% | - |
| HSV(B) | 307.5º | 0.94% | 0.07% | - |
| XYZ | 0.33 | 0.18 | 0.47 | - |
| YUV | 7.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 15 | 0 | 0.94 | 0.12 | 0.93 | 307.5 | 0.89 | 0.04 |
| Hex | 11 | 1 | F | 0 | 5E | C | 5D | 134 | 59 | 4 |
| Octal | 21 | 1 | 17 | 0 | 136 | 14 | 135 | 464 | 131 | 4 |
| Binary | 10001 | 1 | 1111 | 0 | 1011110 | 1100 | 1011101 | 100110100 | 1011001 | 100 |
Color Harmonies of #11010F
Complementary color
Monochromatic Colors of #11010F
Black with #11010F
Text Example
Text Example
White with #11010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11010F; }
p { color: rgb(17,1,15); }
H1.HeaderClassName
{
color: #11010F;
}
.AnyTagClassName
{
color: #11010F;
}
</style>
background-color css
<style>
a { background-color: #11010F; }
a { background-color: rgb(17,1,15); }
div.DivClassName
{
background-color: #11010F;
}
.BgClassName
{
background-color: #11010F;
}
</style>
border-color css
<style>
span { border-color: #11010F; }
span { border-color: rgb(17,1,15); }
td.TdClassName
{
border-color: #11010F;
}
.TagClassName
{
border-color: #11010F;
}
</style>