Shades of Mardi Gras #1A0017
Tints of Mardi Gras #1A0017
RGB
CMYK
RGB Variations
Color information
#1A0017 (or 0x1A0017) is known color: Mardi Gras. HEX triplet: 1A, 00 and 17. RGB value is (26,0,23). Sum of RGB (Red+Green+Blue) = 26+0+23=49 (6% of max value = 765). Red value is 26 (10.55% from 255 or 53.06% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 23 (9.38% from 255 or 46.94% from 49); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0017 is #E5FFE8. Grayscale: #0A0A0A. Windows color (decimal): -15073257 or 1507354. OLE color: 1507354.
HSL color Cylindrical-coordinate representation of color #1A0017: hue angle of 306.92º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0017 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.12 | 0.90 |
| HSL | 306.92º | 1% | 0.05% | - |
| HSV(B) | 306.92º | 1% | 0.1% | - |
| XYZ | 0.58 | 0.28 | 0.83 | - |
| YUV | 10.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 23 | 0 | 1 | 0.12 | 0.90 | 306.92 | 1 | 0.05 |
| Hex | 1A | 0 | 17 | 0 | 64 | C | 5A | 133 | 64 | 5 |
| Octal | 32 | 0 | 27 | 0 | 144 | 14 | 132 | 463 | 144 | 5 |
| Binary | 11010 | 0 | 10111 | 0 | 1100100 | 1100 | 1011010 | 100110011 | 1100100 | 101 |
Color Harmonies of #1A0017
Complementary color
Monochromatic Colors of #1A0017
Black with #1A0017
Text Example
Text Example
White with #1A0017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0017; }
p { color: rgb(26,0,23); }
H1.HeaderClassName
{
color: #1A0017;
}
.AnyTagClassName
{
color: #1A0017;
}
</style>
background-color css
<style>
a { background-color: #1A0017; }
a { background-color: rgb(26,0,23); }
div.DivClassName
{
background-color: #1A0017;
}
.BgClassName
{
background-color: #1A0017;
}
</style>
border-color css
<style>
span { border-color: #1A0017; }
span { border-color: rgb(26,0,23); }
td.TdClassName
{
border-color: #1A0017;
}
.TagClassName
{
border-color: #1A0017;
}
</style>