Shades of Mardi Gras #190B1A
Tints of Mardi Gras #190B1A
RGB
CMYK
RGB Variations
Color information
#190B1A (or 0x190B1A) is known color: Mardi Gras. HEX triplet: 19, 0B and 1A. RGB value is (25,11,26). Sum of RGB (Red+Green+Blue) = 25+11+26=62 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.32% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 26 - color contains mainly: blue. Hex color #190B1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190B1A is #E6F4E5. Grayscale: #101010. Windows color (decimal): -15135974 or 1706777. OLE color: 1706777.
HSL color Cylindrical-coordinate representation of color #190B1A: hue angle of 296º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #190B1A is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 11 | 26 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.90 |
| HSL | 296º | 0.41% | 0.07% | - |
| HSV(B) | 296º | 0.58% | 0.1% | - |
| XYZ | 0.71 | 0.52 | 1.04 | - |
| YUV | 16.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 26 | 0.04 | 0.58 | 0 | 0.90 | 296 | 0.41 | 0.07 |
| Hex | 19 | B | 1A | 4 | 3A | 0 | 5A | 128 | 29 | 7 |
| Octal | 31 | 13 | 32 | 4 | 72 | 0 | 132 | 450 | 51 | 7 |
| Binary | 11001 | 1011 | 11010 | 100 | 111010 | 0 | 1011010 | 100101000 | 101001 | 111 |
Color Harmonies of #190B1A
Complementary color
Monochromatic Colors of #190B1A
Black with #190B1A
Text Example
Text Example
White with #190B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190B1A; }
p { color: rgb(25,11,26); }
H1.HeaderClassName
{
color: #190B1A;
}
.AnyTagClassName
{
color: #190B1A;
}
</style>
background-color css
<style>
a { background-color: #190B1A; }
a { background-color: rgb(25,11,26); }
div.DivClassName
{
background-color: #190B1A;
}
.BgClassName
{
background-color: #190B1A;
}
</style>
border-color css
<style>
span { border-color: #190B1A; }
span { border-color: rgb(25,11,26); }
td.TdClassName
{
border-color: #190B1A;
}
.TagClassName
{
border-color: #190B1A;
}
</style>