Shades of Mardi Gras #1A081B
Tints of Mardi Gras #1A081B
RGB
CMYK
RGB Variations
Color information
#1A081B (or 0x1A081B) is known color: Mardi Gras. HEX triplet: 1A, 08 and 1B. RGB value is (26,8,27). Sum of RGB (Red+Green+Blue) = 26+8+27=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 27 - color contains mainly: blue. Hex color #1A081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A081B is #E5F7E4. Grayscale: #0F0F0F. Windows color (decimal): -15071205 or 1771546. OLE color: 1771546.
HSL color Cylindrical-coordinate representation of color #1A081B: hue angle of 296.84º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A081B is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 8 | 27 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.89 |
| HSL | 296.84º | 0.54% | 0.07% | - |
| HSV(B) | 296.84º | 0.7% | 0.11% | - |
| XYZ | 0.71 | 0.47 | 1.09 | - |
| YUV | 15.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 8 | 27 | 0.04 | 0.70 | 0 | 0.89 | 296.84 | 0.54 | 0.07 |
| Hex | 1A | 8 | 1B | 4 | 46 | 0 | 59 | 129 | 36 | 7 |
| Octal | 32 | 10 | 33 | 4 | 106 | 0 | 131 | 451 | 66 | 7 |
| Binary | 11010 | 1000 | 11011 | 100 | 1000110 | 0 | 1011001 | 100101001 | 110110 | 111 |
Color Harmonies of #1A081B
Complementary color
Monochromatic Colors of #1A081B
Black with #1A081B
Text Example
Text Example
White with #1A081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A081B; }
p { color: rgb(26,8,27); }
H1.HeaderClassName
{
color: #1A081B;
}
.AnyTagClassName
{
color: #1A081B;
}
</style>
background-color css
<style>
a { background-color: #1A081B; }
a { background-color: rgb(26,8,27); }
div.DivClassName
{
background-color: #1A081B;
}
.BgClassName
{
background-color: #1A081B;
}
</style>
border-color css
<style>
span { border-color: #1A081B; }
span { border-color: rgb(26,8,27); }
td.TdClassName
{
border-color: #1A081B;
}
.TagClassName
{
border-color: #1A081B;
}
</style>