Shades of Mardi Gras #190E1A
Tints of Mardi Gras #190E1A
RGB
CMYK
RGB Variations
Color information
#190E1A (or 0x190E1A) is known color: Mardi Gras. HEX triplet: 19, 0E and 1A. RGB value is (25,14,26). Sum of RGB (Red+Green+Blue) = 25+14+26=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 14 (5.86% from 255 or 21.54% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 26 - color contains mainly: blue. Hex color #190E1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190E1A is #E6F1E5. Grayscale: #121212. Windows color (decimal): -15135206 or 1707545. OLE color: 1707545.
HSL color Cylindrical-coordinate representation of color #190E1A: hue angle of 295º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #190E1A is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 14 | 26 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.90 |
| HSL | 295º | 0.3% | 0.08% | - |
| HSV(B) | 295º | 0.46% | 0.1% | - |
| XYZ | 0.74 | 0.6 | 1.05 | - |
| YUV | 18.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 26 | 0.04 | 0.46 | 0 | 0.90 | 295 | 0.3 | 0.08 |
| Hex | 19 | E | 1A | 4 | 2E | 0 | 5A | 127 | 1E | 8 |
| Octal | 31 | 16 | 32 | 4 | 56 | 0 | 132 | 447 | 36 | 10 |
| Binary | 11001 | 1110 | 11010 | 100 | 101110 | 0 | 1011010 | 100100111 | 11110 | 1000 |
Color Harmonies of #190E1A
Complementary color
Monochromatic Colors of #190E1A
Black with #190E1A
Text Example
Text Example
White with #190E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190E1A; }
p { color: rgb(25,14,26); }
H1.HeaderClassName
{
color: #190E1A;
}
.AnyTagClassName
{
color: #190E1A;
}
</style>
background-color css
<style>
a { background-color: #190E1A; }
a { background-color: rgb(25,14,26); }
div.DivClassName
{
background-color: #190E1A;
}
.BgClassName
{
background-color: #190E1A;
}
</style>
border-color css
<style>
span { border-color: #190E1A; }
span { border-color: rgb(25,14,26); }
td.TdClassName
{
border-color: #190E1A;
}
.TagClassName
{
border-color: #190E1A;
}
</style>