Shades of Maire #110E03
Tints of Maire #110E03
RGB
CMYK
RGB Variations
Color information
#110E03 (or 0x110E03) is known color: Maire. HEX triplet: 11, 0E and 03. RGB value is (17,14,3). Sum of RGB (Red+Green+Blue) = 17+14+3=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 14 (5.86% from 255 or 41.18% from 34); Blue value is 3 (1.56% from 255 or 8.82% from 34); Max value from RGB is 17 - color contains mainly: red. Hex color #110E03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E03 is #EEF1FC. Grayscale: #0D0D0D. Windows color (decimal): -15659517 or 200209. OLE color: 200209.
HSL color Cylindrical-coordinate representation of color #110E03: hue angle of 47.14º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #110E03 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 14 | 3 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.93 |
| HSL | 47.14º | 0.7% | 0.04% | - |
| HSV(B) | 47.14º | 0.82% | 0.07% | - |
| XYZ | 0.4 | 0.44 | 0.15 | - |
| YUV | 13.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 3 | 0 | 0.18 | 0.82 | 0.93 | 47.14 | 0.7 | 0.04 |
| Hex | 11 | E | 3 | 0 | 12 | 52 | 5D | 2F | 46 | 4 |
| Octal | 21 | 16 | 3 | 0 | 22 | 122 | 135 | 57 | 106 | 4 |
| Binary | 10001 | 1110 | 11 | 0 | 10010 | 1010010 | 1011101 | 101111 | 1000110 | 100 |
Color Harmonies of #110E03
Complementary color
Monochromatic Colors of #110E03
Black with #110E03
Text Example
Text Example
White with #110E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E03; }
p { color: rgb(17,14,3); }
H1.HeaderClassName
{
color: #110E03;
}
.AnyTagClassName
{
color: #110E03;
}
</style>
background-color css
<style>
a { background-color: #110E03; }
a { background-color: rgb(17,14,3); }
div.DivClassName
{
background-color: #110E03;
}
.BgClassName
{
background-color: #110E03;
}
</style>
border-color css
<style>
span { border-color: #110E03; }
span { border-color: rgb(17,14,3); }
td.TdClassName
{
border-color: #110E03;
}
.TagClassName
{
border-color: #110E03;
}
</style>