Shades of Mardi Gras #190716
Tints of Mardi Gras #190716
RGB
CMYK
RGB Variations
Color information
#190716 (or 0x190716) is known color: Mardi Gras. HEX triplet: 19, 07 and 16. RGB value is (25,7,22). Sum of RGB (Red+Green+Blue) = 25+7+22=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 7 (3.12% from 255 or 12.96% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 25 - color contains mainly: red. Hex color #190716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190716 is #E6F8E9. Grayscale: #0E0E0E. Windows color (decimal): -15137002 or 1443609. OLE color: 1443609.
HSL color Cylindrical-coordinate representation of color #190716: hue angle of 310º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #190716 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 7 | 22 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.90 |
| HSL | 310º | 0.56% | 0.06% | - |
| HSV(B) | 310º | 0.72% | 0.1% | - |
| XYZ | 0.62 | 0.42 | 0.81 | - |
| YUV | 14.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 22 | 0 | 0.72 | 0.12 | 0.90 | 310 | 0.56 | 0.06 |
| Hex | 19 | 7 | 16 | 0 | 48 | C | 5A | 136 | 38 | 6 |
| Octal | 31 | 7 | 26 | 0 | 110 | 14 | 132 | 466 | 70 | 6 |
| Binary | 11001 | 111 | 10110 | 0 | 1001000 | 1100 | 1011010 | 100110110 | 111000 | 110 |
Color Harmonies of #190716
Complementary color
Monochromatic Colors of #190716
Black with #190716
Text Example
Text Example
White with #190716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190716; }
p { color: rgb(25,7,22); }
H1.HeaderClassName
{
color: #190716;
}
.AnyTagClassName
{
color: #190716;
}
</style>
background-color css
<style>
a { background-color: #190716; }
a { background-color: rgb(25,7,22); }
div.DivClassName
{
background-color: #190716;
}
.BgClassName
{
background-color: #190716;
}
</style>
border-color css
<style>
span { border-color: #190716; }
span { border-color: rgb(25,7,22); }
td.TdClassName
{
border-color: #190716;
}
.TagClassName
{
border-color: #190716;
}
</style>