Shades of Mardi Gras #190315
Tints of Mardi Gras #190315
RGB
CMYK
RGB Variations
Color information
#190315 (or 0x190315) is known color: Mardi Gras. HEX triplet: 19, 03 and 15. RGB value is (25,3,21). Sum of RGB (Red+Green+Blue) = 25+3+21=49 (6% of max value = 765). Red value is 25 (10.16% from 255 or 51.02% from 49); Green value is 3 (1.56% from 255 or 6.12% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 25 - color contains mainly: red. Hex color #190315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190315 is #E6FCEA. Grayscale: #0B0B0B. Windows color (decimal): -15138027 or 1377049. OLE color: 1377049.
HSL color Cylindrical-coordinate representation of color #190315: hue angle of 310.91º 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 #190315 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 3 | 21 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.90 |
| HSL | 310.91º | 0.79% | 0.05% | - |
| HSV(B) | 310.91º | 0.88% | 0.1% | - |
| XYZ | 0.57 | 0.33 | 0.74 | - |
| YUV | 11.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 21 | 0 | 0.88 | 0.16 | 0.90 | 310.91 | 0.79 | 0.05 |
| Hex | 19 | 3 | 15 | 0 | 58 | 10 | 5A | 137 | 4F | 5 |
| Octal | 31 | 3 | 25 | 0 | 130 | 20 | 132 | 467 | 117 | 5 |
| Binary | 11001 | 11 | 10101 | 0 | 1011000 | 10000 | 1011010 | 100110111 | 1001111 | 101 |
Color Harmonies of #190315
Complementary color
Monochromatic Colors of #190315
Black with #190315
Text Example
Text Example
White with #190315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190315; }
p { color: rgb(25,3,21); }
H1.HeaderClassName
{
color: #190315;
}
.AnyTagClassName
{
color: #190315;
}
</style>
background-color css
<style>
a { background-color: #190315; }
a { background-color: rgb(25,3,21); }
div.DivClassName
{
background-color: #190315;
}
.BgClassName
{
background-color: #190315;
}
</style>
border-color css
<style>
span { border-color: #190315; }
span { border-color: rgb(25,3,21); }
td.TdClassName
{
border-color: #190315;
}
.TagClassName
{
border-color: #190315;
}
</style>