Shades of Mardi Gras #1A0D18
Tints of Mardi Gras #1A0D18
RGB
CMYK
RGB Variations
Color information
#1A0D18 (or 0x1A0D18) is known color: Mardi Gras. HEX triplet: 1A, 0D and 18. RGB value is (26,13,24). Sum of RGB (Red+Green+Blue) = 26+13+24=63 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.27% from 63); Green value is 13 (5.47% from 255 or 20.63% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0D18 is #E5F2E7. Grayscale: #121212. Windows color (decimal): -15069928 or 1576218. OLE color: 1576218.
HSL color Cylindrical-coordinate representation of color #1A0D18: hue angle of 309.23º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1A0D18 is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 13 | 24 | - |
| CMYK | 0 | 0.5 | 0.08 | 0.90 |
| HSL | 309.23º | 0.33% | 0.08% | - |
| HSV(B) | 309.23º | 0.5% | 0.1% | - |
| XYZ | 0.73 | 0.57 | 0.94 | - |
| YUV | 18.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 13 | 24 | 0 | 0.5 | 0.08 | 0.90 | 309.23 | 0.33 | 0.08 |
| Hex | 1A | D | 18 | 0 | 32 | 8 | 5A | 135 | 21 | 8 |
| Octal | 32 | 15 | 30 | 0 | 62 | 10 | 132 | 465 | 41 | 10 |
| Binary | 11010 | 1101 | 11000 | 0 | 110010 | 1000 | 1011010 | 100110101 | 100001 | 1000 |
Color Harmonies of #1A0D18
Complementary color
Monochromatic Colors of #1A0D18
Black with #1A0D18
Text Example
Text Example
White with #1A0D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0D18; }
p { color: rgb(26,13,24); }
H1.HeaderClassName
{
color: #1A0D18;
}
.AnyTagClassName
{
color: #1A0D18;
}
</style>
background-color css
<style>
a { background-color: #1A0D18; }
a { background-color: rgb(26,13,24); }
div.DivClassName
{
background-color: #1A0D18;
}
.BgClassName
{
background-color: #1A0D18;
}
</style>
border-color css
<style>
span { border-color: #1A0D18; }
span { border-color: rgb(26,13,24); }
td.TdClassName
{
border-color: #1A0D18;
}
.TagClassName
{
border-color: #1A0D18;
}
</style>