Shades of Mardi Gras #190818
Tints of Mardi Gras #190818
RGB
CMYK
RGB Variations
Color information
#190818 (or 0x190818) is known color: Mardi Gras. HEX triplet: 19, 08 and 18. RGB value is (25,8,24). Sum of RGB (Red+Green+Blue) = 25+8+24=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 25 - color contains mainly: red. Hex color #190818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190818 is #E6F7E7. Grayscale: #0E0E0E. Windows color (decimal): -15136744 or 1574937. OLE color: 1574937.
HSL color Cylindrical-coordinate representation of color #190818: hue angle of 303.53º 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 #190818 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 8 | 24 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.90 |
| HSL | 303.53º | 0.52% | 0.06% | - |
| HSV(B) | 303.53º | 0.68% | 0.1% | - |
| XYZ | 0.65 | 0.45 | 0.92 | - |
| YUV | 14.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 24 | 0 | 0.68 | 0.04 | 0.90 | 303.53 | 0.52 | 0.06 |
| Hex | 19 | 8 | 18 | 0 | 44 | 4 | 5A | 130 | 34 | 6 |
| Octal | 31 | 10 | 30 | 0 | 104 | 4 | 132 | 460 | 64 | 6 |
| Binary | 11001 | 1000 | 11000 | 0 | 1000100 | 100 | 1011010 | 100110000 | 110100 | 110 |
Color Harmonies of #190818
Complementary color
Monochromatic Colors of #190818
Black with #190818
Text Example
Text Example
White with #190818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190818; }
p { color: rgb(25,8,24); }
H1.HeaderClassName
{
color: #190818;
}
.AnyTagClassName
{
color: #190818;
}
</style>
background-color css
<style>
a { background-color: #190818; }
a { background-color: rgb(25,8,24); }
div.DivClassName
{
background-color: #190818;
}
.BgClassName
{
background-color: #190818;
}
</style>
border-color css
<style>
span { border-color: #190818; }
span { border-color: rgb(25,8,24); }
td.TdClassName
{
border-color: #190818;
}
.TagClassName
{
border-color: #190818;
}
</style>