Shades of Mardi Gras #190A18
Tints of Mardi Gras #190A18
RGB
CMYK
RGB Variations
Color information
#190A18 (or 0x190A18) is known color: Mardi Gras. HEX triplet: 19, 0A and 18. RGB value is (25,10,24). Sum of RGB (Red+Green+Blue) = 25+10+24=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 10 (4.30% from 255 or 16.95% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 25 - color contains mainly: red. Hex color #190A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A18 is #E6F5E7. Grayscale: #101010. Windows color (decimal): -15136232 or 1575449. OLE color: 1575449.
HSL color Cylindrical-coordinate representation of color #190A18: hue angle of 304º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #190A18 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 10 | 24 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.90 |
| HSL | 304º | 0.43% | 0.07% | - |
| HSV(B) | 304º | 0.6% | 0.1% | - |
| XYZ | 0.67 | 0.49 | 0.92 | - |
| YUV | 16.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 24 | 0 | 0.60 | 0.04 | 0.90 | 304 | 0.43 | 0.07 |
| Hex | 19 | A | 18 | 0 | 3C | 4 | 5A | 130 | 2B | 7 |
| Octal | 31 | 12 | 30 | 0 | 74 | 4 | 132 | 460 | 53 | 7 |
| Binary | 11001 | 1010 | 11000 | 0 | 111100 | 100 | 1011010 | 100110000 | 101011 | 111 |
Color Harmonies of #190A18
Complementary color
Monochromatic Colors of #190A18
Black with #190A18
Text Example
Text Example
White with #190A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190A18; }
p { color: rgb(25,10,24); }
H1.HeaderClassName
{
color: #190A18;
}
.AnyTagClassName
{
color: #190A18;
}
</style>
background-color css
<style>
a { background-color: #190A18; }
a { background-color: rgb(25,10,24); }
div.DivClassName
{
background-color: #190A18;
}
.BgClassName
{
background-color: #190A18;
}
</style>
border-color css
<style>
span { border-color: #190A18; }
span { border-color: rgb(25,10,24); }
td.TdClassName
{
border-color: #190A18;
}
.TagClassName
{
border-color: #190A18;
}
</style>