Shades of Mardi Gras #1A071A
Tints of Mardi Gras #1A071A
RGB
CMYK
RGB Variations
Color information
#1A071A (or 0x1A071A) is known color: Mardi Gras. HEX triplet: 1A, 07 and 1A. RGB value is (26,7,26). Sum of RGB (Red+Green+Blue) = 26+7+26=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 26 (10.55% from 255 or 44.07% from 59); Max value from RGB is 26 - color contains mainly: red, blue. Hex color #1A071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A071A is #E5F8E5. Grayscale: #0E0E0E. Windows color (decimal): -15071462 or 1705754. OLE color: 1705754.
HSL color Cylindrical-coordinate representation of color #1A071A: hue angle of 300º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A071A is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 7 | 26 | - |
| CMYK | 0 | 0.73 | 0 | 0.90 |
| HSL | 300º | 0.58% | 0.06% | - |
| HSV(B) | 300º | 0.73% | 0.1% | - |
| XYZ | 0.69 | 0.45 | 1.03 | - |
| YUV | 14.85 | 134.29 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 26 | 0 | 0.73 | 0 | 0.90 | 300 | 0.58 | 0.06 |
| Hex | 1A | 7 | 1A | 0 | 49 | 0 | 5A | 12C | 3A | 6 |
| Octal | 32 | 7 | 32 | 0 | 111 | 0 | 132 | 454 | 72 | 6 |
| Binary | 11010 | 111 | 11010 | 0 | 1001001 | 0 | 1011010 | 100101100 | 111010 | 110 |
Color Harmonies of #1A071A
Complementary color
Monochromatic Colors of #1A071A
Black with #1A071A
Text Example
Text Example
White with #1A071A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A071A; }
p { color: rgb(26,7,26); }
H1.HeaderClassName
{
color: #1A071A;
}
.AnyTagClassName
{
color: #1A071A;
}
</style>
background-color css
<style>
a { background-color: #1A071A; }
a { background-color: rgb(26,7,26); }
div.DivClassName
{
background-color: #1A071A;
}
.BgClassName
{
background-color: #1A071A;
}
</style>
border-color css
<style>
span { border-color: #1A071A; }
span { border-color: rgb(26,7,26); }
td.TdClassName
{
border-color: #1A071A;
}
.TagClassName
{
border-color: #1A071A;
}
</style>