Shades of Maire #0A0A08
Tints of Maire #0A0A08
RGB
CMYK
RGB Variations
Color information
#0A0A08 (or 0x0A0A08) is known color: Maire. HEX triplet: 0A, 0A and 08. RGB value is (10,10,8). Sum of RGB (Red+Green+Blue) = 10+10+8=28 (3% of max value = 765). Red value is 10 (4.30% from 255 or 35.71% from 28); Green value is 10 (4.30% from 255 or 35.71% from 28); Blue value is 8 (3.52% from 255 or 28.57% from 28); Max value from RGB is 10 - color contains mainly: red, green. Hex color #0A0A08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0A08 is #F5F5F7. Grayscale: #090909. Windows color (decimal): -16119288 or 526858. OLE color: 526858.
HSL color Cylindrical-coordinate representation of color #0A0A08: hue angle of 60º 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 #0A0A08 is Cyan = 0, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.96.
Color convert
RGB | 10 | 10 | 8 | - |
CMYK | 0 | 0 | 0.2 | 0.96 |
HSL | 60º | 0.11% | 0.04% | - |
HSV(B) | 60º | 0.2% | 0.04% | - |
XYZ | 0.28 | 0.3 | 0.27 | - |
YUV | 9.77 | 127 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 10 | 8 | 0 | 0 | 0.2 | 0.96 | 60 | 0.11 | 0.04 |
Hex | A | A | 8 | 0 | 0 | 14 | 60 | 3C | B | 4 |
Octal | 12 | 12 | 10 | 0 | 0 | 24 | 140 | 74 | 13 | 4 |
Binary | 1010 | 1010 | 1000 | 0 | 0 | 10100 | 1100000 | 111100 | 1011 | 100 |
Color Harmonies of #0A0A08
Complementary color
Monochromatic Colors of #0A0A08
Black with #0A0A08
Text Example
Text Example
White with #0A0A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0A08; }
p { color: rgb(10,10,8); }
H1.HeaderClassName
{
color: #0A0A08;
}
.AnyTagClassName
{
color: #0A0A08;
}
</style>
background-color css
<style>
a { background-color: #0A0A08; }
a { background-color: rgb(10,10,8); }
div.DivClassName
{
background-color: #0A0A08;
}
.BgClassName
{
background-color: #0A0A08;
}
</style>
border-color css
<style>
span { border-color: #0A0A08; }
span { border-color: rgb(10,10,8); }
td.TdClassName
{
border-color: #0A0A08;
}
.TagClassName
{
border-color: #0A0A08;
}
</style>