Shades of Mardi Gras #1A0B1C
Tints of Mardi Gras #1A0B1C
RGB
CMYK
RGB Variations
Color information
#1A0B1C (or 0x1A0B1C) is known color: Mardi Gras. HEX triplet: 1A, 0B and 1C. RGB value is (26,11,28). Sum of RGB (Red+Green+Blue) = 26+11+28=65 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A0B1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0B1C is #E5F4E3. Grayscale: #111111. Windows color (decimal): -15070436 or 1837850. OLE color: 1837850.
HSL color Cylindrical-coordinate representation of color #1A0B1C: hue angle of 292.94º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A0B1C is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 11 | 28 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.89 |
| HSL | 292.94º | 0.44% | 0.08% | - |
| HSV(B) | 292.94º | 0.61% | 0.11% | - |
| XYZ | 0.76 | 0.54 | 1.16 | - |
| YUV | 17.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 11 | 28 | 0.07 | 0.61 | 0 | 0.89 | 292.94 | 0.44 | 0.08 |
| Hex | 1A | B | 1C | 7 | 3D | 0 | 59 | 125 | 2C | 8 |
| Octal | 32 | 13 | 34 | 7 | 75 | 0 | 131 | 445 | 54 | 10 |
| Binary | 11010 | 1011 | 11100 | 111 | 111101 | 0 | 1011001 | 100100101 | 101100 | 1000 |
Color Harmonies of #1A0B1C
Complementary color
Monochromatic Colors of #1A0B1C
Black with #1A0B1C
Text Example
Text Example
White with #1A0B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0B1C; }
p { color: rgb(26,11,28); }
H1.HeaderClassName
{
color: #1A0B1C;
}
.AnyTagClassName
{
color: #1A0B1C;
}
</style>
background-color css
<style>
a { background-color: #1A0B1C; }
a { background-color: rgb(26,11,28); }
div.DivClassName
{
background-color: #1A0B1C;
}
.BgClassName
{
background-color: #1A0B1C;
}
</style>
border-color css
<style>
span { border-color: #1A0B1C; }
span { border-color: rgb(26,11,28); }
td.TdClassName
{
border-color: #1A0B1C;
}
.TagClassName
{
border-color: #1A0B1C;
}
</style>