Shades of Mardi Gras #160013
Tints of Mardi Gras #160013
RGB
CMYK
RGB Variations
Color information
#160013 (or 0x160013) is known color: Mardi Gras. HEX triplet: 16, 00 and 13. RGB value is (22,0,19). Sum of RGB (Red+Green+Blue) = 22+0+19=41 (5% of max value = 765). Red value is 22 (8.98% from 255 or 53.66% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 22 - color contains mainly: red. Hex color #160013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160013 is #E9FFEC. Grayscale: #080808. Windows color (decimal): -15335405 or 1245206. OLE color: 1245206.
HSL color Cylindrical-coordinate representation of color #160013: hue angle of 308.18º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160013 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.14 | 0.91 |
| HSL | 308.18º | 1% | 0.04% | - |
| HSV(B) | 308.18º | 1% | 0.09% | - |
| XYZ | 0.45 | 0.22 | 0.63 | - |
| YUV | 8.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 19 | 0 | 1 | 0.14 | 0.91 | 308.18 | 1 | 0.04 |
| Hex | 16 | 0 | 13 | 0 | 64 | E | 5B | 134 | 64 | 4 |
| Octal | 26 | 0 | 23 | 0 | 144 | 16 | 133 | 464 | 144 | 4 |
| Binary | 10110 | 0 | 10011 | 0 | 1100100 | 1110 | 1011011 | 100110100 | 1100100 | 100 |
Color Harmonies of #160013
Complementary color
Monochromatic Colors of #160013
Black with #160013
Text Example
Text Example
White with #160013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160013; }
p { color: rgb(22,0,19); }
H1.HeaderClassName
{
color: #160013;
}
.AnyTagClassName
{
color: #160013;
}
</style>
background-color css
<style>
a { background-color: #160013; }
a { background-color: rgb(22,0,19); }
div.DivClassName
{
background-color: #160013;
}
.BgClassName
{
background-color: #160013;
}
</style>
border-color css
<style>
span { border-color: #160013; }
span { border-color: rgb(22,0,19); }
td.TdClassName
{
border-color: #160013;
}
.TagClassName
{
border-color: #160013;
}
</style>