Shades of Mardi Gras #170018
Tints of Mardi Gras #170018
RGB
CMYK
RGB Variations
Color information
#170018 (or 0x170018) is known color: Mardi Gras. HEX triplet: 17, 00 and 18. RGB value is (23,0,24). Sum of RGB (Red+Green+Blue) = 23+0+24=47 (6% of max value = 765). Red value is 23 (9.38% from 255 or 48.94% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #170018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170018 is #E8FFE7. Grayscale: #090909. Windows color (decimal): -15269864 or 1572887. OLE color: 1572887.
HSL color Cylindrical-coordinate representation of color #170018: hue angle of 297.5º 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 #170018 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 0 | 24 | - |
| CMYK | 0.04 | 1 | 0 | 0.91 |
| HSL | 297.5º | 1% | 0.05% | - |
| HSV(B) | 297.5º | 1% | 0.09% | - |
| XYZ | 0.52 | 0.25 | 0.88 | - |
| YUV | 9.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 24 | 0.04 | 1 | 0 | 0.91 | 297.5 | 1 | 0.05 |
| Hex | 17 | 0 | 18 | 4 | 64 | 0 | 5B | 12A | 64 | 5 |
| Octal | 27 | 0 | 30 | 4 | 144 | 0 | 133 | 452 | 144 | 5 |
| Binary | 10111 | 0 | 11000 | 100 | 1100100 | 0 | 1011011 | 100101010 | 1100100 | 101 |
Color Harmonies of #170018
Complementary color
Monochromatic Colors of #170018
Black with #170018
Text Example
Text Example
White with #170018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170018; }
p { color: rgb(23,0,24); }
H1.HeaderClassName
{
color: #170018;
}
.AnyTagClassName
{
color: #170018;
}
</style>
background-color css
<style>
a { background-color: #170018; }
a { background-color: rgb(23,0,24); }
div.DivClassName
{
background-color: #170018;
}
.BgClassName
{
background-color: #170018;
}
</style>
border-color css
<style>
span { border-color: #170018; }
span { border-color: rgb(23,0,24); }
td.TdClassName
{
border-color: #170018;
}
.TagClassName
{
border-color: #170018;
}
</style>