Shades of Mardi Gras #170C18
Tints of Mardi Gras #170C18
RGB
CMYK
RGB Variations
Color information
#170C18 (or 0x170C18) is known color: Mardi Gras. HEX triplet: 17, 0C and 18. RGB value is (23,12,24). Sum of RGB (Red+Green+Blue) = 23+12+24=59 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.98% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 24 - color contains mainly: blue. Hex color #170C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170C18 is #E8F3E7. Grayscale: #101010. Windows color (decimal): -15266792 or 1575959. OLE color: 1575959.
HSL color Cylindrical-coordinate representation of color #170C18: hue angle of 295º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #170C18 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 12 | 24 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.91 |
| HSL | 295º | 0.33% | 0.07% | - |
| HSV(B) | 295º | 0.5% | 0.09% | - |
| XYZ | 0.65 | 0.51 | 0.93 | - |
| YUV | 16.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 24 | 0.04 | 0.50 | 0 | 0.91 | 295 | 0.33 | 0.07 |
| Hex | 17 | C | 18 | 4 | 32 | 0 | 5B | 127 | 21 | 7 |
| Octal | 27 | 14 | 30 | 4 | 62 | 0 | 133 | 447 | 41 | 7 |
| Binary | 10111 | 1100 | 11000 | 100 | 110010 | 0 | 1011011 | 100100111 | 100001 | 111 |
Color Harmonies of #170C18
Complementary color
Monochromatic Colors of #170C18
Black with #170C18
Text Example
Text Example
White with #170C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170C18; }
p { color: rgb(23,12,24); }
H1.HeaderClassName
{
color: #170C18;
}
.AnyTagClassName
{
color: #170C18;
}
</style>
background-color css
<style>
a { background-color: #170C18; }
a { background-color: rgb(23,12,24); }
div.DivClassName
{
background-color: #170C18;
}
.BgClassName
{
background-color: #170C18;
}
</style>
border-color css
<style>
span { border-color: #170C18; }
span { border-color: rgb(23,12,24); }
td.TdClassName
{
border-color: #170C18;
}
.TagClassName
{
border-color: #170C18;
}
</style>