Shades of Mardi Gras #180819
Tints of Mardi Gras #180819
RGB
CMYK
RGB Variations
Color information
#180819 (or 0x180819) is known color: Mardi Gras. HEX triplet: 18, 08 and 19. RGB value is (24,8,25). Sum of RGB (Red+Green+Blue) = 24+8+25=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 25 - color contains mainly: blue. Hex color #180819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180819 is #E7F7E6. Grayscale: #0E0E0E. Windows color (decimal): -15202279 or 1640472. OLE color: 1640472.
HSL color Cylindrical-coordinate representation of color #180819: hue angle of 296.47º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #180819 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 8 | 25 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.90 |
| HSL | 296.47º | 0.52% | 0.06% | - |
| HSV(B) | 296.47º | 0.68% | 0.1% | - |
| XYZ | 0.64 | 0.44 | 0.97 | - |
| YUV | 14.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 25 | 0.04 | 0.68 | 0 | 0.90 | 296.47 | 0.52 | 0.06 |
| Hex | 18 | 8 | 19 | 4 | 44 | 0 | 5A | 128 | 34 | 6 |
| Octal | 30 | 10 | 31 | 4 | 104 | 0 | 132 | 450 | 64 | 6 |
| Binary | 11000 | 1000 | 11001 | 100 | 1000100 | 0 | 1011010 | 100101000 | 110100 | 110 |
Color Harmonies of #180819
Complementary color
Monochromatic Colors of #180819
Black with #180819
Text Example
Text Example
White with #180819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180819; }
p { color: rgb(24,8,25); }
H1.HeaderClassName
{
color: #180819;
}
.AnyTagClassName
{
color: #180819;
}
</style>
background-color css
<style>
a { background-color: #180819; }
a { background-color: rgb(24,8,25); }
div.DivClassName
{
background-color: #180819;
}
.BgClassName
{
background-color: #180819;
}
</style>
border-color css
<style>
span { border-color: #180819; }
span { border-color: rgb(24,8,25); }
td.TdClassName
{
border-color: #180819;
}
.TagClassName
{
border-color: #180819;
}
</style>