Shades of Mardi Gras #0A000A
Tints of Mardi Gras #0A000A
RGB
CMYK
RGB Variations
Color information
#0A000A (or 0x0A000A) is known color: Mardi Gras. HEX triplet: 0A, 00 and 0A. RGB value is (10,0,10). Sum of RGB (Red+Green+Blue) = 10+0+10=20 (2% of max value = 765). Red value is 10 (4.30% from 255 or 50% from 20); Green value is 0 (0.39% from 255 or 0% from 20); Blue value is 10 (4.30% from 255 or 50% from 20); Max value from RGB is 10 - color contains mainly: red, blue. Hex color #0A000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A000A is #F5FFF5. Grayscale: #040404. Windows color (decimal): -16121846 or 655370. OLE color: 655370.
HSL color Cylindrical-coordinate representation of color #0A000A: hue angle of 300º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A000A is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 0 | 10 | - |
| CMYK | 0 | 1 | 0 | 0.96 |
| HSL | 300º | 1% | 0.02% | - |
| HSV(B) | 300º | 1% | 0.04% | - |
| XYZ | 0.18 | 0.09 | 0.29 | - |
| YUV | 4.13 | 131.31 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 10 | 0 | 1 | 0 | 0.96 | 300 | 1 | 0.02 |
| Hex | A | 0 | A | 0 | 64 | 0 | 60 | 12C | 64 | 2 |
| Octal | 12 | 0 | 12 | 0 | 144 | 0 | 140 | 454 | 144 | 2 |
| Binary | 1010 | 0 | 1010 | 0 | 1100100 | 0 | 1100000 | 100101100 | 1100100 | 10 |
Color Harmonies of #0A000A
Complementary color
Monochromatic Colors of #0A000A
Black with #0A000A
Text Example
Text Example
White with #0A000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A000A; }
p { color: rgb(10,0,10); }
H1.HeaderClassName
{
color: #0A000A;
}
.AnyTagClassName
{
color: #0A000A;
}
</style>
background-color css
<style>
a { background-color: #0A000A; }
a { background-color: rgb(10,0,10); }
div.DivClassName
{
background-color: #0A000A;
}
.BgClassName
{
background-color: #0A000A;
}
</style>
border-color css
<style>
span { border-color: #0A000A; }
span { border-color: rgb(10,0,10); }
td.TdClassName
{
border-color: #0A000A;
}
.TagClassName
{
border-color: #0A000A;
}
</style>