Shades of Mardi Gras #19001A
Tints of Mardi Gras #19001A
RGB
CMYK
RGB Variations
Color information
#19001A (or 0x19001A) is known color: Mardi Gras. HEX triplet: 19, 00 and 1A. RGB value is (25,0,26). Sum of RGB (Red+Green+Blue) = 25+0+26=51 (6% of max value = 765). Red value is 25 (10.16% from 255 or 49.02% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #19001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19001A is #E6FFE5. Grayscale: #0A0A0A. Windows color (decimal): -15138790 or 1703961. OLE color: 1703961.
HSL color Cylindrical-coordinate representation of color #19001A: hue angle of 297.69º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19001A is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 0 | 26 | - |
| CMYK | 0.04 | 1 | 0 | 0.90 |
| HSL | 297.69º | 1% | 0.05% | - |
| HSV(B) | 297.69º | 1% | 0.1% | - |
| XYZ | 0.59 | 0.28 | 1 | - |
| YUV | 10.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 26 | 0.04 | 1 | 0 | 0.90 | 297.69 | 1 | 0.05 |
| Hex | 19 | 0 | 1A | 4 | 64 | 0 | 5A | 12A | 64 | 5 |
| Octal | 31 | 0 | 32 | 4 | 144 | 0 | 132 | 452 | 144 | 5 |
| Binary | 11001 | 0 | 11010 | 100 | 1100100 | 0 | 1011010 | 100101010 | 1100100 | 101 |
Color Harmonies of #19001A
Complementary color
Monochromatic Colors of #19001A
Black with #19001A
Text Example
Text Example
White with #19001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19001A; }
p { color: rgb(25,0,26); }
H1.HeaderClassName
{
color: #19001A;
}
.AnyTagClassName
{
color: #19001A;
}
</style>
background-color css
<style>
a { background-color: #19001A; }
a { background-color: rgb(25,0,26); }
div.DivClassName
{
background-color: #19001A;
}
.BgClassName
{
background-color: #19001A;
}
</style>
border-color css
<style>
span { border-color: #19001A; }
span { border-color: rgb(25,0,26); }
td.TdClassName
{
border-color: #19001A;
}
.TagClassName
{
border-color: #19001A;
}
</style>