Shades of Maire #0A0700
Tints of Maire #0A0700
RGB
CMYK
RGB Variations
Color information
#0A0700 (or 0x0A0700) is known color: Maire. HEX triplet: 0A, 07 and 00. RGB value is (10,7,0). Sum of RGB (Red+Green+Blue) = 10+7+0=17 (2% of max value = 765). Red value is 10 (4.30% from 255 or 58.82% from 17); Green value is 7 (3.12% from 255 or 41.18% from 17); Blue value is 0 (0.39% from 255 or 0% from 17); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0700 is #F5F8FF. Grayscale: #070707. Windows color (decimal): -16120064 or 1802. OLE color: 1802.
HSL color Cylindrical-coordinate representation of color #0A0700: hue angle of 42º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0700 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 7 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.96 |
| HSL | 42º | 1% | 0.02% | - |
| HSV(B) | 42º | 1% | 0.04% | - |
| XYZ | 0.2 | 0.22 | 0.03 | - |
| YUV | 7.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 0 | 0 | 0.30 | 1 | 0.96 | 42 | 1 | 0.02 |
| Hex | A | 7 | 0 | 0 | 1E | 64 | 60 | 2A | 64 | 2 |
| Octal | 12 | 7 | 0 | 0 | 36 | 144 | 140 | 52 | 144 | 2 |
| Binary | 1010 | 111 | 0 | 0 | 11110 | 1100100 | 1100000 | 101010 | 1100100 | 10 |
Color Harmonies of #0A0700
Complementary color
Monochromatic Colors of #0A0700
Black with #0A0700
Text Example
Text Example
White with #0A0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0700; }
p { color: rgb(10,7,0); }
H1.HeaderClassName
{
color: #0A0700;
}
.AnyTagClassName
{
color: #0A0700;
}
</style>
background-color css
<style>
a { background-color: #0A0700; }
a { background-color: rgb(10,7,0); }
div.DivClassName
{
background-color: #0A0700;
}
.BgClassName
{
background-color: #0A0700;
}
</style>
border-color css
<style>
span { border-color: #0A0700; }
span { border-color: rgb(10,7,0); }
td.TdClassName
{
border-color: #0A0700;
}
.TagClassName
{
border-color: #0A0700;
}
</style>