Shades of Mardi Gras #10000E
Tints of Mardi Gras #10000E
RGB
CMYK
RGB Variations
Color information
#10000E (or 0x10000E) is known color: Mardi Gras. HEX triplet: 10, 00 and 0E. RGB value is (16,0,14). Sum of RGB (Red+Green+Blue) = 16+0+14=30 (3% of max value = 765). Red value is 16 (6.64% from 255 or 53.33% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 14 (5.86% from 255 or 46.67% from 30); Max value from RGB is 16 - color contains mainly: red. Hex color #10000E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10000E is #EFFFF1. Grayscale: #060606. Windows color (decimal): -15728626 or 917520. OLE color: 917520.
HSL color Cylindrical-coordinate representation of color #10000E: hue angle of 307.5º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10000E is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.13 | 0.94 |
| HSL | 307.5º | 1% | 0.03% | - |
| HSV(B) | 307.5º | 1% | 0.06% | - |
| XYZ | 0.29 | 0.14 | 0.43 | - |
| YUV | 6.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 14 | 0 | 1 | 0.13 | 0.94 | 307.5 | 1 | 0.03 |
| Hex | 10 | 0 | E | 0 | 64 | D | 5E | 134 | 64 | 3 |
| Octal | 20 | 0 | 16 | 0 | 144 | 15 | 136 | 464 | 144 | 3 |
| Binary | 10000 | 0 | 1110 | 0 | 1100100 | 1101 | 1011110 | 100110100 | 1100100 | 11 |
Color Harmonies of #10000E
Complementary color
Monochromatic Colors of #10000E
Black with #10000E
Text Example
Text Example
White with #10000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10000E; }
p { color: rgb(16,0,14); }
H1.HeaderClassName
{
color: #10000E;
}
.AnyTagClassName
{
color: #10000E;
}
</style>
background-color css
<style>
a { background-color: #10000E; }
a { background-color: rgb(16,0,14); }
div.DivClassName
{
background-color: #10000E;
}
.BgClassName
{
background-color: #10000E;
}
</style>
border-color css
<style>
span { border-color: #10000E; }
span { border-color: rgb(16,0,14); }
td.TdClassName
{
border-color: #10000E;
}
.TagClassName
{
border-color: #10000E;
}
</style>