Shades of Mardi Gras #1A101B
Tints of Mardi Gras #1A101B
RGB
CMYK
RGB Variations
Color information
#1A101B (or 0x1A101B) is known color: Mardi Gras. HEX triplet: 1A, 10 and 1B. RGB value is (26,16,27). Sum of RGB (Red+Green+Blue) = 26+16+27=69 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.68% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 27 - color contains mainly: blue. Hex color #1A101B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A101B is #E5EFE4. Grayscale: #141414. Windows color (decimal): -15069157 or 1773594. OLE color: 1773594.
HSL color Cylindrical-coordinate representation of color #1A101B: hue angle of 294.55º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1A101B is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 16 | 27 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.89 |
| HSL | 294.55º | 0.26% | 0.08% | - |
| HSV(B) | 294.55º | 0.41% | 0.11% | - |
| XYZ | 0.81 | 0.67 | 1.12 | - |
| YUV | 20.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 27 | 0.04 | 0.41 | 0 | 0.89 | 294.55 | 0.26 | 0.08 |
| Hex | 1A | 10 | 1B | 4 | 29 | 0 | 59 | 127 | 1A | 8 |
| Octal | 32 | 20 | 33 | 4 | 51 | 0 | 131 | 447 | 32 | 10 |
| Binary | 11010 | 10000 | 11011 | 100 | 101001 | 0 | 1011001 | 100100111 | 11010 | 1000 |
Color Harmonies of #1A101B
Complementary color
Monochromatic Colors of #1A101B
Black with #1A101B
Text Example
Text Example
White with #1A101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A101B; }
p { color: rgb(26,16,27); }
H1.HeaderClassName
{
color: #1A101B;
}
.AnyTagClassName
{
color: #1A101B;
}
</style>
background-color css
<style>
a { background-color: #1A101B; }
a { background-color: rgb(26,16,27); }
div.DivClassName
{
background-color: #1A101B;
}
.BgClassName
{
background-color: #1A101B;
}
</style>
border-color css
<style>
span { border-color: #1A101B; }
span { border-color: rgb(26,16,27); }
td.TdClassName
{
border-color: #1A101B;
}
.TagClassName
{
border-color: #1A101B;
}
</style>