Shades of Mardi Gras #180515
Tints of Mardi Gras #180515
RGB
CMYK
RGB Variations
Color information
#180515 (or 0x180515) is known color: Mardi Gras. HEX triplet: 18, 05 and 15. RGB value is (24,5,21). Sum of RGB (Red+Green+Blue) = 24+5+21=50 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 21 (8.59% from 255 or 42% from 50); Max value from RGB is 24 - color contains mainly: red. Hex color #180515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180515 is #E7FAEA. Grayscale: #0C0C0C. Windows color (decimal): -15203051 or 1377560. OLE color: 1377560.
HSL color Cylindrical-coordinate representation of color #180515: hue angle of 309.47º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #180515 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 5 | 21 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.91 |
| HSL | 309.47º | 0.66% | 0.06% | - |
| HSV(B) | 309.47º | 0.79% | 0.09% | - |
| XYZ | 0.57 | 0.36 | 0.75 | - |
| YUV | 12.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 21 | 0 | 0.79 | 0.13 | 0.91 | 309.47 | 0.66 | 0.06 |
| Hex | 18 | 5 | 15 | 0 | 4F | D | 5B | 135 | 42 | 6 |
| Octal | 30 | 5 | 25 | 0 | 117 | 15 | 133 | 465 | 102 | 6 |
| Binary | 11000 | 101 | 10101 | 0 | 1001111 | 1101 | 1011011 | 100110101 | 1000010 | 110 |
Color Harmonies of #180515
Complementary color
Monochromatic Colors of #180515
Black with #180515
Text Example
Text Example
White with #180515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180515; }
p { color: rgb(24,5,21); }
H1.HeaderClassName
{
color: #180515;
}
.AnyTagClassName
{
color: #180515;
}
</style>
background-color css
<style>
a { background-color: #180515; }
a { background-color: rgb(24,5,21); }
div.DivClassName
{
background-color: #180515;
}
.BgClassName
{
background-color: #180515;
}
</style>
border-color css
<style>
span { border-color: #180515; }
span { border-color: rgb(24,5,21); }
td.TdClassName
{
border-color: #180515;
}
.TagClassName
{
border-color: #180515;
}
</style>