Shades of Mardi Gras #180919
Tints of Mardi Gras #180919
RGB
CMYK
RGB Variations
Color information
#180919 (or 0x180919) is known color: Mardi Gras. HEX triplet: 18, 09 and 19. RGB value is (24,9,25). Sum of RGB (Red+Green+Blue) = 24+9+25=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 25 (10.16% from 255 or 43.10% from 58); Max value from RGB is 25 - color contains mainly: blue. Hex color #180919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180919 is #E7F6E6. Grayscale: #0F0F0F. Windows color (decimal): -15202023 or 1640728. OLE color: 1640728.
HSL color Cylindrical-coordinate representation of color #180919: hue angle of 296.25º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #180919 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 9 | 25 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.90 |
| HSL | 296.25º | 0.47% | 0.07% | - |
| HSV(B) | 296.25º | 0.64% | 0.1% | - |
| XYZ | 0.65 | 0.46 | 0.97 | - |
| YUV | 15.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 25 | 0.04 | 0.64 | 0 | 0.90 | 296.25 | 0.47 | 0.07 |
| Hex | 18 | 9 | 19 | 4 | 40 | 0 | 5A | 128 | 2F | 7 |
| Octal | 30 | 11 | 31 | 4 | 100 | 0 | 132 | 450 | 57 | 7 |
| Binary | 11000 | 1001 | 11001 | 100 | 1000000 | 0 | 1011010 | 100101000 | 101111 | 111 |
Color Harmonies of #180919
Complementary color
Monochromatic Colors of #180919
Black with #180919
Text Example
Text Example
White with #180919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180919; }
p { color: rgb(24,9,25); }
H1.HeaderClassName
{
color: #180919;
}
.AnyTagClassName
{
color: #180919;
}
</style>
background-color css
<style>
a { background-color: #180919; }
a { background-color: rgb(24,9,25); }
div.DivClassName
{
background-color: #180919;
}
.BgClassName
{
background-color: #180919;
}
</style>
border-color css
<style>
span { border-color: #180919; }
span { border-color: rgb(24,9,25); }
td.TdClassName
{
border-color: #180919;
}
.TagClassName
{
border-color: #180919;
}
</style>