Shades of Mardi Gras #1A0E1B
Tints of Mardi Gras #1A0E1B
RGB
CMYK
RGB Variations
Color information
#1A0E1B (or 0x1A0E1B) is known color: Mardi Gras. HEX triplet: 1A, 0E and 1B. RGB value is (26,14,27). Sum of RGB (Red+Green+Blue) = 26+14+27=67 (8% of max value = 765). Red value is 26 (10.55% from 255 or 38.81% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 27 - color contains mainly: blue. Hex color #1A0E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0E1B is #E5F1E4. Grayscale: #131313. Windows color (decimal): -15069669 or 1773082. OLE color: 1773082.
HSL color Cylindrical-coordinate representation of color #1A0E1B: hue angle of 295.38º degrees, saturation: 0.32, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1A0E1B is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 14 | 27 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.89 |
| HSL | 295.38º | 0.32% | 0.08% | - |
| HSV(B) | 295.38º | 0.48% | 0.11% | - |
| XYZ | 0.78 | 0.61 | 1.11 | - |
| YUV | 19.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 14 | 27 | 0.04 | 0.48 | 0 | 0.89 | 295.38 | 0.32 | 0.08 |
| Hex | 1A | E | 1B | 4 | 30 | 0 | 59 | 127 | 20 | 8 |
| Octal | 32 | 16 | 33 | 4 | 60 | 0 | 131 | 447 | 40 | 10 |
| Binary | 11010 | 1110 | 11011 | 100 | 110000 | 0 | 1011001 | 100100111 | 100000 | 1000 |
Color Harmonies of #1A0E1B
Complementary color
Monochromatic Colors of #1A0E1B
Black with #1A0E1B
Text Example
Text Example
White with #1A0E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0E1B; }
p { color: rgb(26,14,27); }
H1.HeaderClassName
{
color: #1A0E1B;
}
.AnyTagClassName
{
color: #1A0E1B;
}
</style>
background-color css
<style>
a { background-color: #1A0E1B; }
a { background-color: rgb(26,14,27); }
div.DivClassName
{
background-color: #1A0E1B;
}
.BgClassName
{
background-color: #1A0E1B;
}
</style>
border-color css
<style>
span { border-color: #1A0E1B; }
span { border-color: rgb(26,14,27); }
td.TdClassName
{
border-color: #1A0E1B;
}
.TagClassName
{
border-color: #1A0E1B;
}
</style>