Shades of Mardi Gras #190D1A
Tints of Mardi Gras #190D1A
RGB
CMYK
RGB Variations
Color information
#190D1A (or 0x190D1A) is known color: Mardi Gras. HEX triplet: 19, 0D and 1A. RGB value is (25,13,26). Sum of RGB (Red+Green+Blue) = 25+13+26=64 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.06% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 26 - color contains mainly: blue. Hex color #190D1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190D1A is #E6F2E5. Grayscale: #121212. Windows color (decimal): -15135462 or 1707289. OLE color: 1707289.
HSL color Cylindrical-coordinate representation of color #190D1A: hue angle of 295.38º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #190D1A is Cyan = 0.04, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 13 | 26 | - |
| CMYK | 0.04 | 0.5 | 0 | 0.90 |
| HSL | 295.38º | 0.33% | 0.08% | - |
| HSV(B) | 295.38º | 0.5% | 0.1% | - |
| XYZ | 0.73 | 0.57 | 1.05 | - |
| YUV | 18.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 13 | 26 | 0.04 | 0.5 | 0 | 0.90 | 295.38 | 0.33 | 0.08 |
| Hex | 19 | D | 1A | 4 | 32 | 0 | 5A | 127 | 21 | 8 |
| Octal | 31 | 15 | 32 | 4 | 62 | 0 | 132 | 447 | 41 | 10 |
| Binary | 11001 | 1101 | 11010 | 100 | 110010 | 0 | 1011010 | 100100111 | 100001 | 1000 |
Color Harmonies of #190D1A
Complementary color
Monochromatic Colors of #190D1A
Black with #190D1A
Text Example
Text Example
White with #190D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190D1A; }
p { color: rgb(25,13,26); }
H1.HeaderClassName
{
color: #190D1A;
}
.AnyTagClassName
{
color: #190D1A;
}
</style>
background-color css
<style>
a { background-color: #190D1A; }
a { background-color: rgb(25,13,26); }
div.DivClassName
{
background-color: #190D1A;
}
.BgClassName
{
background-color: #190D1A;
}
</style>
border-color css
<style>
span { border-color: #190D1A; }
span { border-color: rgb(25,13,26); }
td.TdClassName
{
border-color: #190D1A;
}
.TagClassName
{
border-color: #190D1A;
}
</style>