Shades of Maire #0A0A06
Tints of Maire #0A0A06
RGB
CMYK
RGB Variations
Color information
#0A0A06 (or 0x0A0A06) is known color: Maire. HEX triplet: 0A, 0A and 06. RGB value is (10,10,6). Sum of RGB (Red+Green+Blue) = 10+10+6=26 (3% of max value = 765). Red value is 10 (4.30% from 255 or 38.46% from 26); Green value is 10 (4.30% from 255 or 38.46% from 26); Blue value is 6 (2.73% from 255 or 23.08% from 26); Max value from RGB is 10 - color contains mainly: red, green. Hex color #0A0A06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0A06 is #F5F5F9. Grayscale: #090909. Windows color (decimal): -16119290 or 395786. OLE color: 395786.
HSL color Cylindrical-coordinate representation of color #0A0A06: hue angle of 60º degrees, saturation: 0.25, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0A0A06 is Cyan = 0, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.96.
Color convert
RGB | 10 | 10 | 6 | - |
CMYK | 0 | 0 | 0.4 | 0.96 |
HSL | 60º | 0.25% | 0.03% | - |
HSV(B) | 60º | 0.4% | 0.04% | - |
XYZ | 0.27 | 0.29 | 0.22 | - |
YUV | 9.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 10 | 6 | 0 | 0 | 0.4 | 0.96 | 60 | 0.25 | 0.03 |
Hex | A | A | 6 | 0 | 0 | 28 | 60 | 3C | 19 | 3 |
Octal | 12 | 12 | 6 | 0 | 0 | 50 | 140 | 74 | 31 | 3 |
Binary | 1010 | 1010 | 110 | 0 | 0 | 101000 | 1100000 | 111100 | 11001 | 11 |
Color Harmonies of #0A0A06
Complementary color
Monochromatic Colors of #0A0A06
Black with #0A0A06
Text Example
Text Example
White with #0A0A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0A06; }
p { color: rgb(10,10,6); }
H1.HeaderClassName
{
color: #0A0A06;
}
.AnyTagClassName
{
color: #0A0A06;
}
</style>
background-color css
<style>
a { background-color: #0A0A06; }
a { background-color: rgb(10,10,6); }
div.DivClassName
{
background-color: #0A0A06;
}
.BgClassName
{
background-color: #0A0A06;
}
</style>
border-color css
<style>
span { border-color: #0A0A06; }
span { border-color: rgb(10,10,6); }
td.TdClassName
{
border-color: #0A0A06;
}
.TagClassName
{
border-color: #0A0A06;
}
</style>