Shades of Mardi Gras #180114
Tints of Mardi Gras #180114
RGB
CMYK
RGB Variations
Color information
#180114 (or 0x180114) is known color: Mardi Gras. HEX triplet: 18, 01 and 14. RGB value is (24,1,20). Sum of RGB (Red+Green+Blue) = 24+1+20=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 20 (8.20% from 255 or 44.44% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #180114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180114 is #E7FEEB. Grayscale: #090909. Windows color (decimal): -15204076 or 1311000. OLE color: 1311000.
HSL color Cylindrical-coordinate representation of color #180114: hue angle of 310.43º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180114 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 1 | 20 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.91 |
| HSL | 310.43º | 0.92% | 0.05% | - |
| HSV(B) | 310.43º | 0.96% | 0.09% | - |
| XYZ | 0.51 | 0.27 | 0.69 | - |
| YUV | 10.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 20 | 0 | 0.96 | 0.17 | 0.91 | 310.43 | 0.92 | 0.05 |
| Hex | 18 | 1 | 14 | 0 | 60 | 11 | 5B | 136 | 5C | 5 |
| Octal | 30 | 1 | 24 | 0 | 140 | 21 | 133 | 466 | 134 | 5 |
| Binary | 11000 | 1 | 10100 | 0 | 1100000 | 10001 | 1011011 | 100110110 | 1011100 | 101 |
Color Harmonies of #180114
Complementary color
Monochromatic Colors of #180114
Black with #180114
Text Example
Text Example
White with #180114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180114; }
p { color: rgb(24,1,20); }
H1.HeaderClassName
{
color: #180114;
}
.AnyTagClassName
{
color: #180114;
}
</style>
background-color css
<style>
a { background-color: #180114; }
a { background-color: rgb(24,1,20); }
div.DivClassName
{
background-color: #180114;
}
.BgClassName
{
background-color: #180114;
}
</style>
border-color css
<style>
span { border-color: #180114; }
span { border-color: rgb(24,1,20); }
td.TdClassName
{
border-color: #180114;
}
.TagClassName
{
border-color: #180114;
}
</style>