Shades of Mardi Gras #0A0109
Tints of Mardi Gras #0A0109
RGB
CMYK
RGB Variations
Color information
#0A0109 (or 0x0A0109) is known color: Mardi Gras. HEX triplet: 0A, 01 and 09. RGB value is (10,1,9). Sum of RGB (Red+Green+Blue) = 10+1+9=20 (2% of max value = 765). Red value is 10 (4.30% from 255 or 50% from 20); Green value is 1 (0.78% from 255 or 5% from 20); Blue value is 9 (3.91% from 255 or 45% from 20); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0109 is #F5FEF6. Grayscale: #040404. Windows color (decimal): -16121591 or 590090. OLE color: 590090.
HSL color Cylindrical-coordinate representation of color #0A0109: hue angle of 306.67º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0109 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 1 | 9 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.96 |
| HSL | 306.67º | 0.82% | 0.02% | - |
| HSV(B) | 306.67º | 0.9% | 0.04% | - |
| XYZ | 0.19 | 0.11 | 0.27 | - |
| YUV | 4.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 9 | 0 | 0.90 | 0.10 | 0.96 | 306.67 | 0.82 | 0.02 |
| Hex | A | 1 | 9 | 0 | 5A | A | 60 | 133 | 52 | 2 |
| Octal | 12 | 1 | 11 | 0 | 132 | 12 | 140 | 463 | 122 | 2 |
| Binary | 1010 | 1 | 1001 | 0 | 1011010 | 1010 | 1100000 | 100110011 | 1010010 | 10 |
Color Harmonies of #0A0109
Complementary color
Monochromatic Colors of #0A0109
Black with #0A0109
Text Example
Text Example
White with #0A0109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0109; }
p { color: rgb(10,1,9); }
H1.HeaderClassName
{
color: #0A0109;
}
.AnyTagClassName
{
color: #0A0109;
}
</style>
background-color css
<style>
a { background-color: #0A0109; }
a { background-color: rgb(10,1,9); }
div.DivClassName
{
background-color: #0A0109;
}
.BgClassName
{
background-color: #0A0109;
}
</style>
border-color css
<style>
span { border-color: #0A0109; }
span { border-color: rgb(10,1,9); }
td.TdClassName
{
border-color: #0A0109;
}
.TagClassName
{
border-color: #0A0109;
}
</style>