Shades of Maire #0E0F06
Tints of Maire #0E0F06
RGB
CMYK
RGB Variations
Color information
#0E0F06 (or 0x0E0F06) is known color: Maire. HEX triplet: 0E, 0F and 06. RGB value is (14,15,6). Sum of RGB (Red+Green+Blue) = 14+15+6=35 (4% of max value = 765). Red value is 14 (5.86% from 255 or 40% from 35); Green value is 15 (6.25% from 255 or 42.86% from 35); Blue value is 6 (2.73% from 255 or 17.14% from 35); Max value from RGB is 15 - color contains mainly: green. Hex color #0E0F06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0F06 is #F1F0F9. Grayscale: #0D0D0D. Windows color (decimal): -15855866 or 397070. OLE color: 397070.
HSL color Cylindrical-coordinate representation of color #0E0F06: hue angle of 66.67º 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 #0E0F06 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 14 | 15 | 6 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.94 |
| HSL | 66.67º | 0.43% | 0.04% | - |
| HSV(B) | 66.67º | 0.6% | 0.06% | - |
| XYZ | 0.38 | 0.45 | 0.24 | - |
| YUV | 13.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 15 | 6 | 0.07 | 0 | 0.60 | 0.94 | 66.67 | 0.43 | 0.04 |
| Hex | E | F | 6 | 7 | 0 | 3C | 5E | 43 | 2B | 4 |
| Octal | 16 | 17 | 6 | 7 | 0 | 74 | 136 | 103 | 53 | 4 |
| Binary | 1110 | 1111 | 110 | 111 | 0 | 111100 | 1011110 | 1000011 | 101011 | 100 |
Color Harmonies of #0E0F06
Complementary color
Monochromatic Colors of #0E0F06
Black with #0E0F06
Text Example
Text Example
White with #0E0F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0F06; }
p { color: rgb(14,15,6); }
H1.HeaderClassName
{
color: #0E0F06;
}
.AnyTagClassName
{
color: #0E0F06;
}
</style>
background-color css
<style>
a { background-color: #0E0F06; }
a { background-color: rgb(14,15,6); }
div.DivClassName
{
background-color: #0E0F06;
}
.BgClassName
{
background-color: #0E0F06;
}
</style>
border-color css
<style>
span { border-color: #0E0F06; }
span { border-color: rgb(14,15,6); }
td.TdClassName
{
border-color: #0E0F06;
}
.TagClassName
{
border-color: #0E0F06;
}
</style>