Shades of Mardi Gras #181119
Tints of Mardi Gras #181119
RGB
CMYK
RGB Variations
Color information
#181119 (or 0x181119) is known color: Mardi Gras. HEX triplet: 18, 11 and 19. RGB value is (24,17,25). Sum of RGB (Red+Green+Blue) = 24+17+25=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 25 - color contains mainly: blue. Hex color #181119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181119 is #E7EEE6. Grayscale: #131313. Windows color (decimal): -15199975 or 1642776. OLE color: 1642776.
HSL color Cylindrical-coordinate representation of color #181119: hue angle of 292.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 #181119 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 17 | 25 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.90 |
| HSL | 292.5º | 0.19% | 0.08% | - |
| HSV(B) | 292.5º | 0.32% | 0.1% | - |
| XYZ | 0.75 | 0.67 | 1.01 | - |
| YUV | 20.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 17 | 25 | 0.04 | 0.32 | 0 | 0.90 | 292.5 | 0.19 | 0.08 |
| Hex | 18 | 11 | 19 | 4 | 20 | 0 | 5A | 124 | 13 | 8 |
| Octal | 30 | 21 | 31 | 4 | 40 | 0 | 132 | 444 | 23 | 10 |
| Binary | 11000 | 10001 | 11001 | 100 | 100000 | 0 | 1011010 | 100100100 | 10011 | 1000 |
Color Harmonies of #181119
Complementary color
Monochromatic Colors of #181119
Black with #181119
Text Example
Text Example
White with #181119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181119; }
p { color: rgb(24,17,25); }
H1.HeaderClassName
{
color: #181119;
}
.AnyTagClassName
{
color: #181119;
}
</style>
background-color css
<style>
a { background-color: #181119; }
a { background-color: rgb(24,17,25); }
div.DivClassName
{
background-color: #181119;
}
.BgClassName
{
background-color: #181119;
}
</style>
border-color css
<style>
span { border-color: #181119; }
span { border-color: rgb(24,17,25); }
td.TdClassName
{
border-color: #181119;
}
.TagClassName
{
border-color: #181119;
}
</style>