Shades of Mardi Gras #190116
Tints of Mardi Gras #190116
RGB
CMYK
RGB Variations
Color information
#190116 (or 0x190116) is known color: Mardi Gras. HEX triplet: 19, 01 and 16. RGB value is (25,1,22). Sum of RGB (Red+Green+Blue) = 25+1+22=48 (6% of max value = 765). Red value is 25 (10.16% from 255 or 52.08% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 22 (8.98% from 255 or 45.83% from 48); Max value from RGB is 25 - color contains mainly: red. Hex color #190116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190116 is #E6FEE9. Grayscale: #0A0A0A. Windows color (decimal): -15138538 or 1442073. OLE color: 1442073.
HSL color Cylindrical-coordinate representation of color #190116: hue angle of 307.5º 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 #190116 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 1 | 22 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.90 |
| HSL | 307.5º | 0.92% | 0.05% | - |
| HSV(B) | 307.5º | 0.96% | 0.1% | - |
| XYZ | 0.56 | 0.29 | 0.78 | - |
| YUV | 10.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 22 | 0 | 0.96 | 0.12 | 0.90 | 307.5 | 0.92 | 0.05 |
| Hex | 19 | 1 | 16 | 0 | 60 | C | 5A | 134 | 5C | 5 |
| Octal | 31 | 1 | 26 | 0 | 140 | 14 | 132 | 464 | 134 | 5 |
| Binary | 11001 | 1 | 10110 | 0 | 1100000 | 1100 | 1011010 | 100110100 | 1011100 | 101 |
Color Harmonies of #190116
Complementary color
Monochromatic Colors of #190116
Black with #190116
Text Example
Text Example
White with #190116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190116; }
p { color: rgb(25,1,22); }
H1.HeaderClassName
{
color: #190116;
}
.AnyTagClassName
{
color: #190116;
}
</style>
background-color css
<style>
a { background-color: #190116; }
a { background-color: rgb(25,1,22); }
div.DivClassName
{
background-color: #190116;
}
.BgClassName
{
background-color: #190116;
}
</style>
border-color css
<style>
span { border-color: #190116; }
span { border-color: rgb(25,1,22); }
td.TdClassName
{
border-color: #190116;
}
.TagClassName
{
border-color: #190116;
}
</style>