Shades of Mardi Gras #180318
Tints of Mardi Gras #180318
RGB
CMYK
RGB Variations
Color information
#180318 (or 0x180318) is known color: Mardi Gras. HEX triplet: 18, 03 and 18. RGB value is (24,3,24). Sum of RGB (Red+Green+Blue) = 24+3+24=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #180318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180318 is #E7FCE7. Grayscale: #0B0B0B. Windows color (decimal): -15203560 or 1573656. OLE color: 1573656.
HSL color Cylindrical-coordinate representation of color #180318: hue angle of 300º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180318 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
RGB | 24 | 3 | 24 | - |
CMYK | 0 | 0.88 | 0 | 0.91 |
HSL | 300º | 0.78% | 0.05% | - |
HSV(B) | 300º | 0.88% | 0.09% | - |
XYZ | 0.57 | 0.33 | 0.9 | - |
YUV | 11.67 | 134.96 | 136.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 3 | 24 | 0 | 0.88 | 0 | 0.91 | 300 | 0.78 | 0.05 |
Hex | 18 | 3 | 18 | 0 | 58 | 0 | 5B | 12C | 4E | 5 |
Octal | 30 | 3 | 30 | 0 | 130 | 0 | 133 | 454 | 116 | 5 |
Binary | 11000 | 11 | 11000 | 0 | 1011000 | 0 | 1011011 | 100101100 | 1001110 | 101 |
Color Harmonies of #180318
Complementary color
Monochromatic Colors of #180318
Black with #180318
Text Example
Text Example
White with #180318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180318; }
p { color: rgb(24,3,24); }
H1.HeaderClassName
{
color: #180318;
}
.AnyTagClassName
{
color: #180318;
}
</style>
background-color css
<style>
a { background-color: #180318; }
a { background-color: rgb(24,3,24); }
div.DivClassName
{
background-color: #180318;
}
.BgClassName
{
background-color: #180318;
}
</style>
border-color css
<style>
span { border-color: #180318; }
span { border-color: rgb(24,3,24); }
td.TdClassName
{
border-color: #180318;
}
.TagClassName
{
border-color: #180318;
}
</style>