Shades of Mardi Gras #171118
Tints of Mardi Gras #171118
RGB
CMYK
RGB Variations
Color information
#171118 (or 0x171118) is known color: Mardi Gras. HEX triplet: 17, 11 and 18. RGB value is (23,17,24). Sum of RGB (Red+Green+Blue) = 23+17+24=64 (8% of max value = 765). Red value is 23 (9.38% from 255 or 35.94% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 24 - color contains mainly: blue. Hex color #171118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171118 is #E8EEE7. Grayscale: #131313. Windows color (decimal): -15265512 or 1577239. OLE color: 1577239.
HSL color Cylindrical-coordinate representation of color #171118: hue angle of 291.43º degrees, saturation: 0.17, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #171118 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 17 | 24 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.91 |
| HSL | 291.43º | 0.17% | 0.08% | - |
| HSV(B) | 291.43º | 0.29% | 0.09% | - |
| XYZ | 0.72 | 0.65 | 0.95 | - |
| YUV | 19.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 17 | 24 | 0.04 | 0.29 | 0 | 0.91 | 291.43 | 0.17 | 0.08 |
| Hex | 17 | 11 | 18 | 4 | 1D | 0 | 5B | 123 | 11 | 8 |
| Octal | 27 | 21 | 30 | 4 | 35 | 0 | 133 | 443 | 21 | 10 |
| Binary | 10111 | 10001 | 11000 | 100 | 11101 | 0 | 1011011 | 100100011 | 10001 | 1000 |
Color Harmonies of #171118
Complementary color
Monochromatic Colors of #171118
Black with #171118
Text Example
Text Example
White with #171118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171118; }
p { color: rgb(23,17,24); }
H1.HeaderClassName
{
color: #171118;
}
.AnyTagClassName
{
color: #171118;
}
</style>
background-color css
<style>
a { background-color: #171118; }
a { background-color: rgb(23,17,24); }
div.DivClassName
{
background-color: #171118;
}
.BgClassName
{
background-color: #171118;
}
</style>
border-color css
<style>
span { border-color: #171118; }
span { border-color: rgb(23,17,24); }
td.TdClassName
{
border-color: #171118;
}
.TagClassName
{
border-color: #171118;
}
</style>