Shades of Mardi Gras #180017
Tints of Mardi Gras #180017
RGB
CMYK
RGB Variations
Color information
#180017 (or 0x180017) is known color: Mardi Gras. HEX triplet: 18, 00 and 17. RGB value is (24,0,23). Sum of RGB (Red+Green+Blue) = 24+0+23=47 (6% of max value = 765). Red value is 24 (9.77% from 255 or 51.06% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 23 (9.38% from 255 or 48.94% from 47); Max value from RGB is 24 - color contains mainly: red. Hex color #180017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180017 is #E7FFE8. Grayscale: #090909. Windows color (decimal): -15204329 or 1507352. OLE color: 1507352.
HSL color Cylindrical-coordinate representation of color #180017: hue angle of 302.5º 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 #180017 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.04 | 0.91 |
| HSL | 302.5º | 1% | 0.05% | - |
| HSV(B) | 302.5º | 1% | 0.09% | - |
| XYZ | 0.53 | 0.26 | 0.83 | - |
| YUV | 9.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 23 | 0 | 1 | 0.04 | 0.91 | 302.5 | 1 | 0.05 |
| Hex | 18 | 0 | 17 | 0 | 64 | 4 | 5B | 12E | 64 | 5 |
| Octal | 30 | 0 | 27 | 0 | 144 | 4 | 133 | 456 | 144 | 5 |
| Binary | 11000 | 0 | 10111 | 0 | 1100100 | 100 | 1011011 | 100101110 | 1100100 | 101 |
Color Harmonies of #180017
Complementary color
Monochromatic Colors of #180017
Black with #180017
Text Example
Text Example
White with #180017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180017; }
p { color: rgb(24,0,23); }
H1.HeaderClassName
{
color: #180017;
}
.AnyTagClassName
{
color: #180017;
}
</style>
background-color css
<style>
a { background-color: #180017; }
a { background-color: rgb(24,0,23); }
div.DivClassName
{
background-color: #180017;
}
.BgClassName
{
background-color: #180017;
}
</style>
border-color css
<style>
span { border-color: #180017; }
span { border-color: rgb(24,0,23); }
td.TdClassName
{
border-color: #180017;
}
.TagClassName
{
border-color: #180017;
}
</style>