Shades of Mardi Gras #1A041B
Tints of Mardi Gras #1A041B
RGB
CMYK
RGB Variations
Color information
#1A041B (or 0x1A041B) is known color: Mardi Gras. HEX triplet: 1A, 04 and 1B. RGB value is (26,4,27). Sum of RGB (Red+Green+Blue) = 26+4+27=57 (7% of max value = 765). Red value is 26 (10.55% from 255 or 45.61% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 27 - color contains mainly: blue. Hex color #1A041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A041B is #E5FBE4. Grayscale: #0D0D0D. Windows color (decimal): -15072229 or 1770522. OLE color: 1770522.
HSL color Cylindrical-coordinate representation of color #1A041B: hue angle of 297.39º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A041B is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 4 | 27 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.89 |
| HSL | 297.39º | 0.74% | 0.06% | - |
| HSV(B) | 297.39º | 0.85% | 0.11% | - |
| XYZ | 0.67 | 0.39 | 1.08 | - |
| YUV | 13.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 27 | 0.04 | 0.85 | 0 | 0.89 | 297.39 | 0.74 | 0.06 |
| Hex | 1A | 4 | 1B | 4 | 55 | 0 | 59 | 129 | 4A | 6 |
| Octal | 32 | 4 | 33 | 4 | 125 | 0 | 131 | 451 | 112 | 6 |
| Binary | 11010 | 100 | 11011 | 100 | 1010101 | 0 | 1011001 | 100101001 | 1001010 | 110 |
Color Harmonies of #1A041B
Complementary color
Monochromatic Colors of #1A041B
Black with #1A041B
Text Example
Text Example
White with #1A041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A041B; }
p { color: rgb(26,4,27); }
H1.HeaderClassName
{
color: #1A041B;
}
.AnyTagClassName
{
color: #1A041B;
}
</style>
background-color css
<style>
a { background-color: #1A041B; }
a { background-color: rgb(26,4,27); }
div.DivClassName
{
background-color: #1A041B;
}
.BgClassName
{
background-color: #1A041B;
}
</style>
border-color css
<style>
span { border-color: #1A041B; }
span { border-color: rgb(26,4,27); }
td.TdClassName
{
border-color: #1A041B;
}
.TagClassName
{
border-color: #1A041B;
}
</style>