Shades of Mardi Gras #191118
Tints of Mardi Gras #191118
RGB
CMYK
RGB Variations
Color information
#191118 (or 0x191118) is known color: Mardi Gras. HEX triplet: 19, 11 and 18. RGB value is (25,17,24). Sum of RGB (Red+Green+Blue) = 25+17+24=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 25 - color contains mainly: red. Hex color #191118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191118 is #E6EEE7. Grayscale: #141414. Windows color (decimal): -15134440 or 1577241. OLE color: 1577241.
HSL color Cylindrical-coordinate representation of color #191118: hue angle of 307.5º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #191118 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 17 | 24 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.90 |
| HSL | 307.5º | 0.19% | 0.08% | - |
| HSV(B) | 307.5º | 0.32% | 0.1% | - |
| XYZ | 0.77 | 0.67 | 0.95 | - |
| YUV | 20.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 24 | 0 | 0.32 | 0.04 | 0.90 | 307.5 | 0.19 | 0.08 |
| Hex | 19 | 11 | 18 | 0 | 20 | 4 | 5A | 134 | 13 | 8 |
| Octal | 31 | 21 | 30 | 0 | 40 | 4 | 132 | 464 | 23 | 10 |
| Binary | 11001 | 10001 | 11000 | 0 | 100000 | 100 | 1011010 | 100110100 | 10011 | 1000 |
Color Harmonies of #191118
Complementary color
Monochromatic Colors of #191118
Black with #191118
Text Example
Text Example
White with #191118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191118; }
p { color: rgb(25,17,24); }
H1.HeaderClassName
{
color: #191118;
}
.AnyTagClassName
{
color: #191118;
}
</style>
background-color css
<style>
a { background-color: #191118; }
a { background-color: rgb(25,17,24); }
div.DivClassName
{
background-color: #191118;
}
.BgClassName
{
background-color: #191118;
}
</style>
border-color css
<style>
span { border-color: #191118; }
span { border-color: rgb(25,17,24); }
td.TdClassName
{
border-color: #191118;
}
.TagClassName
{
border-color: #191118;
}
</style>