Shades of Mardi Gras #190119
Tints of Mardi Gras #190119
RGB
CMYK
RGB Variations
Color information
#190119 (or 0x190119) is known color: Mardi Gras. HEX triplet: 19, 01 and 19. RGB value is (25,1,25). Sum of RGB (Red+Green+Blue) = 25+1+25=51 (6% of max value = 765). Red value is 25 (10.16% from 255 or 49.02% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: red, blue. Hex color #190119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190119 is #E6FEE6. Grayscale: #0A0A0A. Windows color (decimal): -15138535 or 1638681. OLE color: 1638681.
HSL color Cylindrical-coordinate representation of color #190119: hue angle of 300º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #190119 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 1 | 25 | - |
| CMYK | 0 | 0.96 | 0 | 0.90 |
| HSL | 300º | 0.92% | 0.05% | - |
| HSV(B) | 300º | 0.96% | 0.1% | - |
| XYZ | 0.59 | 0.3 | 0.95 | - |
| YUV | 10.91 | 135.95 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 25 | 0 | 0.96 | 0 | 0.90 | 300 | 0.92 | 0.05 |
| Hex | 19 | 1 | 19 | 0 | 60 | 0 | 5A | 12C | 5C | 5 |
| Octal | 31 | 1 | 31 | 0 | 140 | 0 | 132 | 454 | 134 | 5 |
| Binary | 11001 | 1 | 11001 | 0 | 1100000 | 0 | 1011010 | 100101100 | 1011100 | 101 |
Color Harmonies of #190119
Complementary color
Monochromatic Colors of #190119
Black with #190119
Text Example
Text Example
White with #190119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190119; }
p { color: rgb(25,1,25); }
H1.HeaderClassName
{
color: #190119;
}
.AnyTagClassName
{
color: #190119;
}
</style>
background-color css
<style>
a { background-color: #190119; }
a { background-color: rgb(25,1,25); }
div.DivClassName
{
background-color: #190119;
}
.BgClassName
{
background-color: #190119;
}
</style>
border-color css
<style>
span { border-color: #190119; }
span { border-color: rgb(25,1,25); }
td.TdClassName
{
border-color: #190119;
}
.TagClassName
{
border-color: #190119;
}
</style>