Shades of Maire #110E00
Tints of Maire #110E00
RGB
CMYK
RGB Variations
Color information
#110E00 (or 0x110E00) is known color: Maire. HEX triplet: 11, 0E and 00. RGB value is (17,14,0). Sum of RGB (Red+Green+Blue) = 17+14+0=31 (4% of max value = 765). Red value is 17 (7.03% from 255 or 54.84% from 31); Green value is 14 (5.86% from 255 or 45.16% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 17 - color contains mainly: red. Hex color #110E00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E00 is #EEF1FF. Grayscale: #0D0D0D. Windows color (decimal): -15659520 or 3601. OLE color: 3601.
HSL color Cylindrical-coordinate representation of color #110E00: hue angle of 49.41º 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 #110E00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 14 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.93 |
| HSL | 49.41º | 1% | 0.03% | - |
| HSV(B) | 49.41º | 1% | 0.07% | - |
| XYZ | 0.39 | 0.43 | 0.06 | - |
| YUV | 13.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 0 | 0 | 0.18 | 1 | 0.93 | 49.41 | 1 | 0.03 |
| Hex | 11 | E | 0 | 0 | 12 | 64 | 5D | 31 | 64 | 3 |
| Octal | 21 | 16 | 0 | 0 | 22 | 144 | 135 | 61 | 144 | 3 |
| Binary | 10001 | 1110 | 0 | 0 | 10010 | 1100100 | 1011101 | 110001 | 1100100 | 11 |
Color Harmonies of #110E00
Complementary color
Monochromatic Colors of #110E00
Black with #110E00
Text Example
Text Example
White with #110E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E00; }
p { color: rgb(17,14,0); }
H1.HeaderClassName
{
color: #110E00;
}
.AnyTagClassName
{
color: #110E00;
}
</style>
background-color css
<style>
a { background-color: #110E00; }
a { background-color: rgb(17,14,0); }
div.DivClassName
{
background-color: #110E00;
}
.BgClassName
{
background-color: #110E00;
}
</style>
border-color css
<style>
span { border-color: #110E00; }
span { border-color: rgb(17,14,0); }
td.TdClassName
{
border-color: #110E00;
}
.TagClassName
{
border-color: #110E00;
}
</style>