Shades of Mardi Gras #190218
Tints of Mardi Gras #190218
RGB
CMYK
RGB Variations
Color information
#190218 (or 0x190218) is known color: Mardi Gras. HEX triplet: 19, 02 and 18. RGB value is (25,2,24). Sum of RGB (Red+Green+Blue) = 25+2+24=51 (6% of max value = 765). Red value is 25 (10.16% from 255 or 49.02% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 25 - color contains mainly: red. Hex color #190218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190218 is #E6FDE7. Grayscale: #0B0B0B. Windows color (decimal): -15138280 or 1573401. OLE color: 1573401.
HSL color Cylindrical-coordinate representation of color #190218: hue angle of 302.61º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190218 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 2 | 24 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.90 |
| HSL | 302.61º | 0.85% | 0.05% | - |
| HSV(B) | 302.61º | 0.92% | 0.1% | - |
| XYZ | 0.59 | 0.32 | 0.89 | - |
| YUV | 11.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 24 | 0 | 0.92 | 0.04 | 0.90 | 302.61 | 0.85 | 0.05 |
| Hex | 19 | 2 | 18 | 0 | 5C | 4 | 5A | 12F | 55 | 5 |
| Octal | 31 | 2 | 30 | 0 | 134 | 4 | 132 | 457 | 125 | 5 |
| Binary | 11001 | 10 | 11000 | 0 | 1011100 | 100 | 1011010 | 100101111 | 1010101 | 101 |
Color Harmonies of #190218
Complementary color
Monochromatic Colors of #190218
Black with #190218
Text Example
Text Example
White with #190218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190218; }
p { color: rgb(25,2,24); }
H1.HeaderClassName
{
color: #190218;
}
.AnyTagClassName
{
color: #190218;
}
</style>
background-color css
<style>
a { background-color: #190218; }
a { background-color: rgb(25,2,24); }
div.DivClassName
{
background-color: #190218;
}
.BgClassName
{
background-color: #190218;
}
</style>
border-color css
<style>
span { border-color: #190218; }
span { border-color: rgb(25,2,24); }
td.TdClassName
{
border-color: #190218;
}
.TagClassName
{
border-color: #190218;
}
</style>