Shades of Mardi Gras #1A071B
Tints of Mardi Gras #1A071B
RGB
CMYK
RGB Variations
Color information
#1A071B (or 0x1A071B) is known color: Mardi Gras. HEX triplet: 1A, 07 and 1B. RGB value is (26,7,27). Sum of RGB (Red+Green+Blue) = 26+7+27=60 (7% of max value = 765). Red value is 26 (10.55% from 255 or 43.33% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 27 - color contains mainly: blue. Hex color #1A071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A071B is #E5F8E4. Grayscale: #0E0E0E. Windows color (decimal): -15071461 or 1771290. OLE color: 1771290.
HSL color Cylindrical-coordinate representation of color #1A071B: hue angle of 297º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A071B is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 7 | 27 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.89 |
| HSL | 297º | 0.59% | 0.07% | - |
| HSV(B) | 297º | 0.74% | 0.11% | - |
| XYZ | 0.7 | 0.45 | 1.09 | - |
| YUV | 14.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 27 | 0.04 | 0.74 | 0 | 0.89 | 297 | 0.59 | 0.07 |
| Hex | 1A | 7 | 1B | 4 | 4A | 0 | 59 | 129 | 3B | 7 |
| Octal | 32 | 7 | 33 | 4 | 112 | 0 | 131 | 451 | 73 | 7 |
| Binary | 11010 | 111 | 11011 | 100 | 1001010 | 0 | 1011001 | 100101001 | 111011 | 111 |
Color Harmonies of #1A071B
Complementary color
Monochromatic Colors of #1A071B
Black with #1A071B
Text Example
Text Example
White with #1A071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A071B; }
p { color: rgb(26,7,27); }
H1.HeaderClassName
{
color: #1A071B;
}
.AnyTagClassName
{
color: #1A071B;
}
</style>
background-color css
<style>
a { background-color: #1A071B; }
a { background-color: rgb(26,7,27); }
div.DivClassName
{
background-color: #1A071B;
}
.BgClassName
{
background-color: #1A071B;
}
</style>
border-color css
<style>
span { border-color: #1A071B; }
span { border-color: rgb(26,7,27); }
td.TdClassName
{
border-color: #1A071B;
}
.TagClassName
{
border-color: #1A071B;
}
</style>