Shades of Mardi Gras #170A18
Tints of Mardi Gras #170A18
RGB
CMYK
RGB Variations
Color information
#170A18 (or 0x170A18) is known color: Mardi Gras. HEX triplet: 17, 0A and 18. RGB value is (23,10,24). Sum of RGB (Red+Green+Blue) = 23+10+24=57 (7% of max value = 765). Red value is 23 (9.38% from 255 or 40.35% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 24 - color contains mainly: blue. Hex color #170A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170A18 is #E8F5E7. Grayscale: #0F0F0F. Windows color (decimal): -15267304 or 1575447. OLE color: 1575447.
HSL color Cylindrical-coordinate representation of color #170A18: hue angle of 295.71º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #170A18 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 10 | 24 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.91 |
| HSL | 295.71º | 0.41% | 0.07% | - |
| HSV(B) | 295.71º | 0.58% | 0.09% | - |
| XYZ | 0.63 | 0.47 | 0.92 | - |
| YUV | 15.48 | 132.81 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 24 | 0.04 | 0.58 | 0 | 0.91 | 295.71 | 0.41 | 0.07 |
| Hex | 17 | A | 18 | 4 | 3A | 0 | 5B | 128 | 29 | 7 |
| Octal | 27 | 12 | 30 | 4 | 72 | 0 | 133 | 450 | 51 | 7 |
| Binary | 10111 | 1010 | 11000 | 100 | 111010 | 0 | 1011011 | 100101000 | 101001 | 111 |
Color Harmonies of #170A18
Complementary color
Monochromatic Colors of #170A18
Black with #170A18
Text Example
Text Example
White with #170A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170A18; }
p { color: rgb(23,10,24); }
H1.HeaderClassName
{
color: #170A18;
}
.AnyTagClassName
{
color: #170A18;
}
</style>
background-color css
<style>
a { background-color: #170A18; }
a { background-color: rgb(23,10,24); }
div.DivClassName
{
background-color: #170A18;
}
.BgClassName
{
background-color: #170A18;
}
</style>
border-color css
<style>
span { border-color: #170A18; }
span { border-color: rgb(23,10,24); }
td.TdClassName
{
border-color: #170A18;
}
.TagClassName
{
border-color: #170A18;
}
</style>