Shades of Mardi Gras #180019
Tints of Mardi Gras #180019
RGB
CMYK
RGB Variations
Color information
#180019 (or 0x180019) is known color: Mardi Gras. HEX triplet: 18, 00 and 19. RGB value is (24,0,25). Sum of RGB (Red+Green+Blue) = 24+0+25=49 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48.98% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 25 (10.16% from 255 or 51.02% from 49); Max value from RGB is 25 - color contains mainly: blue. Hex color #180019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180019 is #E7FFE6. Grayscale: #090909. Windows color (decimal): -15204327 or 1638424. OLE color: 1638424.
HSL color Cylindrical-coordinate representation of color #180019: hue angle of 297.6º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180019 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 0 | 25 | - |
| CMYK | 0.04 | 1 | 0 | 0.90 |
| HSL | 297.6º | 1% | 0.05% | - |
| HSV(B) | 297.6º | 1% | 0.1% | - |
| XYZ | 0.55 | 0.26 | 0.94 | - |
| YUV | 10.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 25 | 0.04 | 1 | 0 | 0.90 | 297.6 | 1 | 0.05 |
| Hex | 18 | 0 | 19 | 4 | 64 | 0 | 5A | 12A | 64 | 5 |
| Octal | 30 | 0 | 31 | 4 | 144 | 0 | 132 | 452 | 144 | 5 |
| Binary | 11000 | 0 | 11001 | 100 | 1100100 | 0 | 1011010 | 100101010 | 1100100 | 101 |
Color Harmonies of #180019
Complementary color
Monochromatic Colors of #180019
Black with #180019
Text Example
Text Example
White with #180019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180019; }
p { color: rgb(24,0,25); }
H1.HeaderClassName
{
color: #180019;
}
.AnyTagClassName
{
color: #180019;
}
</style>
background-color css
<style>
a { background-color: #180019; }
a { background-color: rgb(24,0,25); }
div.DivClassName
{
background-color: #180019;
}
.BgClassName
{
background-color: #180019;
}
</style>
border-color css
<style>
span { border-color: #180019; }
span { border-color: rgb(24,0,25); }
td.TdClassName
{
border-color: #180019;
}
.TagClassName
{
border-color: #180019;
}
</style>