Shades of Maire #110E04
Tints of Maire #110E04
RGB
CMYK
RGB Variations
Color information
#110E04 (or 0x110E04) is known color: Maire. HEX triplet: 11, 0E and 04. RGB value is (17,14,4). Sum of RGB (Red+Green+Blue) = 17+14+4=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 14 (5.86% from 255 or 40% from 35); Blue value is 4 (1.95% from 255 or 11.43% from 35); Max value from RGB is 17 - color contains mainly: red. Hex color #110E04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E04 is #EEF1FB. Grayscale: #0D0D0D. Windows color (decimal): -15659516 or 265745. OLE color: 265745.
HSL color Cylindrical-coordinate representation of color #110E04: hue angle of 46.15º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #110E04 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 14 | 4 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.93 |
| HSL | 46.15º | 0.62% | 0.04% | - |
| HSV(B) | 46.15º | 0.76% | 0.07% | - |
| XYZ | 0.41 | 0.44 | 0.18 | - |
| YUV | 13.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 4 | 0 | 0.18 | 0.76 | 0.93 | 46.15 | 0.62 | 0.04 |
| Hex | 11 | E | 4 | 0 | 12 | 4C | 5D | 2E | 3E | 4 |
| Octal | 21 | 16 | 4 | 0 | 22 | 114 | 135 | 56 | 76 | 4 |
| Binary | 10001 | 1110 | 100 | 0 | 10010 | 1001100 | 1011101 | 101110 | 111110 | 100 |
Color Harmonies of #110E04
Complementary color
Monochromatic Colors of #110E04
Black with #110E04
Text Example
Text Example
White with #110E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E04; }
p { color: rgb(17,14,4); }
H1.HeaderClassName
{
color: #110E04;
}
.AnyTagClassName
{
color: #110E04;
}
</style>
background-color css
<style>
a { background-color: #110E04; }
a { background-color: rgb(17,14,4); }
div.DivClassName
{
background-color: #110E04;
}
.BgClassName
{
background-color: #110E04;
}
</style>
border-color css
<style>
span { border-color: #110E04; }
span { border-color: rgb(17,14,4); }
td.TdClassName
{
border-color: #110E04;
}
.TagClassName
{
border-color: #110E04;
}
</style>