Shades of Mardi Gras #180619
Tints of Mardi Gras #180619
RGB
CMYK
RGB Variations
Color information
#180619 (or 0x180619) is known color: Mardi Gras. HEX triplet: 18, 06 and 19. RGB value is (24,6,25). Sum of RGB (Red+Green+Blue) = 24+6+25=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 6 (2.73% from 255 or 10.91% from 55); Blue value is 25 (10.16% from 255 or 45.45% from 55); Max value from RGB is 25 - color contains mainly: blue. Hex color #180619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180619 is #E7F9E6. Grayscale: #0D0D0D. Windows color (decimal): -15202791 or 1639960. OLE color: 1639960.
HSL color Cylindrical-coordinate representation of color #180619: hue angle of 296.84º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #180619 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 6 | 25 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.90 |
| HSL | 296.84º | 0.61% | 0.06% | - |
| HSV(B) | 296.84º | 0.76% | 0.1% | - |
| XYZ | 0.62 | 0.39 | 0.96 | - |
| YUV | 13.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 6 | 25 | 0.04 | 0.76 | 0 | 0.90 | 296.84 | 0.61 | 0.06 |
| Hex | 18 | 6 | 19 | 4 | 4C | 0 | 5A | 129 | 3D | 6 |
| Octal | 30 | 6 | 31 | 4 | 114 | 0 | 132 | 451 | 75 | 6 |
| Binary | 11000 | 110 | 11001 | 100 | 1001100 | 0 | 1011010 | 100101001 | 111101 | 110 |
Color Harmonies of #180619
Complementary color
Monochromatic Colors of #180619
Black with #180619
Text Example
Text Example
White with #180619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180619; }
p { color: rgb(24,6,25); }
H1.HeaderClassName
{
color: #180619;
}
.AnyTagClassName
{
color: #180619;
}
</style>
background-color css
<style>
a { background-color: #180619; }
a { background-color: rgb(24,6,25); }
div.DivClassName
{
background-color: #180619;
}
.BgClassName
{
background-color: #180619;
}
</style>
border-color css
<style>
span { border-color: #180619; }
span { border-color: rgb(24,6,25); }
td.TdClassName
{
border-color: #180619;
}
.TagClassName
{
border-color: #180619;
}
</style>