Shades of Mardi Gras #180C19
Tints of Mardi Gras #180C19
RGB
CMYK
RGB Variations
Color information
#180C19 (or 0x180C19) is known color: Mardi Gras. HEX triplet: 18, 0C and 19. RGB value is (24,12,25). Sum of RGB (Red+Green+Blue) = 24+12+25=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 12 (5.08% from 255 or 19.67% from 61); Blue value is 25 (10.16% from 255 or 40.98% from 61); Max value from RGB is 25 - color contains mainly: blue. Hex color #180C19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C19 is #E7F3E6. Grayscale: #111111. Windows color (decimal): -15201255 or 1641496. OLE color: 1641496.
HSL color Cylindrical-coordinate representation of color #180C19: hue angle of 295.38º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #180C19 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 12 | 25 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.90 |
| HSL | 295.38º | 0.35% | 0.07% | - |
| HSV(B) | 295.38º | 0.52% | 0.1% | - |
| XYZ | 0.68 | 0.53 | 0.99 | - |
| YUV | 17.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 25 | 0.04 | 0.52 | 0 | 0.90 | 295.38 | 0.35 | 0.07 |
| Hex | 18 | C | 19 | 4 | 34 | 0 | 5A | 127 | 23 | 7 |
| Octal | 30 | 14 | 31 | 4 | 64 | 0 | 132 | 447 | 43 | 7 |
| Binary | 11000 | 1100 | 11001 | 100 | 110100 | 0 | 1011010 | 100100111 | 100011 | 111 |
Color Harmonies of #180C19
Complementary color
Monochromatic Colors of #180C19
Black with #180C19
Text Example
Text Example
White with #180C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C19; }
p { color: rgb(24,12,25); }
H1.HeaderClassName
{
color: #180C19;
}
.AnyTagClassName
{
color: #180C19;
}
</style>
background-color css
<style>
a { background-color: #180C19; }
a { background-color: rgb(24,12,25); }
div.DivClassName
{
background-color: #180C19;
}
.BgClassName
{
background-color: #180C19;
}
</style>
border-color css
<style>
span { border-color: #180C19; }
span { border-color: rgb(24,12,25); }
td.TdClassName
{
border-color: #180C19;
}
.TagClassName
{
border-color: #180C19;
}
</style>