Shades of Maire #0F0A01
Tints of Maire #0F0A01
RGB
CMYK
RGB Variations
Color information
#0F0A01 (or 0x0F0A01) is known color: Maire. HEX triplet: 0F, 0A and 01. RGB value is (15,10,1). Sum of RGB (Red+Green+Blue) = 15+10+1=26 (3% of max value = 765). Red value is 15 (6.25% from 255 or 57.69% from 26); Green value is 10 (4.30% from 255 or 38.46% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0A01 is #F0F5FE. Grayscale: #0A0A0A. Windows color (decimal): -15791615 or 68111. OLE color: 68111.
HSL color Cylindrical-coordinate representation of color #0F0A01: hue angle of 38.57º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F0A01 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 10 | 1 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.94 |
| HSL | 38.57º | 0.88% | 0.03% | - |
| HSV(B) | 38.57º | 0.93% | 0.06% | - |
| XYZ | 0.31 | 0.32 | 0.07 | - |
| YUV | 10.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 10 | 1 | 0 | 0.33 | 0.93 | 0.94 | 38.57 | 0.88 | 0.03 |
| Hex | F | A | 1 | 0 | 21 | 5D | 5E | 27 | 58 | 3 |
| Octal | 17 | 12 | 1 | 0 | 41 | 135 | 136 | 47 | 130 | 3 |
| Binary | 1111 | 1010 | 1 | 0 | 100001 | 1011101 | 1011110 | 100111 | 1011000 | 11 |
Color Harmonies of #0F0A01
Complementary color
Monochromatic Colors of #0F0A01
Black with #0F0A01
Text Example
Text Example
White with #0F0A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0A01; }
p { color: rgb(15,10,1); }
H1.HeaderClassName
{
color: #0F0A01;
}
.AnyTagClassName
{
color: #0F0A01;
}
</style>
background-color css
<style>
a { background-color: #0F0A01; }
a { background-color: rgb(15,10,1); }
div.DivClassName
{
background-color: #0F0A01;
}
.BgClassName
{
background-color: #0F0A01;
}
</style>
border-color css
<style>
span { border-color: #0F0A01; }
span { border-color: rgb(15,10,1); }
td.TdClassName
{
border-color: #0F0A01;
}
.TagClassName
{
border-color: #0F0A01;
}
</style>