Shades of Mardi Gras #181118
Tints of Mardi Gras #181118
RGB
CMYK
RGB Variations
Color information
#181118 (or 0x181118) is known color: Mardi Gras. HEX triplet: 18, 11 and 18. RGB value is (24,17,24). Sum of RGB (Red+Green+Blue) = 24+17+24=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #181118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181118 is #E7EEE7. Grayscale: #131313. Windows color (decimal): -15199976 or 1577240. OLE color: 1577240.
HSL color Cylindrical-coordinate representation of color #181118: hue angle of 300º degrees, saturation: 0.17, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #181118 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
RGB | 24 | 17 | 24 | - |
CMYK | 0 | 0.29 | 0 | 0.91 |
HSL | 300º | 0.17% | 0.08% | - |
HSV(B) | 300º | 0.29% | 0.09% | - |
XYZ | 0.74 | 0.66 | 0.95 | - |
YUV | 19.89 | 130.32 | 130.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 17 | 24 | 0 | 0.29 | 0 | 0.91 | 300 | 0.17 | 0.08 |
Hex | 18 | 11 | 18 | 0 | 1D | 0 | 5B | 12C | 11 | 8 |
Octal | 30 | 21 | 30 | 0 | 35 | 0 | 133 | 454 | 21 | 10 |
Binary | 11000 | 10001 | 11000 | 0 | 11101 | 0 | 1011011 | 100101100 | 10001 | 1000 |
Color Harmonies of #181118
Complementary color
Monochromatic Colors of #181118
Black with #181118
Text Example
Text Example
White with #181118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181118; }
p { color: rgb(24,17,24); }
H1.HeaderClassName
{
color: #181118;
}
.AnyTagClassName
{
color: #181118;
}
</style>
background-color css
<style>
a { background-color: #181118; }
a { background-color: rgb(24,17,24); }
div.DivClassName
{
background-color: #181118;
}
.BgClassName
{
background-color: #181118;
}
</style>
border-color css
<style>
span { border-color: #181118; }
span { border-color: rgb(24,17,24); }
td.TdClassName
{
border-color: #181118;
}
.TagClassName
{
border-color: #181118;
}
</style>