Shades of Mardi Gras #180617
Tints of Mardi Gras #180617
RGB
CMYK
RGB Variations
Color information
#180617 (or 0x180617) is known color: Mardi Gras. HEX triplet: 18, 06 and 17. RGB value is (24,6,23). Sum of RGB (Red+Green+Blue) = 24+6+23=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 23 (9.38% from 255 or 43.40% from 53); Max value from RGB is 24 - color contains mainly: red. Hex color #180617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180617 is #E7F9E8. Grayscale: #0D0D0D. Windows color (decimal): -15202793 or 1508888. OLE color: 1508888.
HSL color Cylindrical-coordinate representation of color #180617: hue angle of 303.33º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #180617 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 6 | 23 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.91 |
| HSL | 303.33º | 0.6% | 0.06% | - |
| HSV(B) | 303.33º | 0.75% | 0.09% | - |
| XYZ | 0.6 | 0.39 | 0.85 | - |
| YUV | 13.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 6 | 23 | 0 | 0.75 | 0.04 | 0.91 | 303.33 | 0.6 | 0.06 |
| Hex | 18 | 6 | 17 | 0 | 4B | 4 | 5B | 12F | 3C | 6 |
| Octal | 30 | 6 | 27 | 0 | 113 | 4 | 133 | 457 | 74 | 6 |
| Binary | 11000 | 110 | 10111 | 0 | 1001011 | 100 | 1011011 | 100101111 | 111100 | 110 |
Color Harmonies of #180617
Complementary color
Monochromatic Colors of #180617
Black with #180617
Text Example
Text Example
White with #180617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180617; }
p { color: rgb(24,6,23); }
H1.HeaderClassName
{
color: #180617;
}
.AnyTagClassName
{
color: #180617;
}
</style>
background-color css
<style>
a { background-color: #180617; }
a { background-color: rgb(24,6,23); }
div.DivClassName
{
background-color: #180617;
}
.BgClassName
{
background-color: #180617;
}
</style>
border-color css
<style>
span { border-color: #180617; }
span { border-color: rgb(24,6,23); }
td.TdClassName
{
border-color: #180617;
}
.TagClassName
{
border-color: #180617;
}
</style>