Shades of Mardi Gras #160D16
Tints of Mardi Gras #160D16
RGB
CMYK
RGB Variations
Color information
#160D16 (or 0x160D16) is known color: Mardi Gras. HEX triplet: 16, 0D and 16. RGB value is (22,13,22). Sum of RGB (Red+Green+Blue) = 22+13+22=57 (7% of max value = 765). Red value is 22 (8.98% from 255 or 38.60% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 22 - color contains mainly: red, blue. Hex color #160D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160D16 is #E9F2E9. Grayscale: #101010. Windows color (decimal): -15332074 or 1445142. OLE color: 1445142.
HSL color Cylindrical-coordinate representation of color #160D16: hue angle of 300º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #160D16 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 13 | 22 | - |
| CMYK | 0 | 0.41 | 0 | 0.91 |
| HSL | 300º | 0.26% | 0.07% | - |
| HSV(B) | 300º | 0.41% | 0.09% | - |
| XYZ | 0.62 | 0.52 | 0.83 | - |
| YUV | 16.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 22 | 0 | 0.41 | 0 | 0.91 | 300 | 0.26 | 0.07 |
| Hex | 16 | D | 16 | 0 | 29 | 0 | 5B | 12C | 1A | 7 |
| Octal | 26 | 15 | 26 | 0 | 51 | 0 | 133 | 454 | 32 | 7 |
| Binary | 10110 | 1101 | 10110 | 0 | 101001 | 0 | 1011011 | 100101100 | 11010 | 111 |
Color Harmonies of #160D16
Complementary color
Monochromatic Colors of #160D16
Black with #160D16
Text Example
Text Example
White with #160D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160D16; }
p { color: rgb(22,13,22); }
H1.HeaderClassName
{
color: #160D16;
}
.AnyTagClassName
{
color: #160D16;
}
</style>
background-color css
<style>
a { background-color: #160D16; }
a { background-color: rgb(22,13,22); }
div.DivClassName
{
background-color: #160D16;
}
.BgClassName
{
background-color: #160D16;
}
</style>
border-color css
<style>
span { border-color: #160D16; }
span { border-color: rgb(22,13,22); }
td.TdClassName
{
border-color: #160D16;
}
.TagClassName
{
border-color: #160D16;
}
</style>