Shades of Mardi Gras #190215
Tints of Mardi Gras #190215
RGB
CMYK
RGB Variations
Color information
#190215 (or 0x190215) is known color: Mardi Gras. HEX triplet: 19, 02 and 15. RGB value is (25,2,21). Sum of RGB (Red+Green+Blue) = 25+2+21=48 (6% of max value = 765). Red value is 25 (10.16% from 255 or 52.08% from 48); Green value is 2 (1.17% from 255 or 4.17% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 25 - color contains mainly: red. Hex color #190215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190215 is #E6FDEA. Grayscale: #0A0A0A. Windows color (decimal): -15138283 or 1376793. OLE color: 1376793.
HSL color Cylindrical-coordinate representation of color #190215: hue angle of 310.43º 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 #190215 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 2 | 21 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.90 |
| HSL | 310.43º | 0.85% | 0.05% | - |
| HSV(B) | 310.43º | 0.92% | 0.1% | - |
| XYZ | 0.56 | 0.3 | 0.74 | - |
| YUV | 11.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 21 | 0 | 0.92 | 0.16 | 0.90 | 310.43 | 0.85 | 0.05 |
| Hex | 19 | 2 | 15 | 0 | 5C | 10 | 5A | 136 | 55 | 5 |
| Octal | 31 | 2 | 25 | 0 | 134 | 20 | 132 | 466 | 125 | 5 |
| Binary | 11001 | 10 | 10101 | 0 | 1011100 | 10000 | 1011010 | 100110110 | 1010101 | 101 |
Color Harmonies of #190215
Complementary color
Monochromatic Colors of #190215
Black with #190215
Text Example
Text Example
White with #190215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190215; }
p { color: rgb(25,2,21); }
H1.HeaderClassName
{
color: #190215;
}
.AnyTagClassName
{
color: #190215;
}
</style>
background-color css
<style>
a { background-color: #190215; }
a { background-color: rgb(25,2,21); }
div.DivClassName
{
background-color: #190215;
}
.BgClassName
{
background-color: #190215;
}
</style>
border-color css
<style>
span { border-color: #190215; }
span { border-color: rgb(25,2,21); }
td.TdClassName
{
border-color: #190215;
}
.TagClassName
{
border-color: #190215;
}
</style>