Shades of Mardi Gras #190516
Tints of Mardi Gras #190516
RGB
CMYK
RGB Variations
Color information
#190516 (or 0x190516) is known color: Mardi Gras. HEX triplet: 19, 05 and 16. RGB value is (25,5,22). Sum of RGB (Red+Green+Blue) = 25+5+22=52 (6% of max value = 765). Red value is 25 (10.16% from 255 or 48.08% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 25 - color contains mainly: red. Hex color #190516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190516 is #E6FAE9. Grayscale: #0C0C0C. Windows color (decimal): -15137514 or 1443097. OLE color: 1443097.
HSL color Cylindrical-coordinate representation of color #190516: hue angle of 309º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #190516 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 5 | 22 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.90 |
| HSL | 309º | 0.67% | 0.06% | - |
| HSV(B) | 309º | 0.8% | 0.1% | - |
| XYZ | 0.6 | 0.37 | 0.8 | - |
| YUV | 12.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 22 | 0 | 0.80 | 0.12 | 0.90 | 309 | 0.67 | 0.06 |
| Hex | 19 | 5 | 16 | 0 | 50 | C | 5A | 135 | 43 | 6 |
| Octal | 31 | 5 | 26 | 0 | 120 | 14 | 132 | 465 | 103 | 6 |
| Binary | 11001 | 101 | 10110 | 0 | 1010000 | 1100 | 1011010 | 100110101 | 1000011 | 110 |
Color Harmonies of #190516
Complementary color
Monochromatic Colors of #190516
Black with #190516
Text Example
Text Example
White with #190516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190516; }
p { color: rgb(25,5,22); }
H1.HeaderClassName
{
color: #190516;
}
.AnyTagClassName
{
color: #190516;
}
</style>
background-color css
<style>
a { background-color: #190516; }
a { background-color: rgb(25,5,22); }
div.DivClassName
{
background-color: #190516;
}
.BgClassName
{
background-color: #190516;
}
</style>
border-color css
<style>
span { border-color: #190516; }
span { border-color: rgb(25,5,22); }
td.TdClassName
{
border-color: #190516;
}
.TagClassName
{
border-color: #190516;
}
</style>