Shades of Mardi Gras #181418
Tints of Mardi Gras #181418
RGB
CMYK
RGB Variations
Color information
#181418 (or 0x181418) is known color: Mardi Gras. HEX triplet: 18, 14 and 18. RGB value is (24,20,24). Sum of RGB (Red+Green+Blue) = 24+20+24=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #181418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181418 is #E7EBE7. Grayscale: #151515. Windows color (decimal): -15199208 or 1578008. OLE color: 1578008.
HSL color Cylindrical-coordinate representation of color #181418: hue angle of 300º degrees, saturation: 0.09, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #181418 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 20 | 24 | - |
| CMYK | 0 | 0.17 | 0 | 0.91 |
| HSL | 300º | 0.09% | 0.09% | - |
| HSV(B) | 300º | 0.17% | 0.09% | - |
| XYZ | 0.79 | 0.76 | 0.97 | - |
| YUV | 21.65 | 129.33 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 24 | 0 | 0.17 | 0 | 0.91 | 300 | 0.09 | 0.09 |
| Hex | 18 | 14 | 18 | 0 | 11 | 0 | 5B | 12C | 9 | 9 |
| Octal | 30 | 24 | 30 | 0 | 21 | 0 | 133 | 454 | 11 | 11 |
| Binary | 11000 | 10100 | 11000 | 0 | 10001 | 0 | 1011011 | 100101100 | 1001 | 1001 |
Color Harmonies of #181418
Complementary color
Monochromatic Colors of #181418
Black with #181418
Text Example
Text Example
White with #181418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181418; }
p { color: rgb(24,20,24); }
H1.HeaderClassName
{
color: #181418;
}
.AnyTagClassName
{
color: #181418;
}
</style>
background-color css
<style>
a { background-color: #181418; }
a { background-color: rgb(24,20,24); }
div.DivClassName
{
background-color: #181418;
}
.BgClassName
{
background-color: #181418;
}
</style>
border-color css
<style>
span { border-color: #181418; }
span { border-color: rgb(24,20,24); }
td.TdClassName
{
border-color: #181418;
}
.TagClassName
{
border-color: #181418;
}
</style>