Shades of Mardi Gras #1A0217
Tints of Mardi Gras #1A0217
RGB
CMYK
RGB Variations
Color information
#1A0217 (or 0x1A0217) is known color: Mardi Gras. HEX triplet: 1A, 02 and 17. RGB value is (26,2,23). Sum of RGB (Red+Green+Blue) = 26+2+23=51 (6% of max value = 765). Red value is 26 (10.55% from 255 or 50.98% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 23 (9.38% from 255 or 45.10% from 51); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0217 is #E5FDE8. Grayscale: #0B0B0B. Windows color (decimal): -15072745 or 1507866. OLE color: 1507866.
HSL color Cylindrical-coordinate representation of color #1A0217: hue angle of 307.5º 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 #1A0217 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 2 | 23 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.90 |
| HSL | 307.5º | 0.86% | 0.05% | - |
| HSV(B) | 307.5º | 0.92% | 0.1% | - |
| XYZ | 0.6 | 0.32 | 0.84 | - |
| YUV | 11.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 23 | 0 | 0.92 | 0.12 | 0.90 | 307.5 | 0.86 | 0.05 |
| Hex | 1A | 2 | 17 | 0 | 5C | C | 5A | 134 | 56 | 5 |
| Octal | 32 | 2 | 27 | 0 | 134 | 14 | 132 | 464 | 126 | 5 |
| Binary | 11010 | 10 | 10111 | 0 | 1011100 | 1100 | 1011010 | 100110100 | 1010110 | 101 |
Color Harmonies of #1A0217
Complementary color
Monochromatic Colors of #1A0217
Black with #1A0217
Text Example
Text Example
White with #1A0217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0217; }
p { color: rgb(26,2,23); }
H1.HeaderClassName
{
color: #1A0217;
}
.AnyTagClassName
{
color: #1A0217;
}
</style>
background-color css
<style>
a { background-color: #1A0217; }
a { background-color: rgb(26,2,23); }
div.DivClassName
{
background-color: #1A0217;
}
.BgClassName
{
background-color: #1A0217;
}
</style>
border-color css
<style>
span { border-color: #1A0217; }
span { border-color: rgb(26,2,23); }
td.TdClassName
{
border-color: #1A0217;
}
.TagClassName
{
border-color: #1A0217;
}
</style>