Shades of Mardi Gras #0A080A
Tints of Mardi Gras #0A080A
RGB
CMYK
RGB Variations
Color information
#0A080A (or 0x0A080A) is known color: Mardi Gras. HEX triplet: 0A, 08 and 0A. RGB value is (10,8,10). Sum of RGB (Red+Green+Blue) = 10+8+10=28 (3% of max value = 765). Red value is 10 (4.30% from 255 or 35.71% from 28); Green value is 8 (3.52% from 255 or 28.57% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 10 - color contains mainly: red, blue. Hex color #0A080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A080A is #F5F7F5. Grayscale: #080808. Windows color (decimal): -16119798 or 657418. OLE color: 657418.
HSL color Cylindrical-coordinate representation of color #0A080A: hue angle of 300º degrees, saturation: 0.11, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #0A080A is Cyan = 0, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 10 | 8 | 10 | - |
CMYK | 0 | 0.2 | 0 | 0.96 |
HSL | 300º | 0.11% | 0.04% | - |
HSV(B) | 300º | 0.2% | 0.04% | - |
XYZ | 0.27 | 0.26 | 0.32 | - |
YUV | 8.83 | 128.66 | 128.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 8 | 10 | 0 | 0.2 | 0 | 0.96 | 300 | 0.11 | 0.04 |
Hex | A | 8 | A | 0 | 14 | 0 | 60 | 12C | B | 4 |
Octal | 12 | 10 | 12 | 0 | 24 | 0 | 140 | 454 | 13 | 4 |
Binary | 1010 | 1000 | 1010 | 0 | 10100 | 0 | 1100000 | 100101100 | 1011 | 100 |
Color Harmonies of #0A080A
Complementary color
Monochromatic Colors of #0A080A
Black with #0A080A
Text Example
Text Example
White with #0A080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A080A; }
p { color: rgb(10,8,10); }
H1.HeaderClassName
{
color: #0A080A;
}
.AnyTagClassName
{
color: #0A080A;
}
</style>
background-color css
<style>
a { background-color: #0A080A; }
a { background-color: rgb(10,8,10); }
div.DivClassName
{
background-color: #0A080A;
}
.BgClassName
{
background-color: #0A080A;
}
</style>
border-color css
<style>
span { border-color: #0A080A; }
span { border-color: rgb(10,8,10); }
td.TdClassName
{
border-color: #0A080A;
}
.TagClassName
{
border-color: #0A080A;
}
</style>