Shades of Maire #111004
Tints of Maire #111004
RGB
CMYK
RGB Variations
Color information
#111004 (or 0x111004) is known color: Maire. HEX triplet: 11, 10 and 04. RGB value is (17,16,4). Sum of RGB (Red+Green+Blue) = 17+16+4=37 (4% of max value = 765). Red value is 17 (7.03% from 255 or 45.95% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 4 (1.95% from 255 or 10.81% from 37); Max value from RGB is 17 - color contains mainly: red. Hex color #111004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111004 is #EEEFFB. Grayscale: #0E0E0E. Windows color (decimal): -15659004 or 266257. OLE color: 266257.
HSL color Cylindrical-coordinate representation of color #111004: hue angle of 55.38º 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 #111004 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 16 | 4 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.93 |
| HSL | 55.38º | 0.62% | 0.04% | - |
| HSV(B) | 55.38º | 0.76% | 0.07% | - |
| XYZ | 0.44 | 0.5 | 0.19 | - |
| YUV | 14.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 16 | 4 | 0 | 0.06 | 0.76 | 0.93 | 55.38 | 0.62 | 0.04 |
| Hex | 11 | 10 | 4 | 0 | 6 | 4C | 5D | 37 | 3E | 4 |
| Octal | 21 | 20 | 4 | 0 | 6 | 114 | 135 | 67 | 76 | 4 |
| Binary | 10001 | 10000 | 100 | 0 | 110 | 1001100 | 1011101 | 110111 | 111110 | 100 |
Color Harmonies of #111004
Complementary color
Monochromatic Colors of #111004
Black with #111004
Text Example
Text Example
White with #111004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111004; }
p { color: rgb(17,16,4); }
H1.HeaderClassName
{
color: #111004;
}
.AnyTagClassName
{
color: #111004;
}
</style>
background-color css
<style>
a { background-color: #111004; }
a { background-color: rgb(17,16,4); }
div.DivClassName
{
background-color: #111004;
}
.BgClassName
{
background-color: #111004;
}
</style>
border-color css
<style>
span { border-color: #111004; }
span { border-color: rgb(17,16,4); }
td.TdClassName
{
border-color: #111004;
}
.TagClassName
{
border-color: #111004;
}
</style>