Shades of Mardi Gras #180E19
Tints of Mardi Gras #180E19
RGB
CMYK
RGB Variations
Color information
#180E19 (or 0x180E19) is known color: Mardi Gras. HEX triplet: 18, 0E and 19. RGB value is (24,14,25). Sum of RGB (Red+Green+Blue) = 24+14+25=63 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.10% from 63); Green value is 14 (5.86% from 255 or 22.22% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 25 - color contains mainly: blue. Hex color #180E19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180E19 is #E7F1E6. Grayscale: #121212. Windows color (decimal): -15200743 or 1642008. OLE color: 1642008.
HSL color Cylindrical-coordinate representation of color #180E19: hue angle of 294.55º degrees, saturation: 0.28, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #180E19 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 14 | 25 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.90 |
| HSL | 294.55º | 0.28% | 0.08% | - |
| HSV(B) | 294.55º | 0.44% | 0.1% | - |
| XYZ | 0.71 | 0.58 | 0.99 | - |
| YUV | 18.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 25 | 0.04 | 0.44 | 0 | 0.90 | 294.55 | 0.28 | 0.08 |
| Hex | 18 | E | 19 | 4 | 2C | 0 | 5A | 127 | 1C | 8 |
| Octal | 30 | 16 | 31 | 4 | 54 | 0 | 132 | 447 | 34 | 10 |
| Binary | 11000 | 1110 | 11001 | 100 | 101100 | 0 | 1011010 | 100100111 | 11100 | 1000 |
Color Harmonies of #180E19
Complementary color
Monochromatic Colors of #180E19
Black with #180E19
Text Example
Text Example
White with #180E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180E19; }
p { color: rgb(24,14,25); }
H1.HeaderClassName
{
color: #180E19;
}
.AnyTagClassName
{
color: #180E19;
}
</style>
background-color css
<style>
a { background-color: #180E19; }
a { background-color: rgb(24,14,25); }
div.DivClassName
{
background-color: #180E19;
}
.BgClassName
{
background-color: #180E19;
}
</style>
border-color css
<style>
span { border-color: #180E19; }
span { border-color: rgb(24,14,25); }
td.TdClassName
{
border-color: #180E19;
}
.TagClassName
{
border-color: #180E19;
}
</style>