Shades of Mardi Gras #19021A
Tints of Mardi Gras #19021A
RGB
CMYK
RGB Variations
Color information
#19021A (or 0x19021A) is known color: Mardi Gras. HEX triplet: 19, 02 and 1A. RGB value is (25,2,26). Sum of RGB (Red+Green+Blue) = 25+2+26=53 (7% of max value = 765). Red value is 25 (10.16% from 255 or 47.17% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 26 (10.55% from 255 or 49.06% from 53); Max value from RGB is 26 - color contains mainly: blue. Hex color #19021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19021A is #E6FDE5. Grayscale: #0B0B0B. Windows color (decimal): -15138278 or 1704473. OLE color: 1704473.
HSL color Cylindrical-coordinate representation of color #19021A: hue angle of 297.5º degrees, saturation: 0.86, 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 #19021A is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 2 | 26 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.90 |
| HSL | 297.5º | 0.86% | 0.05% | - |
| HSV(B) | 297.5º | 0.92% | 0.1% | - |
| XYZ | 0.61 | 0.32 | 1.01 | - |
| YUV | 11.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 26 | 0.04 | 0.92 | 0 | 0.90 | 297.5 | 0.86 | 0.05 |
| Hex | 19 | 2 | 1A | 4 | 5C | 0 | 5A | 12A | 56 | 5 |
| Octal | 31 | 2 | 32 | 4 | 134 | 0 | 132 | 452 | 126 | 5 |
| Binary | 11001 | 10 | 11010 | 100 | 1011100 | 0 | 1011010 | 100101010 | 1010110 | 101 |
Color Harmonies of #19021A
Complementary color
Monochromatic Colors of #19021A
Black with #19021A
Text Example
Text Example
White with #19021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19021A; }
p { color: rgb(25,2,26); }
H1.HeaderClassName
{
color: #19021A;
}
.AnyTagClassName
{
color: #19021A;
}
</style>
background-color css
<style>
a { background-color: #19021A; }
a { background-color: rgb(25,2,26); }
div.DivClassName
{
background-color: #19021A;
}
.BgClassName
{
background-color: #19021A;
}
</style>
border-color css
<style>
span { border-color: #19021A; }
span { border-color: rgb(25,2,26); }
td.TdClassName
{
border-color: #19021A;
}
.TagClassName
{
border-color: #19021A;
}
</style>