Shades of Mardi Gras #180816
Tints of Mardi Gras #180816
RGB
CMYK
RGB Variations
Color information
#180816 (or 0x180816) is known color: Mardi Gras. HEX triplet: 18, 08 and 16. RGB value is (24,8,22). Sum of RGB (Red+Green+Blue) = 24+8+22=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 8 (3.52% from 255 or 14.81% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 24 - color contains mainly: red. Hex color #180816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180816 is #E7F7E9. Grayscale: #0E0E0E. Windows color (decimal): -15202282 or 1443864. OLE color: 1443864.
HSL color Cylindrical-coordinate representation of color #180816: hue angle of 307.5º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #180816 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 8 | 22 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.91 |
| HSL | 307.5º | 0.5% | 0.06% | - |
| HSV(B) | 307.5º | 0.67% | 0.09% | - |
| XYZ | 0.61 | 0.43 | 0.81 | - |
| YUV | 14.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 22 | 0 | 0.67 | 0.08 | 0.91 | 307.5 | 0.5 | 0.06 |
| Hex | 18 | 8 | 16 | 0 | 43 | 8 | 5B | 134 | 32 | 6 |
| Octal | 30 | 10 | 26 | 0 | 103 | 10 | 133 | 464 | 62 | 6 |
| Binary | 11000 | 1000 | 10110 | 0 | 1000011 | 1000 | 1011011 | 100110100 | 110010 | 110 |
Color Harmonies of #180816
Complementary color
Monochromatic Colors of #180816
Black with #180816
Text Example
Text Example
White with #180816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180816; }
p { color: rgb(24,8,22); }
H1.HeaderClassName
{
color: #180816;
}
.AnyTagClassName
{
color: #180816;
}
</style>
background-color css
<style>
a { background-color: #180816; }
a { background-color: rgb(24,8,22); }
div.DivClassName
{
background-color: #180816;
}
.BgClassName
{
background-color: #180816;
}
</style>
border-color css
<style>
span { border-color: #180816; }
span { border-color: rgb(24,8,22); }
td.TdClassName
{
border-color: #180816;
}
.TagClassName
{
border-color: #180816;
}
</style>