Shades of Mardi Gras #180D19
Tints of Mardi Gras #180D19
RGB
CMYK
RGB Variations
Color information
#180D19 (or 0x180D19) is known color: Mardi Gras. HEX triplet: 18, 0D and 19. RGB value is (24,13,25). Sum of RGB (Red+Green+Blue) = 24+13+25=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 25 (10.16% from 255 or 40.32% from 62); Max value from RGB is 25 - color contains mainly: blue. Hex color #180D19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180D19 is #E7F2E6. Grayscale: #111111. Windows color (decimal): -15200999 or 1641752. OLE color: 1641752.
HSL color Cylindrical-coordinate representation of color #180D19: hue angle of 295º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #180D19 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 13 | 25 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.90 |
| HSL | 295º | 0.32% | 0.07% | - |
| HSV(B) | 295º | 0.48% | 0.1% | - |
| XYZ | 0.7 | 0.55 | 0.99 | - |
| YUV | 17.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 25 | 0.04 | 0.48 | 0 | 0.90 | 295 | 0.32 | 0.07 |
| Hex | 18 | D | 19 | 4 | 30 | 0 | 5A | 127 | 20 | 7 |
| Octal | 30 | 15 | 31 | 4 | 60 | 0 | 132 | 447 | 40 | 7 |
| Binary | 11000 | 1101 | 11001 | 100 | 110000 | 0 | 1011010 | 100100111 | 100000 | 111 |
Color Harmonies of #180D19
Complementary color
Monochromatic Colors of #180D19
Black with #180D19
Text Example
Text Example
White with #180D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D19; }
p { color: rgb(24,13,25); }
H1.HeaderClassName
{
color: #180D19;
}
.AnyTagClassName
{
color: #180D19;
}
</style>
background-color css
<style>
a { background-color: #180D19; }
a { background-color: rgb(24,13,25); }
div.DivClassName
{
background-color: #180D19;
}
.BgClassName
{
background-color: #180D19;
}
</style>
border-color css
<style>
span { border-color: #180D19; }
span { border-color: rgb(24,13,25); }
td.TdClassName
{
border-color: #180D19;
}
.TagClassName
{
border-color: #180D19;
}
</style>