Shades of Mardi Gras #1A0A19
Tints of Mardi Gras #1A0A19
RGB
CMYK
RGB Variations
Color information
#1A0A19 (or 0x1A0A19) is known color: Mardi Gras. HEX triplet: 1A, 0A and 19. RGB value is (26,10,25). Sum of RGB (Red+Green+Blue) = 26+10+25=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 10 (4.30% from 255 or 16.39% from 61); Blue value is 25 (10.16% from 255 or 40.98% from 61); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0A19 is #E5F5E6. Grayscale: #101010. Windows color (decimal): -15070695 or 1640986. OLE color: 1640986.
HSL color Cylindrical-coordinate representation of color #1A0A19: hue angle of 303.75º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A0A19 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 10 | 25 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.90 |
| HSL | 303.75º | 0.44% | 0.07% | - |
| HSV(B) | 303.75º | 0.62% | 0.1% | - |
| XYZ | 0.71 | 0.51 | 0.98 | - |
| YUV | 16.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 25 | 0 | 0.62 | 0.04 | 0.90 | 303.75 | 0.44 | 0.07 |
| Hex | 1A | A | 19 | 0 | 3E | 4 | 5A | 130 | 2C | 7 |
| Octal | 32 | 12 | 31 | 0 | 76 | 4 | 132 | 460 | 54 | 7 |
| Binary | 11010 | 1010 | 11001 | 0 | 111110 | 100 | 1011010 | 100110000 | 101100 | 111 |
Color Harmonies of #1A0A19
Complementary color
Monochromatic Colors of #1A0A19
Black with #1A0A19
Text Example
Text Example
White with #1A0A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0A19; }
p { color: rgb(26,10,25); }
H1.HeaderClassName
{
color: #1A0A19;
}
.AnyTagClassName
{
color: #1A0A19;
}
</style>
background-color css
<style>
a { background-color: #1A0A19; }
a { background-color: rgb(26,10,25); }
div.DivClassName
{
background-color: #1A0A19;
}
.BgClassName
{
background-color: #1A0A19;
}
</style>
border-color css
<style>
span { border-color: #1A0A19; }
span { border-color: rgb(26,10,25); }
td.TdClassName
{
border-color: #1A0A19;
}
.TagClassName
{
border-color: #1A0A19;
}
</style>