Shades of Mardi Gras #1A041A
Tints of Mardi Gras #1A041A
RGB
CMYK
RGB Variations
Color information
#1A041A (or 0x1A041A) is known color: Mardi Gras. HEX triplet: 1A, 04 and 1A. RGB value is (26,4,26). Sum of RGB (Red+Green+Blue) = 26+4+26=56 (7% of max value = 765). Red value is 26 (10.55% from 255 or 46.43% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 26 - color contains mainly: red, blue. Hex color #1A041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A041A is #E5FBE5. Grayscale: #0D0D0D. Windows color (decimal): -15072230 or 1704986. OLE color: 1704986.
HSL color Cylindrical-coordinate representation of color #1A041A: hue angle of 300º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A041A is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 4 | 26 | - |
| CMYK | 0 | 0.85 | 0 | 0.90 |
| HSL | 300º | 0.73% | 0.06% | - |
| HSV(B) | 300º | 0.85% | 0.1% | - |
| XYZ | 0.66 | 0.38 | 1.02 | - |
| YUV | 13.09 | 135.29 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 26 | 0 | 0.85 | 0 | 0.90 | 300 | 0.73 | 0.06 |
| Hex | 1A | 4 | 1A | 0 | 55 | 0 | 5A | 12C | 49 | 6 |
| Octal | 32 | 4 | 32 | 0 | 125 | 0 | 132 | 454 | 111 | 6 |
| Binary | 11010 | 100 | 11010 | 0 | 1010101 | 0 | 1011010 | 100101100 | 1001001 | 110 |
Color Harmonies of #1A041A
Complementary color
Monochromatic Colors of #1A041A
Black with #1A041A
Text Example
Text Example
White with #1A041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A041A; }
p { color: rgb(26,4,26); }
H1.HeaderClassName
{
color: #1A041A;
}
.AnyTagClassName
{
color: #1A041A;
}
</style>
background-color css
<style>
a { background-color: #1A041A; }
a { background-color: rgb(26,4,26); }
div.DivClassName
{
background-color: #1A041A;
}
.BgClassName
{
background-color: #1A041A;
}
</style>
border-color css
<style>
span { border-color: #1A041A; }
span { border-color: rgb(26,4,26); }
td.TdClassName
{
border-color: #1A041A;
}
.TagClassName
{
border-color: #1A041A;
}
</style>