Shades of Mardi Gras #170D18
Tints of Mardi Gras #170D18
RGB
CMYK
RGB Variations
Color information
#170D18 (or 0x170D18) is known color: Mardi Gras. HEX triplet: 17, 0D and 18. RGB value is (23,13,24). Sum of RGB (Red+Green+Blue) = 23+13+24=60 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.33% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 24 - color contains mainly: blue. Hex color #170D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170D18 is #E8F2E7. Grayscale: #111111. Windows color (decimal): -15266536 or 1576215. OLE color: 1576215.
HSL color Cylindrical-coordinate representation of color #170D18: hue angle of 294.55º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #170D18 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 13 | 24 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.91 |
| HSL | 294.55º | 0.3% | 0.07% | - |
| HSV(B) | 294.55º | 0.46% | 0.09% | - |
| XYZ | 0.66 | 0.54 | 0.93 | - |
| YUV | 17.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 24 | 0.04 | 0.46 | 0 | 0.91 | 294.55 | 0.3 | 0.07 |
| Hex | 17 | D | 18 | 4 | 2E | 0 | 5B | 127 | 1E | 7 |
| Octal | 27 | 15 | 30 | 4 | 56 | 0 | 133 | 447 | 36 | 7 |
| Binary | 10111 | 1101 | 11000 | 100 | 101110 | 0 | 1011011 | 100100111 | 11110 | 111 |
Color Harmonies of #170D18
Complementary color
Monochromatic Colors of #170D18
Black with #170D18
Text Example
Text Example
White with #170D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170D18; }
p { color: rgb(23,13,24); }
H1.HeaderClassName
{
color: #170D18;
}
.AnyTagClassName
{
color: #170D18;
}
</style>
background-color css
<style>
a { background-color: #170D18; }
a { background-color: rgb(23,13,24); }
div.DivClassName
{
background-color: #170D18;
}
.BgClassName
{
background-color: #170D18;
}
</style>
border-color css
<style>
span { border-color: #170D18; }
span { border-color: rgb(23,13,24); }
td.TdClassName
{
border-color: #170D18;
}
.TagClassName
{
border-color: #170D18;
}
</style>