Shades of Maire #0F1007
Tints of Maire #0F1007
RGB
CMYK
RGB Variations
Color information
#0F1007 (or 0x0F1007) is known color: Maire. HEX triplet: 0F, 10 and 07. RGB value is (15,16,7). Sum of RGB (Red+Green+Blue) = 15+16+7=38 (5% of max value = 765). Red value is 15 (6.25% from 255 or 39.47% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 7 (3.12% from 255 or 18.42% from 38); Max value from RGB is 16 - color contains mainly: green. Hex color #0F1007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1007 is #F0EFF8. Grayscale: #0E0E0E. Windows color (decimal): -15790073 or 462863. OLE color: 462863.
HSL color Cylindrical-coordinate representation of color #0F1007: hue angle of 66.67º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0F1007 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 16 | 7 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.94 |
| HSL | 66.67º | 0.39% | 0.05% | - |
| HSV(B) | 66.67º | 0.56% | 0.06% | - |
| XYZ | 0.42 | 0.49 | 0.27 | - |
| YUV | 14.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 7 | 0.06 | 0 | 0.56 | 0.94 | 66.67 | 0.39 | 0.05 |
| Hex | F | 10 | 7 | 6 | 0 | 38 | 5E | 43 | 27 | 5 |
| Octal | 17 | 20 | 7 | 6 | 0 | 70 | 136 | 103 | 47 | 5 |
| Binary | 1111 | 10000 | 111 | 110 | 0 | 111000 | 1011110 | 1000011 | 100111 | 101 |
Color Harmonies of #0F1007
Complementary color
Monochromatic Colors of #0F1007
Black with #0F1007
Text Example
Text Example
White with #0F1007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1007; }
p { color: rgb(15,16,7); }
H1.HeaderClassName
{
color: #0F1007;
}
.AnyTagClassName
{
color: #0F1007;
}
</style>
background-color css
<style>
a { background-color: #0F1007; }
a { background-color: rgb(15,16,7); }
div.DivClassName
{
background-color: #0F1007;
}
.BgClassName
{
background-color: #0F1007;
}
</style>
border-color css
<style>
span { border-color: #0F1007; }
span { border-color: rgb(15,16,7); }
td.TdClassName
{
border-color: #0F1007;
}
.TagClassName
{
border-color: #0F1007;
}
</style>