Shades of Mardi Gras #180818
Tints of Mardi Gras #180818
RGB
CMYK
RGB Variations
Color information
#180818 (or 0x180818) is known color: Mardi Gras. HEX triplet: 18, 08 and 18. RGB value is (24,8,24). Sum of RGB (Red+Green+Blue) = 24+8+24=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #180818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180818 is #E7F7E7. Grayscale: #0E0E0E. Windows color (decimal): -15202280 or 1574936. OLE color: 1574936.
HSL color Cylindrical-coordinate representation of color #180818: hue angle of 300º 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 #180818 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 8 | 24 | - |
| CMYK | 0 | 0.67 | 0 | 0.91 |
| HSL | 300º | 0.5% | 0.06% | - |
| HSV(B) | 300º | 0.67% | 0.09% | - |
| XYZ | 0.63 | 0.43 | 0.91 | - |
| YUV | 14.61 | 133.3 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 24 | 0 | 0.67 | 0 | 0.91 | 300 | 0.5 | 0.06 |
| Hex | 18 | 8 | 18 | 0 | 43 | 0 | 5B | 12C | 32 | 6 |
| Octal | 30 | 10 | 30 | 0 | 103 | 0 | 133 | 454 | 62 | 6 |
| Binary | 11000 | 1000 | 11000 | 0 | 1000011 | 0 | 1011011 | 100101100 | 110010 | 110 |
Color Harmonies of #180818
Complementary color
Monochromatic Colors of #180818
Black with #180818
Text Example
Text Example
White with #180818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180818; }
p { color: rgb(24,8,24); }
H1.HeaderClassName
{
color: #180818;
}
.AnyTagClassName
{
color: #180818;
}
</style>
background-color css
<style>
a { background-color: #180818; }
a { background-color: rgb(24,8,24); }
div.DivClassName
{
background-color: #180818;
}
.BgClassName
{
background-color: #180818;
}
</style>
border-color css
<style>
span { border-color: #180818; }
span { border-color: rgb(24,8,24); }
td.TdClassName
{
border-color: #180818;
}
.TagClassName
{
border-color: #180818;
}
</style>