Shades of Mardi Gras #170013
Tints of Mardi Gras #170013
RGB
CMYK
RGB Variations
Color information
#170013 (or 0x170013) is known color: Mardi Gras. HEX triplet: 17, 00 and 13. RGB value is (23,0,19). Sum of RGB (Red+Green+Blue) = 23+0+19=42 (5% of max value = 765). Red value is 23 (9.38% from 255 or 54.76% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 19 (7.81% from 255 or 45.24% from 42); Max value from RGB is 23 - color contains mainly: red. Hex color #170013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170013 is #E8FFEC. Grayscale: #080808. Windows color (decimal): -15269869 or 1245207. OLE color: 1245207.
HSL color Cylindrical-coordinate representation of color #170013: hue angle of 310.43º 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 #170013 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.17 | 0.91 |
| HSL | 310.43º | 1% | 0.05% | - |
| HSV(B) | 310.43º | 1% | 0.09% | - |
| XYZ | 0.47 | 0.23 | 0.64 | - |
| YUV | 9.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 19 | 0 | 1 | 0.17 | 0.91 | 310.43 | 1 | 0.05 |
| Hex | 17 | 0 | 13 | 0 | 64 | 11 | 5B | 136 | 64 | 5 |
| Octal | 27 | 0 | 23 | 0 | 144 | 21 | 133 | 466 | 144 | 5 |
| Binary | 10111 | 0 | 10011 | 0 | 1100100 | 10001 | 1011011 | 100110110 | 1100100 | 101 |
Color Harmonies of #170013
Complementary color
Monochromatic Colors of #170013
Black with #170013
Text Example
Text Example
White with #170013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170013; }
p { color: rgb(23,0,19); }
H1.HeaderClassName
{
color: #170013;
}
.AnyTagClassName
{
color: #170013;
}
</style>
background-color css
<style>
a { background-color: #170013; }
a { background-color: rgb(23,0,19); }
div.DivClassName
{
background-color: #170013;
}
.BgClassName
{
background-color: #170013;
}
</style>
border-color css
<style>
span { border-color: #170013; }
span { border-color: rgb(23,0,19); }
td.TdClassName
{
border-color: #170013;
}
.TagClassName
{
border-color: #170013;
}
</style>