Shades of Mardi Gras #0A020A
Tints of Mardi Gras #0A020A
RGB
CMYK
RGB Variations
Color information
#0A020A (or 0x0A020A) is known color: Mardi Gras. HEX triplet: 0A, 02 and 0A. RGB value is (10,2,10). Sum of RGB (Red+Green+Blue) = 10+2+10=22 (2% of max value = 765). Red value is 10 (4.30% from 255 or 45.45% from 22); Green value is 2 (1.17% from 255 or 9.09% from 22); Blue value is 10 (4.30% from 255 or 45.45% from 22); Max value from RGB is 10 - color contains mainly: red, blue. Hex color #0A020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A020A is #F5FDF5. Grayscale: #050505. Windows color (decimal): -16121334 or 655882. OLE color: 655882.
HSL color Cylindrical-coordinate representation of color #0A020A: hue angle of 300º degrees, saturation: 0.67, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A020A is Cyan = 0, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 10 | 2 | 10 | - |
CMYK | 0 | 0.8 | 0 | 0.96 |
HSL | 300º | 0.67% | 0.02% | - |
HSV(B) | 300º | 0.8% | 0.04% | - |
XYZ | 0.2 | 0.13 | 0.3 | - |
YUV | 5.3 | 130.65 | 131.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 2 | 10 | 0 | 0.8 | 0 | 0.96 | 300 | 0.67 | 0.02 |
Hex | A | 2 | A | 0 | 50 | 0 | 60 | 12C | 43 | 2 |
Octal | 12 | 2 | 12 | 0 | 120 | 0 | 140 | 454 | 103 | 2 |
Binary | 1010 | 10 | 1010 | 0 | 1010000 | 0 | 1100000 | 100101100 | 1000011 | 10 |
Color Harmonies of #0A020A
Complementary color
Monochromatic Colors of #0A020A
Black with #0A020A
Text Example
Text Example
White with #0A020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A020A; }
p { color: rgb(10,2,10); }
H1.HeaderClassName
{
color: #0A020A;
}
.AnyTagClassName
{
color: #0A020A;
}
</style>
background-color css
<style>
a { background-color: #0A020A; }
a { background-color: rgb(10,2,10); }
div.DivClassName
{
background-color: #0A020A;
}
.BgClassName
{
background-color: #0A020A;
}
</style>
border-color css
<style>
span { border-color: #0A020A; }
span { border-color: rgb(10,2,10); }
td.TdClassName
{
border-color: #0A020A;
}
.TagClassName
{
border-color: #0A020A;
}
</style>