Shades of Mardi Gras #1A021A
Tints of Mardi Gras #1A021A
RGB
CMYK
RGB Variations
Color information
#1A021A (or 0x1A021A) is known color: Mardi Gras. HEX triplet: 1A, 02 and 1A. RGB value is (26,2,26). Sum of RGB (Red+Green+Blue) = 26+2+26=54 (7% of max value = 765). Red value is 26 (10.55% from 255 or 48.15% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 26 - color contains mainly: red, blue. Hex color #1A021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A021A is #E5FDE5. Grayscale: #0B0B0B. Windows color (decimal): -15072742 or 1704474. OLE color: 1704474.
HSL color Cylindrical-coordinate representation of color #1A021A: hue angle of 300º 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 #1A021A is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 2 | 26 | - |
| CMYK | 0 | 0.92 | 0 | 0.90 |
| HSL | 300º | 0.86% | 0.05% | - |
| HSV(B) | 300º | 0.92% | 0.1% | - |
| XYZ | 0.63 | 0.34 | 1.01 | - |
| YUV | 11.91 | 135.95 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 26 | 0 | 0.92 | 0 | 0.90 | 300 | 0.86 | 0.05 |
| Hex | 1A | 2 | 1A | 0 | 5C | 0 | 5A | 12C | 56 | 5 |
| Octal | 32 | 2 | 32 | 0 | 134 | 0 | 132 | 454 | 126 | 5 |
| Binary | 11010 | 10 | 11010 | 0 | 1011100 | 0 | 1011010 | 100101100 | 1010110 | 101 |
Color Harmonies of #1A021A
Complementary color
Monochromatic Colors of #1A021A
Black with #1A021A
Text Example
Text Example
White with #1A021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A021A; }
p { color: rgb(26,2,26); }
H1.HeaderClassName
{
color: #1A021A;
}
.AnyTagClassName
{
color: #1A021A;
}
</style>
background-color css
<style>
a { background-color: #1A021A; }
a { background-color: rgb(26,2,26); }
div.DivClassName
{
background-color: #1A021A;
}
.BgClassName
{
background-color: #1A021A;
}
</style>
border-color css
<style>
span { border-color: #1A021A; }
span { border-color: rgb(26,2,26); }
td.TdClassName
{
border-color: #1A021A;
}
.TagClassName
{
border-color: #1A021A;
}
</style>