Shades of Mardi Gras #100D10
Tints of Mardi Gras #100D10
RGB
CMYK
RGB Variations
Color information
#100D10 (or 0x100D10) is known color: Mardi Gras. HEX triplet: 10, 0D and 10. RGB value is (16,13,16). Sum of RGB (Red+Green+Blue) = 16+13+16=45 (5% of max value = 765). Red value is 16 (6.64% from 255 or 35.56% from 45); Green value is 13 (5.47% from 255 or 28.89% from 45); Blue value is 16 (6.64% from 255 or 35.56% from 45); Max value from RGB is 16 - color contains mainly: red, blue. Hex color #100D10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100D10 is #EFF2EF. Grayscale: #0E0E0E. Windows color (decimal): -15725296 or 1051920. OLE color: 1051920.
HSL color Cylindrical-coordinate representation of color #100D10: hue angle of 300º degrees, saturation: 0.1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #100D10 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 13 | 16 | - |
| CMYK | 0 | 0.19 | 0 | 0.94 |
| HSL | 300º | 0.1% | 0.06% | - |
| HSV(B) | 300º | 0.19% | 0.06% | - |
| XYZ | 0.45 | 0.44 | 0.55 | - |
| YUV | 14.24 | 128.99 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 16 | 0 | 0.19 | 0 | 0.94 | 300 | 0.1 | 0.06 |
| Hex | 10 | D | 10 | 0 | 13 | 0 | 5E | 12C | A | 6 |
| Octal | 20 | 15 | 20 | 0 | 23 | 0 | 136 | 454 | 12 | 6 |
| Binary | 10000 | 1101 | 10000 | 0 | 10011 | 0 | 1011110 | 100101100 | 1010 | 110 |
Color Harmonies of #100D10
Complementary color
Monochromatic Colors of #100D10
Black with #100D10
Text Example
Text Example
White with #100D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D10; }
p { color: rgb(16,13,16); }
H1.HeaderClassName
{
color: #100D10;
}
.AnyTagClassName
{
color: #100D10;
}
</style>
background-color css
<style>
a { background-color: #100D10; }
a { background-color: rgb(16,13,16); }
div.DivClassName
{
background-color: #100D10;
}
.BgClassName
{
background-color: #100D10;
}
</style>
border-color css
<style>
span { border-color: #100D10; }
span { border-color: rgb(16,13,16); }
td.TdClassName
{
border-color: #100D10;
}
.TagClassName
{
border-color: #100D10;
}
</style>