Shades of Mardi Gras #100910
Tints of Mardi Gras #100910
RGB
CMYK
RGB Variations
Color information
#100910 (or 0x100910) is known color: Mardi Gras. HEX triplet: 10, 09 and 10. RGB value is (16,9,16). Sum of RGB (Red+Green+Blue) = 16+9+16=41 (5% of max value = 765). Red value is 16 (6.64% from 255 or 39.02% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 16 (6.64% from 255 or 39.02% from 41); Max value from RGB is 16 - color contains mainly: red, blue. Hex color #100910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100910 is #EFF6EF. Grayscale: #0B0B0B. Windows color (decimal): -15726320 or 1050896. OLE color: 1050896.
HSL color Cylindrical-coordinate representation of color #100910: hue angle of 300º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #100910 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 9 | 16 | - |
| CMYK | 0 | 0.44 | 0 | 0.94 |
| HSL | 300º | 0.28% | 0.05% | - |
| HSV(B) | 300º | 0.44% | 0.06% | - |
| XYZ | 0.4 | 0.34 | 0.54 | - |
| YUV | 11.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 9 | 16 | 0 | 0.44 | 0 | 0.94 | 300 | 0.28 | 0.05 |
| Hex | 10 | 9 | 10 | 0 | 2C | 0 | 5E | 12C | 1C | 5 |
| Octal | 20 | 11 | 20 | 0 | 54 | 0 | 136 | 454 | 34 | 5 |
| Binary | 10000 | 1001 | 10000 | 0 | 101100 | 0 | 1011110 | 100101100 | 11100 | 101 |
Color Harmonies of #100910
Complementary color
Monochromatic Colors of #100910
Black with #100910
Text Example
Text Example
White with #100910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100910; }
p { color: rgb(16,9,16); }
H1.HeaderClassName
{
color: #100910;
}
.AnyTagClassName
{
color: #100910;
}
</style>
background-color css
<style>
a { background-color: #100910; }
a { background-color: rgb(16,9,16); }
div.DivClassName
{
background-color: #100910;
}
.BgClassName
{
background-color: #100910;
}
</style>
border-color css
<style>
span { border-color: #100910; }
span { border-color: rgb(16,9,16); }
td.TdClassName
{
border-color: #100910;
}
.TagClassName
{
border-color: #100910;
}
</style>