Shades of Mardi Gras #190518
Tints of Mardi Gras #190518
RGB
CMYK
RGB Variations
Color information
#190518 (or 0x190518) is known color: Mardi Gras. HEX triplet: 19, 05 and 18. RGB value is (25,5,24). Sum of RGB (Red+Green+Blue) = 25+5+24=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 25 - color contains mainly: red. Hex color #190518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190518 is #E6FAE7. Grayscale: #0D0D0D. Windows color (decimal): -15137512 or 1574169. OLE color: 1574169.
HSL color Cylindrical-coordinate representation of color #190518: hue angle of 303º 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 #190518 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 5 | 24 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.90 |
| HSL | 303º | 0.67% | 0.06% | - |
| HSV(B) | 303º | 0.8% | 0.1% | - |
| XYZ | 0.62 | 0.38 | 0.91 | - |
| YUV | 13.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 24 | 0 | 0.80 | 0.04 | 0.90 | 303 | 0.67 | 0.06 |
| Hex | 19 | 5 | 18 | 0 | 50 | 4 | 5A | 12F | 43 | 6 |
| Octal | 31 | 5 | 30 | 0 | 120 | 4 | 132 | 457 | 103 | 6 |
| Binary | 11001 | 101 | 11000 | 0 | 1010000 | 100 | 1011010 | 100101111 | 1000011 | 110 |
Color Harmonies of #190518
Complementary color
Monochromatic Colors of #190518
Black with #190518
Text Example
Text Example
White with #190518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190518; }
p { color: rgb(25,5,24); }
H1.HeaderClassName
{
color: #190518;
}
.AnyTagClassName
{
color: #190518;
}
</style>
background-color css
<style>
a { background-color: #190518; }
a { background-color: rgb(25,5,24); }
div.DivClassName
{
background-color: #190518;
}
.BgClassName
{
background-color: #190518;
}
</style>
border-color css
<style>
span { border-color: #190518; }
span { border-color: rgb(25,5,24); }
td.TdClassName
{
border-color: #190518;
}
.TagClassName
{
border-color: #190518;
}
</style>