Shades of Mardi Gras #1A1019
Tints of Mardi Gras #1A1019
RGB
CMYK
RGB Variations
Color information
#1A1019 (or 0x1A1019) is known color: Mardi Gras. HEX triplet: 1A, 10 and 19. RGB value is (26,16,25). Sum of RGB (Red+Green+Blue) = 26+16+25=67 (8% of max value = 765). Red value is 26 (10.55% from 255 or 38.81% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1019 is #E5EFE6. Grayscale: #131313. Windows color (decimal): -15069159 or 1642522. OLE color: 1642522.
HSL color Cylindrical-coordinate representation of color #1A1019: hue angle of 306º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1A1019 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 16 | 25 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.90 |
| HSL | 306º | 0.24% | 0.08% | - |
| HSV(B) | 306º | 0.38% | 0.1% | - |
| XYZ | 0.79 | 0.66 | 1.01 | - |
| YUV | 20.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 25 | 0 | 0.38 | 0.04 | 0.90 | 306 | 0.24 | 0.08 |
| Hex | 1A | 10 | 19 | 0 | 26 | 4 | 5A | 132 | 18 | 8 |
| Octal | 32 | 20 | 31 | 0 | 46 | 4 | 132 | 462 | 30 | 10 |
| Binary | 11010 | 10000 | 11001 | 0 | 100110 | 100 | 1011010 | 100110010 | 11000 | 1000 |
Color Harmonies of #1A1019
Complementary color
Monochromatic Colors of #1A1019
Black with #1A1019
Text Example
Text Example
White with #1A1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1019; }
p { color: rgb(26,16,25); }
H1.HeaderClassName
{
color: #1A1019;
}
.AnyTagClassName
{
color: #1A1019;
}
</style>
background-color css
<style>
a { background-color: #1A1019; }
a { background-color: rgb(26,16,25); }
div.DivClassName
{
background-color: #1A1019;
}
.BgClassName
{
background-color: #1A1019;
}
</style>
border-color css
<style>
span { border-color: #1A1019; }
span { border-color: rgb(26,16,25); }
td.TdClassName
{
border-color: #1A1019;
}
.TagClassName
{
border-color: #1A1019;
}
</style>