Shades of Mardi Gras #120813
Tints of Mardi Gras #120813
RGB
CMYK
RGB Variations
Color information
#120813 (or 0x120813) is known color: Mardi Gras. HEX triplet: 12, 08 and 13. RGB value is (18,8,19). Sum of RGB (Red+Green+Blue) = 18+8+19=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 19 - color contains mainly: blue. Hex color #120813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120813 is #EDF7EC. Grayscale: #0C0C0C. Windows color (decimal): -15595501 or 1247250. OLE color: 1247250.
HSL color Cylindrical-coordinate representation of color #120813: hue angle of 294.55º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #120813 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 8 | 19 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.93 |
| HSL | 294.55º | 0.41% | 0.05% | - |
| HSV(B) | 294.55º | 0.58% | 0.07% | - |
| XYZ | 0.45 | 0.35 | 0.66 | - |
| YUV | 12.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 19 | 0.05 | 0.58 | 0 | 0.93 | 294.55 | 0.41 | 0.05 |
| Hex | 12 | 8 | 13 | 5 | 3A | 0 | 5D | 127 | 29 | 5 |
| Octal | 22 | 10 | 23 | 5 | 72 | 0 | 135 | 447 | 51 | 5 |
| Binary | 10010 | 1000 | 10011 | 101 | 111010 | 0 | 1011101 | 100100111 | 101001 | 101 |
Color Harmonies of #120813
Complementary color
Monochromatic Colors of #120813
Black with #120813
Text Example
Text Example
White with #120813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120813; }
p { color: rgb(18,8,19); }
H1.HeaderClassName
{
color: #120813;
}
.AnyTagClassName
{
color: #120813;
}
</style>
background-color css
<style>
a { background-color: #120813; }
a { background-color: rgb(18,8,19); }
div.DivClassName
{
background-color: #120813;
}
.BgClassName
{
background-color: #120813;
}
</style>
border-color css
<style>
span { border-color: #120813; }
span { border-color: rgb(18,8,19); }
td.TdClassName
{
border-color: #120813;
}
.TagClassName
{
border-color: #120813;
}
</style>