Shades of Mardi Gras #180419
Tints of Mardi Gras #180419
RGB
CMYK
RGB Variations
Color information
#180419 (or 0x180419) is known color: Mardi Gras. HEX triplet: 18, 04 and 19. RGB value is (24,4,25). Sum of RGB (Red+Green+Blue) = 24+4+25=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 25 - color contains mainly: blue. Hex color #180419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180419 is #E7FBE6. Grayscale: #0C0C0C. Windows color (decimal): -15203303 or 1639448. OLE color: 1639448.
HSL color Cylindrical-coordinate representation of color #180419: hue angle of 297.14º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #180419 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 4 | 25 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.90 |
| HSL | 297.14º | 0.72% | 0.06% | - |
| HSV(B) | 297.14º | 0.84% | 0.1% | - |
| XYZ | 0.6 | 0.35 | 0.96 | - |
| YUV | 12.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 25 | 0.04 | 0.84 | 0 | 0.90 | 297.14 | 0.72 | 0.06 |
| Hex | 18 | 4 | 19 | 4 | 54 | 0 | 5A | 129 | 48 | 6 |
| Octal | 30 | 4 | 31 | 4 | 124 | 0 | 132 | 451 | 110 | 6 |
| Binary | 11000 | 100 | 11001 | 100 | 1010100 | 0 | 1011010 | 100101001 | 1001000 | 110 |
Color Harmonies of #180419
Complementary color
Monochromatic Colors of #180419
Black with #180419
Text Example
Text Example
White with #180419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180419; }
p { color: rgb(24,4,25); }
H1.HeaderClassName
{
color: #180419;
}
.AnyTagClassName
{
color: #180419;
}
</style>
background-color css
<style>
a { background-color: #180419; }
a { background-color: rgb(24,4,25); }
div.DivClassName
{
background-color: #180419;
}
.BgClassName
{
background-color: #180419;
}
</style>
border-color css
<style>
span { border-color: #180419; }
span { border-color: rgb(24,4,25); }
td.TdClassName
{
border-color: #180419;
}
.TagClassName
{
border-color: #180419;
}
</style>