Shades of Mardi Gras #180C17
Tints of Mardi Gras #180C17
RGB
CMYK
RGB Variations
Color information
#180C17 (or 0x180C17) is known color: Mardi Gras. HEX triplet: 18, 0C and 17. RGB value is (24,12,23). Sum of RGB (Red+Green+Blue) = 24+12+23=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 23 (9.38% from 255 or 38.98% from 59); Max value from RGB is 24 - color contains mainly: red. Hex color #180C17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C17 is #E7F3E8. Grayscale: #101010. Windows color (decimal): -15201257 or 1510424. OLE color: 1510424.
HSL color Cylindrical-coordinate representation of color #180C17: hue angle of 305º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #180C17 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 12 | 23 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.91 |
| HSL | 305º | 0.33% | 0.07% | - |
| HSV(B) | 305º | 0.5% | 0.09% | - |
| XYZ | 0.66 | 0.52 | 0.88 | - |
| YUV | 16.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 23 | 0 | 0.50 | 0.04 | 0.91 | 305 | 0.33 | 0.07 |
| Hex | 18 | C | 17 | 0 | 32 | 4 | 5B | 131 | 21 | 7 |
| Octal | 30 | 14 | 27 | 0 | 62 | 4 | 133 | 461 | 41 | 7 |
| Binary | 11000 | 1100 | 10111 | 0 | 110010 | 100 | 1011011 | 100110001 | 100001 | 111 |
Color Harmonies of #180C17
Complementary color
Monochromatic Colors of #180C17
Black with #180C17
Text Example
Text Example
White with #180C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C17; }
p { color: rgb(24,12,23); }
H1.HeaderClassName
{
color: #180C17;
}
.AnyTagClassName
{
color: #180C17;
}
</style>
background-color css
<style>
a { background-color: #180C17; }
a { background-color: rgb(24,12,23); }
div.DivClassName
{
background-color: #180C17;
}
.BgClassName
{
background-color: #180C17;
}
</style>
border-color css
<style>
span { border-color: #180C17; }
span { border-color: rgb(24,12,23); }
td.TdClassName
{
border-color: #180C17;
}
.TagClassName
{
border-color: #180C17;
}
</style>