Shades of Maire #0F1002
Tints of Maire #0F1002
RGB
CMYK
RGB Variations
Color information
#0F1002 (or 0x0F1002) is known color: Maire. HEX triplet: 0F, 10 and 02. RGB value is (15,16,2). Sum of RGB (Red+Green+Blue) = 15+16+2=33 (4% of max value = 765). Red value is 15 (6.25% from 255 or 45.45% from 33); Green value is 16 (6.64% from 255 or 48.48% from 33); Blue value is 2 (1.17% from 255 or 6.06% from 33); Max value from RGB is 16 - color contains mainly: green. Hex color #0F1002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1002 is #F0EFFD. Grayscale: #0E0E0E. Windows color (decimal): -15790078 or 135183. OLE color: 135183.
HSL color Cylindrical-coordinate representation of color #0F1002: hue angle of 64.29º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F1002 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 16 | 2 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.94 |
| HSL | 64.29º | 0.78% | 0.04% | - |
| HSV(B) | 64.29º | 0.88% | 0.06% | - |
| XYZ | 0.39 | 0.48 | 0.13 | - |
| YUV | 14.11 | 121.17 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 2 | 0.06 | 0 | 0.87 | 0.94 | 64.29 | 0.78 | 0.04 |
| Hex | F | 10 | 2 | 6 | 0 | 57 | 5E | 40 | 4E | 4 |
| Octal | 17 | 20 | 2 | 6 | 0 | 127 | 136 | 100 | 116 | 4 |
| Binary | 1111 | 10000 | 10 | 110 | 0 | 1010111 | 1011110 | 1000000 | 1001110 | 100 |
Color Harmonies of #0F1002
Complementary color
Monochromatic Colors of #0F1002
Black with #0F1002
Text Example
Text Example
White with #0F1002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1002; }
p { color: rgb(15,16,2); }
H1.HeaderClassName
{
color: #0F1002;
}
.AnyTagClassName
{
color: #0F1002;
}
</style>
background-color css
<style>
a { background-color: #0F1002; }
a { background-color: rgb(15,16,2); }
div.DivClassName
{
background-color: #0F1002;
}
.BgClassName
{
background-color: #0F1002;
}
</style>
border-color css
<style>
span { border-color: #0F1002; }
span { border-color: rgb(15,16,2); }
td.TdClassName
{
border-color: #0F1002;
}
.TagClassName
{
border-color: #0F1002;
}
</style>