Shades of Mardi Gras #170E18
Tints of Mardi Gras #170E18
RGB
CMYK
RGB Variations
Color information
#170E18 (or 0x170E18) is known color: Mardi Gras. HEX triplet: 17, 0E and 18. RGB value is (23,14,24). Sum of RGB (Red+Green+Blue) = 23+14+24=61 (8% of max value = 765). Red value is 23 (9.38% from 255 or 37.70% from 61); Green value is 14 (5.86% from 255 or 22.95% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 24 - color contains mainly: blue. Hex color #170E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170E18 is #E8F1E7. Grayscale: #111111. Windows color (decimal): -15266280 or 1576471. OLE color: 1576471.
HSL color Cylindrical-coordinate representation of color #170E18: hue angle of 294º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #170E18 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 14 | 24 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.91 |
| HSL | 294º | 0.26% | 0.07% | - |
| HSV(B) | 294º | 0.42% | 0.09% | - |
| XYZ | 0.68 | 0.56 | 0.94 | - |
| YUV | 17.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 14 | 24 | 0.04 | 0.42 | 0 | 0.91 | 294 | 0.26 | 0.07 |
| Hex | 17 | E | 18 | 4 | 2A | 0 | 5B | 126 | 1A | 7 |
| Octal | 27 | 16 | 30 | 4 | 52 | 0 | 133 | 446 | 32 | 7 |
| Binary | 10111 | 1110 | 11000 | 100 | 101010 | 0 | 1011011 | 100100110 | 11010 | 111 |
Color Harmonies of #170E18
Complementary color
Monochromatic Colors of #170E18
Black with #170E18
Text Example
Text Example
White with #170E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170E18; }
p { color: rgb(23,14,24); }
H1.HeaderClassName
{
color: #170E18;
}
.AnyTagClassName
{
color: #170E18;
}
</style>
background-color css
<style>
a { background-color: #170E18; }
a { background-color: rgb(23,14,24); }
div.DivClassName
{
background-color: #170E18;
}
.BgClassName
{
background-color: #170E18;
}
</style>
border-color css
<style>
span { border-color: #170E18; }
span { border-color: rgb(23,14,24); }
td.TdClassName
{
border-color: #170E18;
}
.TagClassName
{
border-color: #170E18;
}
</style>