Shades of Mardi Gras #180D17
Tints of Mardi Gras #180D17
RGB
CMYK
RGB Variations
Color information
#180D17 (or 0x180D17) is known color: Mardi Gras. HEX triplet: 18, 0D and 17. RGB value is (24,13,23). Sum of RGB (Red+Green+Blue) = 24+13+23=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 24 - color contains mainly: red. Hex color #180D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180D17 is #E7F2E8. Grayscale: #111111. Windows color (decimal): -15201001 or 1510680. OLE color: 1510680.
HSL color Cylindrical-coordinate representation of color #180D17: hue angle of 305.45º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #180D17 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 13 | 23 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.91 |
| HSL | 305.45º | 0.3% | 0.07% | - |
| HSV(B) | 305.45º | 0.46% | 0.09% | - |
| XYZ | 0.68 | 0.54 | 0.88 | - |
| YUV | 17.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 23 | 0 | 0.46 | 0.04 | 0.91 | 305.45 | 0.3 | 0.07 |
| Hex | 18 | D | 17 | 0 | 2E | 4 | 5B | 131 | 1E | 7 |
| Octal | 30 | 15 | 27 | 0 | 56 | 4 | 133 | 461 | 36 | 7 |
| Binary | 11000 | 1101 | 10111 | 0 | 101110 | 100 | 1011011 | 100110001 | 11110 | 111 |
Color Harmonies of #180D17
Complementary color
Monochromatic Colors of #180D17
Black with #180D17
Text Example
Text Example
White with #180D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D17; }
p { color: rgb(24,13,23); }
H1.HeaderClassName
{
color: #180D17;
}
.AnyTagClassName
{
color: #180D17;
}
</style>
background-color css
<style>
a { background-color: #180D17; }
a { background-color: rgb(24,13,23); }
div.DivClassName
{
background-color: #180D17;
}
.BgClassName
{
background-color: #180D17;
}
</style>
border-color css
<style>
span { border-color: #180D17; }
span { border-color: rgb(24,13,23); }
td.TdClassName
{
border-color: #180D17;
}
.TagClassName
{
border-color: #180D17;
}
</style>