Shades of Maire #0F0E06
Tints of Maire #0F0E06
RGB
CMYK
RGB Variations
Color information
#0F0E06 (or 0x0F0E06) is known color: Maire. HEX triplet: 0F, 0E and 06. RGB value is (15,14,6). Sum of RGB (Red+Green+Blue) = 15+14+6=35 (4% of max value = 765). Red value is 15 (6.25% from 255 or 42.86% from 35); Green value is 14 (5.86% from 255 or 40% from 35); Blue value is 6 (2.73% from 255 or 17.14% from 35); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0E06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0E06 is #F0F1F9. Grayscale: #0D0D0D. Windows color (decimal): -15790586 or 396815. OLE color: 396815.
HSL color Cylindrical-coordinate representation of color #0F0E06: hue angle of 53.33º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0F0E06 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 14 | 6 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.94 |
| HSL | 53.33º | 0.43% | 0.04% | - |
| HSV(B) | 53.33º | 0.6% | 0.06% | - |
| XYZ | 0.39 | 0.43 | 0.23 | - |
| YUV | 13.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 14 | 6 | 0 | 0.07 | 0.60 | 0.94 | 53.33 | 0.43 | 0.04 |
| Hex | F | E | 6 | 0 | 7 | 3C | 5E | 35 | 2B | 4 |
| Octal | 17 | 16 | 6 | 0 | 7 | 74 | 136 | 65 | 53 | 4 |
| Binary | 1111 | 1110 | 110 | 0 | 111 | 111100 | 1011110 | 110101 | 101011 | 100 |
Color Harmonies of #0F0E06
Complementary color
Monochromatic Colors of #0F0E06
Black with #0F0E06
Text Example
Text Example
White with #0F0E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0E06; }
p { color: rgb(15,14,6); }
H1.HeaderClassName
{
color: #0F0E06;
}
.AnyTagClassName
{
color: #0F0E06;
}
</style>
background-color css
<style>
a { background-color: #0F0E06; }
a { background-color: rgb(15,14,6); }
div.DivClassName
{
background-color: #0F0E06;
}
.BgClassName
{
background-color: #0F0E06;
}
</style>
border-color css
<style>
span { border-color: #0F0E06; }
span { border-color: rgb(15,14,6); }
td.TdClassName
{
border-color: #0F0E06;
}
.TagClassName
{
border-color: #0F0E06;
}
</style>