Shades of Mardi Gras #170016
Tints of Mardi Gras #170016
RGB
CMYK
RGB Variations
Color information
#170016 (or 0x170016) is known color: Mardi Gras. HEX triplet: 17, 00 and 16. RGB value is (23,0,22). Sum of RGB (Red+Green+Blue) = 23+0+22=45 (5% of max value = 765). Red value is 23 (9.38% from 255 or 51.11% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 23 - color contains mainly: red. Hex color #170016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170016 is #E8FFE9. Grayscale: #090909. Windows color (decimal): -15269866 or 1441815. OLE color: 1441815.
HSL color Cylindrical-coordinate representation of color #170016: hue angle of 302.61º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #170016 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.04 | 0.91 |
| HSL | 302.61º | 1% | 0.05% | - |
| HSV(B) | 302.61º | 1% | 0.09% | - |
| XYZ | 0.5 | 0.24 | 0.78 | - |
| YUV | 9.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 22 | 0 | 1 | 0.04 | 0.91 | 302.61 | 1 | 0.05 |
| Hex | 17 | 0 | 16 | 0 | 64 | 4 | 5B | 12F | 64 | 5 |
| Octal | 27 | 0 | 26 | 0 | 144 | 4 | 133 | 457 | 144 | 5 |
| Binary | 10111 | 0 | 10110 | 0 | 1100100 | 100 | 1011011 | 100101111 | 1100100 | 101 |
Color Harmonies of #170016
Complementary color
Monochromatic Colors of #170016
Black with #170016
Text Example
Text Example
White with #170016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170016; }
p { color: rgb(23,0,22); }
H1.HeaderClassName
{
color: #170016;
}
.AnyTagClassName
{
color: #170016;
}
</style>
background-color css
<style>
a { background-color: #170016; }
a { background-color: rgb(23,0,22); }
div.DivClassName
{
background-color: #170016;
}
.BgClassName
{
background-color: #170016;
}
</style>
border-color css
<style>
span { border-color: #170016; }
span { border-color: rgb(23,0,22); }
td.TdClassName
{
border-color: #170016;
}
.TagClassName
{
border-color: #170016;
}
</style>