Shades of Mardi Gras #180716
Tints of Mardi Gras #180716
RGB
CMYK
RGB Variations
Color information
#180716 (or 0x180716) is known color: Mardi Gras. HEX triplet: 18, 07 and 16. RGB value is (24,7,22). Sum of RGB (Red+Green+Blue) = 24+7+22=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 24 - color contains mainly: red. Hex color #180716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180716 is #E7F8E9. Grayscale: #0D0D0D. Windows color (decimal): -15202538 or 1443608. OLE color: 1443608.
HSL color Cylindrical-coordinate representation of color #180716: hue angle of 307.06º 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 #180716 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 7 | 22 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.91 |
| HSL | 307.06º | 0.55% | 0.06% | - |
| HSV(B) | 307.06º | 0.71% | 0.09% | - |
| XYZ | 0.6 | 0.4 | 0.81 | - |
| YUV | 13.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 22 | 0 | 0.71 | 0.08 | 0.91 | 307.06 | 0.55 | 0.06 |
| Hex | 18 | 7 | 16 | 0 | 47 | 8 | 5B | 133 | 37 | 6 |
| Octal | 30 | 7 | 26 | 0 | 107 | 10 | 133 | 463 | 67 | 6 |
| Binary | 11000 | 111 | 10110 | 0 | 1000111 | 1000 | 1011011 | 100110011 | 110111 | 110 |
Color Harmonies of #180716
Complementary color
Monochromatic Colors of #180716
Black with #180716
Text Example
Text Example
White with #180716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180716; }
p { color: rgb(24,7,22); }
H1.HeaderClassName
{
color: #180716;
}
.AnyTagClassName
{
color: #180716;
}
</style>
background-color css
<style>
a { background-color: #180716; }
a { background-color: rgb(24,7,22); }
div.DivClassName
{
background-color: #180716;
}
.BgClassName
{
background-color: #180716;
}
</style>
border-color css
<style>
span { border-color: #180716; }
span { border-color: rgb(24,7,22); }
td.TdClassName
{
border-color: #180716;
}
.TagClassName
{
border-color: #180716;
}
</style>