Shades of Mardi Gras #191319
Tints of Mardi Gras #191319
RGB
CMYK
RGB Variations
Color information
#191319 (or 0x191319) is known color: Mardi Gras. HEX triplet: 19, 13 and 19. RGB value is (25,19,25). Sum of RGB (Red+Green+Blue) = 25+19+25=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 25 - color contains mainly: red, blue. Hex color #191319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191319 is #E6ECE6. Grayscale: #151515. Windows color (decimal): -15133927 or 1643289. OLE color: 1643289.
HSL color Cylindrical-coordinate representation of color #191319: hue angle of 300º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #191319 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 19 | 25 | - |
| CMYK | 0 | 0.24 | 0 | 0.90 |
| HSL | 300º | 0.14% | 0.09% | - |
| HSV(B) | 300º | 0.24% | 0.1% | - |
| XYZ | 0.81 | 0.74 | 1.02 | - |
| YUV | 21.48 | 129.99 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 25 | 0 | 0.24 | 0 | 0.90 | 300 | 0.14 | 0.09 |
| Hex | 19 | 13 | 19 | 0 | 18 | 0 | 5A | 12C | E | 9 |
| Octal | 31 | 23 | 31 | 0 | 30 | 0 | 132 | 454 | 16 | 11 |
| Binary | 11001 | 10011 | 11001 | 0 | 11000 | 0 | 1011010 | 100101100 | 1110 | 1001 |
Color Harmonies of #191319
Complementary color
Monochromatic Colors of #191319
Black with #191319
Text Example
Text Example
White with #191319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191319; }
p { color: rgb(25,19,25); }
H1.HeaderClassName
{
color: #191319;
}
.AnyTagClassName
{
color: #191319;
}
</style>
background-color css
<style>
a { background-color: #191319; }
a { background-color: rgb(25,19,25); }
div.DivClassName
{
background-color: #191319;
}
.BgClassName
{
background-color: #191319;
}
</style>
border-color css
<style>
span { border-color: #191319; }
span { border-color: rgb(25,19,25); }
td.TdClassName
{
border-color: #191319;
}
.TagClassName
{
border-color: #191319;
}
</style>