Shades of Mardi Gras #1A131B
Tints of Mardi Gras #1A131B
RGB
CMYK
RGB Variations
Color information
#1A131B (or 0x1A131B) is known color: Mardi Gras. HEX triplet: 1A, 13 and 1B. RGB value is (26,19,27). Sum of RGB (Red+Green+Blue) = 26+19+27=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 27 - color contains mainly: blue. Hex color #1A131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A131B is #E5ECE4. Grayscale: #151515. Windows color (decimal): -15068389 or 1774362. OLE color: 1774362.
HSL color Cylindrical-coordinate representation of color #1A131B: hue angle of 292.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1A131B is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 19 | 27 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.89 |
| HSL | 292.5º | 0.17% | 0.09% | - |
| HSV(B) | 292.5º | 0.3% | 0.11% | - |
| XYZ | 0.86 | 0.76 | 1.14 | - |
| YUV | 22.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 27 | 0.04 | 0.30 | 0 | 0.89 | 292.5 | 0.17 | 0.09 |
| Hex | 1A | 13 | 1B | 4 | 1E | 0 | 59 | 124 | 11 | 9 |
| Octal | 32 | 23 | 33 | 4 | 36 | 0 | 131 | 444 | 21 | 11 |
| Binary | 11010 | 10011 | 11011 | 100 | 11110 | 0 | 1011001 | 100100100 | 10001 | 1001 |
Color Harmonies of #1A131B
Complementary color
Monochromatic Colors of #1A131B
Black with #1A131B
Text Example
Text Example
White with #1A131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A131B; }
p { color: rgb(26,19,27); }
H1.HeaderClassName
{
color: #1A131B;
}
.AnyTagClassName
{
color: #1A131B;
}
</style>
background-color css
<style>
a { background-color: #1A131B; }
a { background-color: rgb(26,19,27); }
div.DivClassName
{
background-color: #1A131B;
}
.BgClassName
{
background-color: #1A131B;
}
</style>
border-color css
<style>
span { border-color: #1A131B; }
span { border-color: rgb(26,19,27); }
td.TdClassName
{
border-color: #1A131B;
}
.TagClassName
{
border-color: #1A131B;
}
</style>