Shades of Mardi Gras #190317
Tints of Mardi Gras #190317
RGB
CMYK
RGB Variations
Color information
#190317 (or 0x190317) is known color: Mardi Gras. HEX triplet: 19, 03 and 17. RGB value is (25,3,23). Sum of RGB (Red+Green+Blue) = 25+3+23=51 (6% of max value = 765). Red value is 25 (10.16% from 255 or 49.02% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 23 (9.38% from 255 or 45.10% from 51); Max value from RGB is 25 - color contains mainly: red. Hex color #190317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190317 is #E6FCE8. Grayscale: #0B0B0B. Windows color (decimal): -15138025 or 1508121. OLE color: 1508121.
HSL color Cylindrical-coordinate representation of color #190317: hue angle of 305.45º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #190317 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 3 | 23 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.90 |
| HSL | 305.45º | 0.79% | 0.05% | - |
| HSV(B) | 305.45º | 0.88% | 0.1% | - |
| XYZ | 0.59 | 0.33 | 0.84 | - |
| YUV | 11.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 23 | 0 | 0.88 | 0.08 | 0.90 | 305.45 | 0.79 | 0.05 |
| Hex | 19 | 3 | 17 | 0 | 58 | 8 | 5A | 131 | 4F | 5 |
| Octal | 31 | 3 | 27 | 0 | 130 | 10 | 132 | 461 | 117 | 5 |
| Binary | 11001 | 11 | 10111 | 0 | 1011000 | 1000 | 1011010 | 100110001 | 1001111 | 101 |
Color Harmonies of #190317
Complementary color
Monochromatic Colors of #190317
Black with #190317
Text Example
Text Example
White with #190317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190317; }
p { color: rgb(25,3,23); }
H1.HeaderClassName
{
color: #190317;
}
.AnyTagClassName
{
color: #190317;
}
</style>
background-color css
<style>
a { background-color: #190317; }
a { background-color: rgb(25,3,23); }
div.DivClassName
{
background-color: #190317;
}
.BgClassName
{
background-color: #190317;
}
</style>
border-color css
<style>
span { border-color: #190317; }
span { border-color: rgb(25,3,23); }
td.TdClassName
{
border-color: #190317;
}
.TagClassName
{
border-color: #190317;
}
</style>