Shades of Mardi Gras #100C10
Tints of Mardi Gras #100C10
RGB
CMYK
RGB Variations
Color information
#100C10 (or 0x100C10) is known color: Mardi Gras. HEX triplet: 10, 0C and 10. RGB value is (16,12,16). Sum of RGB (Red+Green+Blue) = 16+12+16=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 16 - color contains mainly: red, blue. Hex color #100C10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C10 is #EFF3EF. Grayscale: #0D0D0D. Windows color (decimal): -15725552 or 1051664. OLE color: 1051664.
HSL color Cylindrical-coordinate representation of color #100C10: hue angle of 300º degrees, saturation: 0.14, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #100C10 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 12 | 16 | - |
| CMYK | 0 | 0.25 | 0 | 0.94 |
| HSL | 300º | 0.14% | 0.05% | - |
| HSV(B) | 300º | 0.25% | 0.06% | - |
| XYZ | 0.44 | 0.41 | 0.55 | - |
| YUV | 13.65 | 129.33 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 16 | 0 | 0.25 | 0 | 0.94 | 300 | 0.14 | 0.05 |
| Hex | 10 | C | 10 | 0 | 19 | 0 | 5E | 12C | E | 5 |
| Octal | 20 | 14 | 20 | 0 | 31 | 0 | 136 | 454 | 16 | 5 |
| Binary | 10000 | 1100 | 10000 | 0 | 11001 | 0 | 1011110 | 100101100 | 1110 | 101 |
Color Harmonies of #100C10
Complementary color
Monochromatic Colors of #100C10
Black with #100C10
Text Example
Text Example
White with #100C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C10; }
p { color: rgb(16,12,16); }
H1.HeaderClassName
{
color: #100C10;
}
.AnyTagClassName
{
color: #100C10;
}
</style>
background-color css
<style>
a { background-color: #100C10; }
a { background-color: rgb(16,12,16); }
div.DivClassName
{
background-color: #100C10;
}
.BgClassName
{
background-color: #100C10;
}
</style>
border-color css
<style>
span { border-color: #100C10; }
span { border-color: rgb(16,12,16); }
td.TdClassName
{
border-color: #100C10;
}
.TagClassName
{
border-color: #100C10;
}
</style>