Shades of Maire #110E01
Tints of Maire #110E01
RGB
CMYK
RGB Variations
Color information
#110E01 (or 0x110E01) is known color: Maire. HEX triplet: 11, 0E and 01. RGB value is (17,14,1). Sum of RGB (Red+Green+Blue) = 17+14+1=32 (4% of max value = 765). Red value is 17 (7.03% from 255 or 53.12% from 32); Green value is 14 (5.86% from 255 or 43.75% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 17 - color contains mainly: red. Hex color #110E01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E01 is #EEF1FE. Grayscale: #0D0D0D. Windows color (decimal): -15659519 or 69137. OLE color: 69137.
HSL color Cylindrical-coordinate representation of color #110E01: hue angle of 48.75º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110E01 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 14 | 1 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.93 |
| HSL | 48.75º | 0.89% | 0.04% | - |
| HSV(B) | 48.75º | 0.94% | 0.07% | - |
| XYZ | 0.39 | 0.44 | 0.09 | - |
| YUV | 13.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 1 | 0 | 0.18 | 0.94 | 0.93 | 48.75 | 0.89 | 0.04 |
| Hex | 11 | E | 1 | 0 | 12 | 5E | 5D | 31 | 59 | 4 |
| Octal | 21 | 16 | 1 | 0 | 22 | 136 | 135 | 61 | 131 | 4 |
| Binary | 10001 | 1110 | 1 | 0 | 10010 | 1011110 | 1011101 | 110001 | 1011001 | 100 |
Color Harmonies of #110E01
Complementary color
Monochromatic Colors of #110E01
Black with #110E01
Text Example
Text Example
White with #110E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E01; }
p { color: rgb(17,14,1); }
H1.HeaderClassName
{
color: #110E01;
}
.AnyTagClassName
{
color: #110E01;
}
</style>
background-color css
<style>
a { background-color: #110E01; }
a { background-color: rgb(17,14,1); }
div.DivClassName
{
background-color: #110E01;
}
.BgClassName
{
background-color: #110E01;
}
</style>
border-color css
<style>
span { border-color: #110E01; }
span { border-color: rgb(17,14,1); }
td.TdClassName
{
border-color: #110E01;
}
.TagClassName
{
border-color: #110E01;
}
</style>