Shades of Mardi Gras #180417
Tints of Mardi Gras #180417
RGB
CMYK
RGB Variations
Color information
#180417 (or 0x180417) is known color: Mardi Gras. HEX triplet: 18, 04 and 17. RGB value is (24,4,23). Sum of RGB (Red+Green+Blue) = 24+4+23=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 23 (9.38% from 255 or 45.10% from 51); Max value from RGB is 24 - color contains mainly: red. Hex color #180417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180417 is #E7FBE8. Grayscale: #0C0C0C. Windows color (decimal): -15203305 or 1508376. OLE color: 1508376.
HSL color Cylindrical-coordinate representation of color #180417: hue angle of 303º degrees, saturation: 0.71, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #180417 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 4 | 23 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.91 |
| HSL | 303º | 0.71% | 0.05% | - |
| HSV(B) | 303º | 0.83% | 0.09% | - |
| XYZ | 0.57 | 0.34 | 0.85 | - |
| YUV | 12.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 23 | 0 | 0.83 | 0.04 | 0.91 | 303 | 0.71 | 0.05 |
| Hex | 18 | 4 | 17 | 0 | 53 | 4 | 5B | 12F | 47 | 5 |
| Octal | 30 | 4 | 27 | 0 | 123 | 4 | 133 | 457 | 107 | 5 |
| Binary | 11000 | 100 | 10111 | 0 | 1010011 | 100 | 1011011 | 100101111 | 1000111 | 101 |
Color Harmonies of #180417
Complementary color
Monochromatic Colors of #180417
Black with #180417
Text Example
Text Example
White with #180417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180417; }
p { color: rgb(24,4,23); }
H1.HeaderClassName
{
color: #180417;
}
.AnyTagClassName
{
color: #180417;
}
</style>
background-color css
<style>
a { background-color: #180417; }
a { background-color: rgb(24,4,23); }
div.DivClassName
{
background-color: #180417;
}
.BgClassName
{
background-color: #180417;
}
</style>
border-color css
<style>
span { border-color: #180417; }
span { border-color: rgb(24,4,23); }
td.TdClassName
{
border-color: #180417;
}
.TagClassName
{
border-color: #180417;
}
</style>