Shades of Mardi Gras #180717
Tints of Mardi Gras #180717
RGB
CMYK
RGB Variations
Color information
#180717 (or 0x180717) is known color: Mardi Gras. HEX triplet: 18, 07 and 17. RGB value is (24,7,23). Sum of RGB (Red+Green+Blue) = 24+7+23=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 7 (3.12% from 255 or 12.96% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 24 - color contains mainly: red. Hex color #180717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180717 is #E7F8E8. Grayscale: #0D0D0D. Windows color (decimal): -15202537 or 1509144. OLE color: 1509144.
HSL color Cylindrical-coordinate representation of color #180717: hue angle of 303.53º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #180717 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 7 | 23 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.91 |
| HSL | 303.53º | 0.55% | 0.06% | - |
| HSV(B) | 303.53º | 0.71% | 0.09% | - |
| XYZ | 0.61 | 0.41 | 0.86 | - |
| YUV | 13.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 23 | 0 | 0.71 | 0.04 | 0.91 | 303.53 | 0.55 | 0.06 |
| Hex | 18 | 7 | 17 | 0 | 47 | 4 | 5B | 130 | 37 | 6 |
| Octal | 30 | 7 | 27 | 0 | 107 | 4 | 133 | 460 | 67 | 6 |
| Binary | 11000 | 111 | 10111 | 0 | 1000111 | 100 | 1011011 | 100110000 | 110111 | 110 |
Color Harmonies of #180717
Complementary color
Monochromatic Colors of #180717
Black with #180717
Text Example
Text Example
White with #180717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180717; }
p { color: rgb(24,7,23); }
H1.HeaderClassName
{
color: #180717;
}
.AnyTagClassName
{
color: #180717;
}
</style>
background-color css
<style>
a { background-color: #180717; }
a { background-color: rgb(24,7,23); }
div.DivClassName
{
background-color: #180717;
}
.BgClassName
{
background-color: #180717;
}
</style>
border-color css
<style>
span { border-color: #180717; }
span { border-color: rgb(24,7,23); }
td.TdClassName
{
border-color: #180717;
}
.TagClassName
{
border-color: #180717;
}
</style>