Shades of Mardi Gras #181019
Tints of Mardi Gras #181019
RGB
CMYK
RGB Variations
Color information
#181019 (or 0x181019) is known color: Mardi Gras. HEX triplet: 18, 10 and 19. RGB value is (24,16,25). Sum of RGB (Red+Green+Blue) = 24+16+25=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 25 - color contains mainly: blue. Hex color #181019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181019 is #E7EFE6. Grayscale: #131313. Windows color (decimal): -15200231 or 1642520. OLE color: 1642520.
HSL color Cylindrical-coordinate representation of color #181019: hue angle of 293.33º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #181019 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 16 | 25 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.90 |
| HSL | 293.33º | 0.22% | 0.08% | - |
| HSV(B) | 293.33º | 0.36% | 0.1% | - |
| XYZ | 0.74 | 0.63 | 1 | - |
| YUV | 19.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 25 | 0.04 | 0.36 | 0 | 0.90 | 293.33 | 0.22 | 0.08 |
| Hex | 18 | 10 | 19 | 4 | 24 | 0 | 5A | 125 | 16 | 8 |
| Octal | 30 | 20 | 31 | 4 | 44 | 0 | 132 | 445 | 26 | 10 |
| Binary | 11000 | 10000 | 11001 | 100 | 100100 | 0 | 1011010 | 100100101 | 10110 | 1000 |
Color Harmonies of #181019
Complementary color
Monochromatic Colors of #181019
Black with #181019
Text Example
Text Example
White with #181019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181019; }
p { color: rgb(24,16,25); }
H1.HeaderClassName
{
color: #181019;
}
.AnyTagClassName
{
color: #181019;
}
</style>
background-color css
<style>
a { background-color: #181019; }
a { background-color: rgb(24,16,25); }
div.DivClassName
{
background-color: #181019;
}
.BgClassName
{
background-color: #181019;
}
</style>
border-color css
<style>
span { border-color: #181019; }
span { border-color: rgb(24,16,25); }
td.TdClassName
{
border-color: #181019;
}
.TagClassName
{
border-color: #181019;
}
</style>