Shades of Maire #0A0A01
Tints of Maire #0A0A01
RGB
CMYK
RGB Variations
Color information
#0A0A01 (or 0x0A0A01) is known color: Maire. HEX triplet: 0A, 0A and 01. RGB value is (10,10,1). Sum of RGB (Red+Green+Blue) = 10+10+1=21 (2% of max value = 765). Red value is 10 (4.30% from 255 or 47.62% from 21); Green value is 10 (4.30% from 255 or 47.62% from 21); Blue value is 1 (0.78% from 255 or 4.76% from 21); Max value from RGB is 10 - color contains mainly: red, green. Hex color #0A0A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0A01 is #F5F5FE. Grayscale: #090909. Windows color (decimal): -16119295 or 68106. OLE color: 68106.
HSL color Cylindrical-coordinate representation of color #0A0A01: hue angle of 60º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0A01 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 10 | 1 | - |
| CMYK | 0 | 0 | 0.90 | 0.96 |
| HSL | 60º | 0.82% | 0.02% | - |
| HSV(B) | 60º | 0.9% | 0.04% | - |
| XYZ | 0.24 | 0.28 | 0.07 | - |
| YUV | 8.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 10 | 1 | 0 | 0 | 0.90 | 0.96 | 60 | 0.82 | 0.02 |
| Hex | A | A | 1 | 0 | 0 | 5A | 60 | 3C | 52 | 2 |
| Octal | 12 | 12 | 1 | 0 | 0 | 132 | 140 | 74 | 122 | 2 |
| Binary | 1010 | 1010 | 1 | 0 | 0 | 1011010 | 1100000 | 111100 | 1010010 | 10 |
Color Harmonies of #0A0A01
Complementary color
Monochromatic Colors of #0A0A01
Black with #0A0A01
Text Example
Text Example
White with #0A0A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0A01; }
p { color: rgb(10,10,1); }
H1.HeaderClassName
{
color: #0A0A01;
}
.AnyTagClassName
{
color: #0A0A01;
}
</style>
background-color css
<style>
a { background-color: #0A0A01; }
a { background-color: rgb(10,10,1); }
div.DivClassName
{
background-color: #0A0A01;
}
.BgClassName
{
background-color: #0A0A01;
}
</style>
border-color css
<style>
span { border-color: #0A0A01; }
span { border-color: rgb(10,10,1); }
td.TdClassName
{
border-color: #0A0A01;
}
.TagClassName
{
border-color: #0A0A01;
}
</style>