Shades of Mardi Gras #160D17
Tints of Mardi Gras #160D17
RGB
CMYK
RGB Variations
Color information
#160D17 (or 0x160D17) is known color: Mardi Gras. HEX triplet: 16, 0D and 17. RGB value is (22,13,23). Sum of RGB (Red+Green+Blue) = 22+13+23=58 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.93% from 58); Green value is 13 (5.47% from 255 or 22.41% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 23 - color contains mainly: blue. Hex color #160D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160D17 is #E9F2E8. Grayscale: #101010. Windows color (decimal): -15332073 or 1510678. OLE color: 1510678.
HSL color Cylindrical-coordinate representation of color #160D17: hue angle of 294º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #160D17 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 13 | 23 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.91 |
| HSL | 294º | 0.28% | 0.07% | - |
| HSV(B) | 294º | 0.43% | 0.09% | - |
| XYZ | 0.63 | 0.52 | 0.88 | - |
| YUV | 16.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 23 | 0.04 | 0.43 | 0 | 0.91 | 294 | 0.28 | 0.07 |
| Hex | 16 | D | 17 | 4 | 2B | 0 | 5B | 126 | 1C | 7 |
| Octal | 26 | 15 | 27 | 4 | 53 | 0 | 133 | 446 | 34 | 7 |
| Binary | 10110 | 1101 | 10111 | 100 | 101011 | 0 | 1011011 | 100100110 | 11100 | 111 |
Color Harmonies of #160D17
Complementary color
Monochromatic Colors of #160D17
Black with #160D17
Text Example
Text Example
White with #160D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160D17; }
p { color: rgb(22,13,23); }
H1.HeaderClassName
{
color: #160D17;
}
.AnyTagClassName
{
color: #160D17;
}
</style>
background-color css
<style>
a { background-color: #160D17; }
a { background-color: rgb(22,13,23); }
div.DivClassName
{
background-color: #160D17;
}
.BgClassName
{
background-color: #160D17;
}
</style>
border-color css
<style>
span { border-color: #160D17; }
span { border-color: rgb(22,13,23); }
td.TdClassName
{
border-color: #160D17;
}
.TagClassName
{
border-color: #160D17;
}
</style>