Shades of Mardi Gras #0A030A
Tints of Mardi Gras #0A030A
RGB
CMYK
RGB Variations
Color information
#0A030A (or 0x0A030A) is known color: Mardi Gras. HEX triplet: 0A, 03 and 0A. RGB value is (10,3,10). Sum of RGB (Red+Green+Blue) = 10+3+10=23 (3% of max value = 765). Red value is 10 (4.30% from 255 or 43.48% from 23); Green value is 3 (1.56% from 255 or 13.04% from 23); Blue value is 10 (4.30% from 255 or 43.48% from 23); Max value from RGB is 10 - color contains mainly: red, blue. Hex color #0A030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A030A is #F5FCF5. Grayscale: #050505. Windows color (decimal): -16121078 or 656138. OLE color: 656138.
HSL color Cylindrical-coordinate representation of color #0A030A: hue angle of 300º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0A030A is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 3 | 10 | - |
| CMYK | 0 | 0.70 | 0 | 0.96 |
| HSL | 300º | 0.54% | 0.03% | - |
| HSV(B) | 300º | 0.7% | 0.04% | - |
| XYZ | 0.21 | 0.15 | 0.31 | - |
| YUV | 5.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 10 | 0 | 0.70 | 0 | 0.96 | 300 | 0.54 | 0.03 |
| Hex | A | 3 | A | 0 | 46 | 0 | 60 | 12C | 36 | 3 |
| Octal | 12 | 3 | 12 | 0 | 106 | 0 | 140 | 454 | 66 | 3 |
| Binary | 1010 | 11 | 1010 | 0 | 1000110 | 0 | 1100000 | 100101100 | 110110 | 11 |
Color Harmonies of #0A030A
Complementary color
Monochromatic Colors of #0A030A
Black with #0A030A
Text Example
Text Example
White with #0A030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A030A; }
p { color: rgb(10,3,10); }
H1.HeaderClassName
{
color: #0A030A;
}
.AnyTagClassName
{
color: #0A030A;
}
</style>
background-color css
<style>
a { background-color: #0A030A; }
a { background-color: rgb(10,3,10); }
div.DivClassName
{
background-color: #0A030A;
}
.BgClassName
{
background-color: #0A030A;
}
</style>
border-color css
<style>
span { border-color: #0A030A; }
span { border-color: rgb(10,3,10); }
td.TdClassName
{
border-color: #0A030A;
}
.TagClassName
{
border-color: #0A030A;
}
</style>