Shades of Mardi Gras #100110
Tints of Mardi Gras #100110
RGB
CMYK
RGB Variations
Color information
#100110 (or 0x100110) is known color: Mardi Gras. HEX triplet: 10, 01 and 10. RGB value is (16,1,16). Sum of RGB (Red+Green+Blue) = 16+1+16=33 (4% of max value = 765). Red value is 16 (6.64% from 255 or 48.48% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 16 (6.64% from 255 or 48.48% from 33); Max value from RGB is 16 - color contains mainly: red, blue. Hex color #100110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100110 is #EFFEEF. Grayscale: #070707. Windows color (decimal): -15728368 or 1048848. OLE color: 1048848.
HSL color Cylindrical-coordinate representation of color #100110: hue angle of 300º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100110 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 1 | 16 | - |
| CMYK | 0 | 0.94 | 0 | 0.94 |
| HSL | 300º | 0.88% | 0.03% | - |
| HSV(B) | 300º | 0.94% | 0.06% | - |
| XYZ | 0.32 | 0.17 | 0.51 | - |
| YUV | 7.2 | 132.97 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 16 | 0 | 0.94 | 0 | 0.94 | 300 | 0.88 | 0.03 |
| Hex | 10 | 1 | 10 | 0 | 5E | 0 | 5E | 12C | 58 | 3 |
| Octal | 20 | 1 | 20 | 0 | 136 | 0 | 136 | 454 | 130 | 3 |
| Binary | 10000 | 1 | 10000 | 0 | 1011110 | 0 | 1011110 | 100101100 | 1011000 | 11 |
Color Harmonies of #100110
Complementary color
Monochromatic Colors of #100110
Black with #100110
Text Example
Text Example
White with #100110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100110; }
p { color: rgb(16,1,16); }
H1.HeaderClassName
{
color: #100110;
}
.AnyTagClassName
{
color: #100110;
}
</style>
background-color css
<style>
a { background-color: #100110; }
a { background-color: rgb(16,1,16); }
div.DivClassName
{
background-color: #100110;
}
.BgClassName
{
background-color: #100110;
}
</style>
border-color css
<style>
span { border-color: #100110; }
span { border-color: rgb(16,1,16); }
td.TdClassName
{
border-color: #100110;
}
.TagClassName
{
border-color: #100110;
}
</style>