Shades of Mardi Gras #180119
Tints of Mardi Gras #180119
RGB
CMYK
RGB Variations
Color information
#180119 (or 0x180119) is known color: Mardi Gras. HEX triplet: 18, 01 and 19. RGB value is (24,1,25). Sum of RGB (Red+Green+Blue) = 24+1+25=50 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 25 (10.16% from 255 or 50% from 50); Max value from RGB is 25 - color contains mainly: blue. Hex color #180119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180119 is #E7FEE6. Grayscale: #0A0A0A. Windows color (decimal): -15204071 or 1638680. OLE color: 1638680.
HSL color Cylindrical-coordinate representation of color #180119: hue angle of 297.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180119 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 1 | 25 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.90 |
| HSL | 297.5º | 0.92% | 0.05% | - |
| HSV(B) | 297.5º | 0.96% | 0.1% | - |
| XYZ | 0.56 | 0.29 | 0.95 | - |
| YUV | 10.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 25 | 0.04 | 0.96 | 0 | 0.90 | 297.5 | 0.92 | 0.05 |
| Hex | 18 | 1 | 19 | 4 | 60 | 0 | 5A | 12A | 5C | 5 |
| Octal | 30 | 1 | 31 | 4 | 140 | 0 | 132 | 452 | 134 | 5 |
| Binary | 11000 | 1 | 11001 | 100 | 1100000 | 0 | 1011010 | 100101010 | 1011100 | 101 |
Color Harmonies of #180119
Complementary color
Monochromatic Colors of #180119
Black with #180119
Text Example
Text Example
White with #180119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180119; }
p { color: rgb(24,1,25); }
H1.HeaderClassName
{
color: #180119;
}
.AnyTagClassName
{
color: #180119;
}
</style>
background-color css
<style>
a { background-color: #180119; }
a { background-color: rgb(24,1,25); }
div.DivClassName
{
background-color: #180119;
}
.BgClassName
{
background-color: #180119;
}
</style>
border-color css
<style>
span { border-color: #180119; }
span { border-color: rgb(24,1,25); }
td.TdClassName
{
border-color: #180119;
}
.TagClassName
{
border-color: #180119;
}
</style>