Shades of Mardi Gras #1A051B
Tints of Mardi Gras #1A051B
RGB
CMYK
RGB Variations
Color information
#1A051B (or 0x1A051B) is known color: Mardi Gras. HEX triplet: 1A, 05 and 1B. RGB value is (26,5,27). Sum of RGB (Red+Green+Blue) = 26+5+27=58 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.83% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 27 - color contains mainly: blue. Hex color #1A051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A051B is #E5FAE4. Grayscale: #0D0D0D. Windows color (decimal): -15071973 or 1770778. OLE color: 1770778.
HSL color Cylindrical-coordinate representation of color #1A051B: hue angle of 297.27º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A051B is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 5 | 27 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.89 |
| HSL | 297.27º | 0.69% | 0.06% | - |
| HSV(B) | 297.27º | 0.81% | 0.11% | - |
| XYZ | 0.68 | 0.41 | 1.08 | - |
| YUV | 13.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 27 | 0.04 | 0.81 | 0 | 0.89 | 297.27 | 0.69 | 0.06 |
| Hex | 1A | 5 | 1B | 4 | 51 | 0 | 59 | 129 | 45 | 6 |
| Octal | 32 | 5 | 33 | 4 | 121 | 0 | 131 | 451 | 105 | 6 |
| Binary | 11010 | 101 | 11011 | 100 | 1010001 | 0 | 1011001 | 100101001 | 1000101 | 110 |
Color Harmonies of #1A051B
Complementary color
Monochromatic Colors of #1A051B
Black with #1A051B
Text Example
Text Example
White with #1A051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A051B; }
p { color: rgb(26,5,27); }
H1.HeaderClassName
{
color: #1A051B;
}
.AnyTagClassName
{
color: #1A051B;
}
</style>
background-color css
<style>
a { background-color: #1A051B; }
a { background-color: rgb(26,5,27); }
div.DivClassName
{
background-color: #1A051B;
}
.BgClassName
{
background-color: #1A051B;
}
</style>
border-color css
<style>
span { border-color: #1A051B; }
span { border-color: rgb(26,5,27); }
td.TdClassName
{
border-color: #1A051B;
}
.TagClassName
{
border-color: #1A051B;
}
</style>