Shades of Mardi Gras #190019
Tints of Mardi Gras #190019
RGB
CMYK
RGB Variations
Color information
#190019 (or 0x190019) is known color: Mardi Gras. HEX triplet: 19, 00 and 19. RGB value is (25,0,25). Sum of RGB (Red+Green+Blue) = 25+0+25=50 (6% of max value = 765). Red value is 25 (10.16% from 255 or 50% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 25 (10.16% from 255 or 50% from 50); Max value from RGB is 25 - color contains mainly: red, blue. Hex color #190019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190019 is #E6FFE6. Grayscale: #0A0A0A. Windows color (decimal): -15138791 or 1638425. OLE color: 1638425.
HSL color Cylindrical-coordinate representation of color #190019: hue angle of 300º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190019 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 0 | 25 | - |
| CMYK | 0 | 1 | 0 | 0.90 |
| HSL | 300º | 1% | 0.05% | - |
| HSV(B) | 300º | 1% | 0.1% | - |
| XYZ | 0.58 | 0.28 | 0.94 | - |
| YUV | 10.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 25 | 0 | 1 | 0 | 0.90 | 300 | 1 | 0.05 |
| Hex | 19 | 0 | 19 | 0 | 64 | 0 | 5A | 12C | 64 | 5 |
| Octal | 31 | 0 | 31 | 0 | 144 | 0 | 132 | 454 | 144 | 5 |
| Binary | 11001 | 0 | 11001 | 0 | 1100100 | 0 | 1011010 | 100101100 | 1100100 | 101 |
Color Harmonies of #190019
Complementary color
Monochromatic Colors of #190019
Black with #190019
Text Example
Text Example
White with #190019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190019; }
p { color: rgb(25,0,25); }
H1.HeaderClassName
{
color: #190019;
}
.AnyTagClassName
{
color: #190019;
}
</style>
background-color css
<style>
a { background-color: #190019; }
a { background-color: rgb(25,0,25); }
div.DivClassName
{
background-color: #190019;
}
.BgClassName
{
background-color: #190019;
}
</style>
border-color css
<style>
span { border-color: #190019; }
span { border-color: rgb(25,0,25); }
td.TdClassName
{
border-color: #190019;
}
.TagClassName
{
border-color: #190019;
}
</style>