Shades of Mardi Gras #1A0118
Tints of Mardi Gras #1A0118
RGB
CMYK
RGB Variations
Color information
#1A0118 (or 0x1A0118) is known color: Mardi Gras. HEX triplet: 1A, 01 and 18. RGB value is (26,1,24). Sum of RGB (Red+Green+Blue) = 26+1+24=51 (6% of max value = 765). Red value is 26 (10.55% from 255 or 50.98% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0118 is #E5FEE7. Grayscale: #0B0B0B. Windows color (decimal): -15073000 or 1573146. OLE color: 1573146.
HSL color Cylindrical-coordinate representation of color #1A0118: hue angle of 304.8º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A0118 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 1 | 24 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.90 |
| HSL | 304.8º | 0.93% | 0.05% | - |
| HSV(B) | 304.8º | 0.96% | 0.1% | - |
| XYZ | 0.6 | 0.31 | 0.89 | - |
| YUV | 11.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 24 | 0 | 0.96 | 0.08 | 0.90 | 304.8 | 0.93 | 0.05 |
| Hex | 1A | 1 | 18 | 0 | 60 | 8 | 5A | 131 | 5D | 5 |
| Octal | 32 | 1 | 30 | 0 | 140 | 10 | 132 | 461 | 135 | 5 |
| Binary | 11010 | 1 | 11000 | 0 | 1100000 | 1000 | 1011010 | 100110001 | 1011101 | 101 |
Color Harmonies of #1A0118
Complementary color
Monochromatic Colors of #1A0118
Black with #1A0118
Text Example
Text Example
White with #1A0118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0118; }
p { color: rgb(26,1,24); }
H1.HeaderClassName
{
color: #1A0118;
}
.AnyTagClassName
{
color: #1A0118;
}
</style>
background-color css
<style>
a { background-color: #1A0118; }
a { background-color: rgb(26,1,24); }
div.DivClassName
{
background-color: #1A0118;
}
.BgClassName
{
background-color: #1A0118;
}
</style>
border-color css
<style>
span { border-color: #1A0118; }
span { border-color: rgb(26,1,24); }
td.TdClassName
{
border-color: #1A0118;
}
.TagClassName
{
border-color: #1A0118;
}
</style>