Shades of Mardi Gras #180519
Tints of Mardi Gras #180519
RGB
CMYK
RGB Variations
Color information
#180519 (or 0x180519) is known color: Mardi Gras. HEX triplet: 18, 05 and 19. RGB value is (24,5,25). Sum of RGB (Red+Green+Blue) = 24+5+25=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 25 (10.16% from 255 or 46.30% from 54); Max value from RGB is 25 - color contains mainly: blue. Hex color #180519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180519 is #E7FAE6. Grayscale: #0C0C0C. Windows color (decimal): -15203047 or 1639704. OLE color: 1639704.
HSL color Cylindrical-coordinate representation of color #180519: hue angle of 297º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #180519 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 5 | 25 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.90 |
| HSL | 297º | 0.67% | 0.06% | - |
| HSV(B) | 297º | 0.8% | 0.1% | - |
| XYZ | 0.61 | 0.37 | 0.96 | - |
| YUV | 12.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 25 | 0.04 | 0.80 | 0 | 0.90 | 297 | 0.67 | 0.06 |
| Hex | 18 | 5 | 19 | 4 | 50 | 0 | 5A | 129 | 43 | 6 |
| Octal | 30 | 5 | 31 | 4 | 120 | 0 | 132 | 451 | 103 | 6 |
| Binary | 11000 | 101 | 11001 | 100 | 1010000 | 0 | 1011010 | 100101001 | 1000011 | 110 |
Color Harmonies of #180519
Complementary color
Monochromatic Colors of #180519
Black with #180519
Text Example
Text Example
White with #180519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180519; }
p { color: rgb(24,5,25); }
H1.HeaderClassName
{
color: #180519;
}
.AnyTagClassName
{
color: #180519;
}
</style>
background-color css
<style>
a { background-color: #180519; }
a { background-color: rgb(24,5,25); }
div.DivClassName
{
background-color: #180519;
}
.BgClassName
{
background-color: #180519;
}
</style>
border-color css
<style>
span { border-color: #180519; }
span { border-color: rgb(24,5,25); }
td.TdClassName
{
border-color: #180519;
}
.TagClassName
{
border-color: #180519;
}
</style>