Shades of Maire #0F1100
Tints of Maire #0F1100
RGB
CMYK
RGB Variations
Color information
#0F1100 (or 0x0F1100) is known color: Maire. HEX triplet: 0F, 11 and 00. RGB value is (15,17,0). Sum of RGB (Red+Green+Blue) = 15+17+0=32 (4% of max value = 765). Red value is 15 (6.25% from 255 or 46.88% from 32); Green value is 17 (7.03% from 255 or 53.12% from 32); Blue value is 0 (0.39% from 255 or 0% from 32); Max value from RGB is 17 - color contains mainly: green. Hex color #0F1100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1100 is #F0EEFF. Grayscale: #0E0E0E. Windows color (decimal): -15789824 or 4367. OLE color: 4367.
HSL color Cylindrical-coordinate representation of color #0F1100: hue angle of 67.06º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F1100 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 17 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.93 |
| HSL | 67.06º | 1% | 0.03% | - |
| HSV(B) | 67.06º | 1% | 0.07% | - |
| XYZ | 0.4 | 0.5 | 0.08 | - |
| YUV | 14.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 17 | 0 | 0.12 | 0 | 1 | 0.93 | 67.06 | 1 | 0.03 |
| Hex | F | 11 | 0 | C | 0 | 64 | 5D | 43 | 64 | 3 |
| Octal | 17 | 21 | 0 | 14 | 0 | 144 | 135 | 103 | 144 | 3 |
| Binary | 1111 | 10001 | 0 | 1100 | 0 | 1100100 | 1011101 | 1000011 | 1100100 | 11 |
Color Harmonies of #0F1100
Complementary color
Monochromatic Colors of #0F1100
Black with #0F1100
Text Example
Text Example
White with #0F1100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1100; }
p { color: rgb(15,17,0); }
H1.HeaderClassName
{
color: #0F1100;
}
.AnyTagClassName
{
color: #0F1100;
}
</style>
background-color css
<style>
a { background-color: #0F1100; }
a { background-color: rgb(15,17,0); }
div.DivClassName
{
background-color: #0F1100;
}
.BgClassName
{
background-color: #0F1100;
}
</style>
border-color css
<style>
span { border-color: #0F1100; }
span { border-color: rgb(15,17,0); }
td.TdClassName
{
border-color: #0F1100;
}
.TagClassName
{
border-color: #0F1100;
}
</style>