Shades of Mardi Gras #170F18
Tints of Mardi Gras #170F18
RGB
CMYK
RGB Variations
Color information
#170F18 (or 0x170F18) is known color: Mardi Gras. HEX triplet: 17, 0F and 18. RGB value is (23,15,24). Sum of RGB (Red+Green+Blue) = 23+15+24=62 (8% of max value = 765). Red value is 23 (9.38% from 255 or 37.10% from 62); Green value is 15 (6.25% from 255 or 24.19% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 24 - color contains mainly: blue. Hex color #170F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170F18 is #E8F0E7. Grayscale: #121212. Windows color (decimal): -15266024 or 1576727. OLE color: 1576727.
HSL color Cylindrical-coordinate representation of color #170F18: hue angle of 293.33º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #170F18 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 15 | 24 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.91 |
| HSL | 293.33º | 0.23% | 0.08% | - |
| HSV(B) | 293.33º | 0.38% | 0.09% | - |
| XYZ | 0.69 | 0.59 | 0.94 | - |
| YUV | 18.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 24 | 0.04 | 0.37 | 0 | 0.91 | 293.33 | 0.23 | 0.08 |
| Hex | 17 | F | 18 | 4 | 25 | 0 | 5B | 125 | 17 | 8 |
| Octal | 27 | 17 | 30 | 4 | 45 | 0 | 133 | 445 | 27 | 10 |
| Binary | 10111 | 1111 | 11000 | 100 | 100101 | 0 | 1011011 | 100100101 | 10111 | 1000 |
Color Harmonies of #170F18
Complementary color
Monochromatic Colors of #170F18
Black with #170F18
Text Example
Text Example
White with #170F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170F18; }
p { color: rgb(23,15,24); }
H1.HeaderClassName
{
color: #170F18;
}
.AnyTagClassName
{
color: #170F18;
}
</style>
background-color css
<style>
a { background-color: #170F18; }
a { background-color: rgb(23,15,24); }
div.DivClassName
{
background-color: #170F18;
}
.BgClassName
{
background-color: #170F18;
}
</style>
border-color css
<style>
span { border-color: #170F18; }
span { border-color: rgb(23,15,24); }
td.TdClassName
{
border-color: #170F18;
}
.TagClassName
{
border-color: #170F18;
}
</style>