Shades of Mardi Gras #180018
Tints of Mardi Gras #180018
RGB
CMYK
RGB Variations
Color information
#180018 (or 0x180018) is known color: Mardi Gras. HEX triplet: 18, 00 and 18. RGB value is (24,0,24). Sum of RGB (Red+Green+Blue) = 24+0+24=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #180018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180018 is #E7FFE7. Grayscale: #090909. Windows color (decimal): -15204328 or 1572888. OLE color: 1572888.
HSL color Cylindrical-coordinate representation of color #180018: hue angle of 300º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180018 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 0 | 24 | - |
| CMYK | 0 | 1 | 0 | 0.91 |
| HSL | 300º | 1% | 0.05% | - |
| HSV(B) | 300º | 1% | 0.09% | - |
| XYZ | 0.54 | 0.26 | 0.89 | - |
| YUV | 9.91 | 135.95 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 24 | 0 | 1 | 0 | 0.91 | 300 | 1 | 0.05 |
| Hex | 18 | 0 | 18 | 0 | 64 | 0 | 5B | 12C | 64 | 5 |
| Octal | 30 | 0 | 30 | 0 | 144 | 0 | 133 | 454 | 144 | 5 |
| Binary | 11000 | 0 | 11000 | 0 | 1100100 | 0 | 1011011 | 100101100 | 1100100 | 101 |
Color Harmonies of #180018
Complementary color
Monochromatic Colors of #180018
Black with #180018
Text Example
Text Example
White with #180018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180018; }
p { color: rgb(24,0,24); }
H1.HeaderClassName
{
color: #180018;
}
.AnyTagClassName
{
color: #180018;
}
</style>
background-color css
<style>
a { background-color: #180018; }
a { background-color: rgb(24,0,24); }
div.DivClassName
{
background-color: #180018;
}
.BgClassName
{
background-color: #180018;
}
</style>
border-color css
<style>
span { border-color: #180018; }
span { border-color: rgb(24,0,24); }
td.TdClassName
{
border-color: #180018;
}
.TagClassName
{
border-color: #180018;
}
</style>