Shades of Maire #0F0A00
Tints of Maire #0F0A00
RGB
CMYK
RGB Variations
Color information
#0F0A00 (or 0x0F0A00) is known color: Maire. HEX triplet: 0F, 0A and 00. RGB value is (15,10,0). Sum of RGB (Red+Green+Blue) = 15+10+0=25 (3% of max value = 765). Red value is 15 (6.25% from 255 or 60% from 25); Green value is 10 (4.30% from 255 or 40% from 25); Blue value is 0 (0.39% from 255 or 0% from 25); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0A00 is #F0F5FF. Grayscale: #0A0A0A. Windows color (decimal): -15791616 or 2575. OLE color: 2575.
HSL color Cylindrical-coordinate representation of color #0F0A00: hue angle of 40º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0A00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 10 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.94 |
| HSL | 40º | 1% | 0.03% | - |
| HSV(B) | 40º | 1% | 0.06% | - |
| XYZ | 0.31 | 0.32 | 0.05 | - |
| YUV | 10.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 10 | 0 | 0 | 0.33 | 1 | 0.94 | 40 | 1 | 0.03 |
| Hex | F | A | 0 | 0 | 21 | 64 | 5E | 28 | 64 | 3 |
| Octal | 17 | 12 | 0 | 0 | 41 | 144 | 136 | 50 | 144 | 3 |
| Binary | 1111 | 1010 | 0 | 0 | 100001 | 1100100 | 1011110 | 101000 | 1100100 | 11 |
Color Harmonies of #0F0A00
Complementary color
Monochromatic Colors of #0F0A00
Black with #0F0A00
Text Example
Text Example
White with #0F0A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0A00; }
p { color: rgb(15,10,0); }
H1.HeaderClassName
{
color: #0F0A00;
}
.AnyTagClassName
{
color: #0F0A00;
}
</style>
background-color css
<style>
a { background-color: #0F0A00; }
a { background-color: rgb(15,10,0); }
div.DivClassName
{
background-color: #0F0A00;
}
.BgClassName
{
background-color: #0F0A00;
}
</style>
border-color css
<style>
span { border-color: #0F0A00; }
span { border-color: rgb(15,10,0); }
td.TdClassName
{
border-color: #0F0A00;
}
.TagClassName
{
border-color: #0F0A00;
}
</style>