Shades of Mardi Gras #1A0A1A
Tints of Mardi Gras #1A0A1A
RGB
CMYK
RGB Variations
Color information
#1A0A1A (or 0x1A0A1A) is known color: Mardi Gras. HEX triplet: 1A, 0A and 1A. RGB value is (26,10,26). Sum of RGB (Red+Green+Blue) = 26+10+26=62 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.94% from 62); Green value is 10 (4.30% from 255 or 16.13% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 26 - color contains mainly: red, blue. Hex color #1A0A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0A1A is #E5F5E5. Grayscale: #101010. Windows color (decimal): -15070694 or 1706522. OLE color: 1706522.
HSL color Cylindrical-coordinate representation of color #1A0A1A: hue angle of 300º 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 #1A0A1A is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 10 | 26 | - |
| CMYK | 0 | 0.62 | 0 | 0.90 |
| HSL | 300º | 0.44% | 0.07% | - |
| HSV(B) | 300º | 0.62% | 0.1% | - |
| XYZ | 0.72 | 0.51 | 1.04 | - |
| YUV | 16.61 | 133.3 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 26 | 0 | 0.62 | 0 | 0.90 | 300 | 0.44 | 0.07 |
| Hex | 1A | A | 1A | 0 | 3E | 0 | 5A | 12C | 2C | 7 |
| Octal | 32 | 12 | 32 | 0 | 76 | 0 | 132 | 454 | 54 | 7 |
| Binary | 11010 | 1010 | 11010 | 0 | 111110 | 0 | 1011010 | 100101100 | 101100 | 111 |
Color Harmonies of #1A0A1A
Complementary color
Monochromatic Colors of #1A0A1A
Black with #1A0A1A
Text Example
Text Example
White with #1A0A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0A1A; }
p { color: rgb(26,10,26); }
H1.HeaderClassName
{
color: #1A0A1A;
}
.AnyTagClassName
{
color: #1A0A1A;
}
</style>
background-color css
<style>
a { background-color: #1A0A1A; }
a { background-color: rgb(26,10,26); }
div.DivClassName
{
background-color: #1A0A1A;
}
.BgClassName
{
background-color: #1A0A1A;
}
</style>
border-color css
<style>
span { border-color: #1A0A1A; }
span { border-color: rgb(26,10,26); }
td.TdClassName
{
border-color: #1A0A1A;
}
.TagClassName
{
border-color: #1A0A1A;
}
</style>