Shades of Maire #0F1001
Tints of Maire #0F1001
RGB
CMYK
RGB Variations
Color information
#0F1001 (or 0x0F1001) is known color: Maire. HEX triplet: 0F, 10 and 01. RGB value is (15,16,1). Sum of RGB (Red+Green+Blue) = 15+16+1=32 (4% of max value = 765). Red value is 15 (6.25% from 255 or 46.88% from 32); Green value is 16 (6.64% from 255 or 50% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 16 - color contains mainly: green. Hex color #0F1001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1001 is #F0EFFE. Grayscale: #0E0E0E. Windows color (decimal): -15790079 or 69647. OLE color: 69647.
HSL color Cylindrical-coordinate representation of color #0F1001: hue angle of 64º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F1001 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 16 | 1 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.94 |
| HSL | 64º | 0.88% | 0.03% | - |
| HSV(B) | 64º | 0.94% | 0.06% | - |
| XYZ | 0.39 | 0.47 | 0.1 | - |
| YUV | 13.99 | 120.67 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 1 | 0.06 | 0 | 0.94 | 0.94 | 64 | 0.88 | 0.03 |
| Hex | F | 10 | 1 | 6 | 0 | 5E | 5E | 40 | 58 | 3 |
| Octal | 17 | 20 | 1 | 6 | 0 | 136 | 136 | 100 | 130 | 3 |
| Binary | 1111 | 10000 | 1 | 110 | 0 | 1011110 | 1011110 | 1000000 | 1011000 | 11 |
Color Harmonies of #0F1001
Complementary color
Monochromatic Colors of #0F1001
Black with #0F1001
Text Example
Text Example
White with #0F1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1001; }
p { color: rgb(15,16,1); }
H1.HeaderClassName
{
color: #0F1001;
}
.AnyTagClassName
{
color: #0F1001;
}
</style>
background-color css
<style>
a { background-color: #0F1001; }
a { background-color: rgb(15,16,1); }
div.DivClassName
{
background-color: #0F1001;
}
.BgClassName
{
background-color: #0F1001;
}
</style>
border-color css
<style>
span { border-color: #0F1001; }
span { border-color: rgb(15,16,1); }
td.TdClassName
{
border-color: #0F1001;
}
.TagClassName
{
border-color: #0F1001;
}
</style>