Shades of Mardi Gras #100F10
Tints of Mardi Gras #100F10
RGB
CMYK
RGB Variations
Color information
#100F10 (or 0x100F10) is known color: Mardi Gras. HEX triplet: 10, 0F and 10. RGB value is (16,15,16). Sum of RGB (Red+Green+Blue) = 16+15+16=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 16 - color contains mainly: red, blue. Hex color #100F10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F10 is #EFF0EF. Grayscale: #0F0F0F. Windows color (decimal): -15724784 or 1052432. OLE color: 1052432.
HSL color Cylindrical-coordinate representation of color #100F10: hue angle of 300º degrees, saturation: 0.03, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #100F10 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 15 | 16 | - |
| CMYK | 0 | 0.06 | 0 | 0.94 |
| HSL | 300º | 0.03% | 0.06% | - |
| HSV(B) | 300º | 0.06% | 0.06% | - |
| XYZ | 0.48 | 0.49 | 0.56 | - |
| YUV | 15.41 | 128.33 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 16 | 0 | 0.06 | 0 | 0.94 | 300 | 0.03 | 0.06 |
| Hex | 10 | F | 10 | 0 | 6 | 0 | 5E | 12C | 3 | 6 |
| Octal | 20 | 17 | 20 | 0 | 6 | 0 | 136 | 454 | 3 | 6 |
| Binary | 10000 | 1111 | 10000 | 0 | 110 | 0 | 1011110 | 100101100 | 11 | 110 |
Color Harmonies of #100F10
Complementary color
Monochromatic Colors of #100F10
Black with #100F10
Text Example
Text Example
White with #100F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F10; }
p { color: rgb(16,15,16); }
H1.HeaderClassName
{
color: #100F10;
}
.AnyTagClassName
{
color: #100F10;
}
</style>
background-color css
<style>
a { background-color: #100F10; }
a { background-color: rgb(16,15,16); }
div.DivClassName
{
background-color: #100F10;
}
.BgClassName
{
background-color: #100F10;
}
</style>
border-color css
<style>
span { border-color: #100F10; }
span { border-color: rgb(16,15,16); }
td.TdClassName
{
border-color: #100F10;
}
.TagClassName
{
border-color: #100F10;
}
</style>