Shades of Mardi Gras #1A111B
Tints of Mardi Gras #1A111B
RGB
CMYK
RGB Variations
Color information
#1A111B (or 0x1A111B) is known color: Mardi Gras. HEX triplet: 1A, 11 and 1B. RGB value is (26,17,27). Sum of RGB (Red+Green+Blue) = 26+17+27=70 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.14% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 27 - color contains mainly: blue. Hex color #1A111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A111B is #E5EEE4. Grayscale: #141414. Windows color (decimal): -15068901 or 1773850. OLE color: 1773850.
HSL color Cylindrical-coordinate representation of color #1A111B: hue angle of 294º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1A111B is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 17 | 27 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.89 |
| HSL | 294º | 0.23% | 0.09% | - |
| HSV(B) | 294º | 0.37% | 0.11% | - |
| XYZ | 0.82 | 0.7 | 1.13 | - |
| YUV | 20.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 17 | 27 | 0.04 | 0.37 | 0 | 0.89 | 294 | 0.23 | 0.09 |
| Hex | 1A | 11 | 1B | 4 | 25 | 0 | 59 | 126 | 17 | 9 |
| Octal | 32 | 21 | 33 | 4 | 45 | 0 | 131 | 446 | 27 | 11 |
| Binary | 11010 | 10001 | 11011 | 100 | 100101 | 0 | 1011001 | 100100110 | 10111 | 1001 |
Color Harmonies of #1A111B
Complementary color
Monochromatic Colors of #1A111B
Black with #1A111B
Text Example
Text Example
White with #1A111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A111B; }
p { color: rgb(26,17,27); }
H1.HeaderClassName
{
color: #1A111B;
}
.AnyTagClassName
{
color: #1A111B;
}
</style>
background-color css
<style>
a { background-color: #1A111B; }
a { background-color: rgb(26,17,27); }
div.DivClassName
{
background-color: #1A111B;
}
.BgClassName
{
background-color: #1A111B;
}
</style>
border-color css
<style>
span { border-color: #1A111B; }
span { border-color: rgb(26,17,27); }
td.TdClassName
{
border-color: #1A111B;
}
.TagClassName
{
border-color: #1A111B;
}
</style>