Shades of Maire #111201
Tints of Maire #111201
RGB
CMYK
RGB Variations
Color information
#111201 (or 0x111201) is known color: Maire. HEX triplet: 11, 12 and 01. RGB value is (17,18,1). Sum of RGB (Red+Green+Blue) = 17+18+1=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 18 (7.42% from 255 or 50% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 18 - color contains mainly: green. Hex color #111201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111201 is #EEEDFE. Grayscale: #0F0F0F. Windows color (decimal): -15658495 or 70161. OLE color: 70161.
HSL color Cylindrical-coordinate representation of color #111201: hue angle of 63.53º 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 #111201 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 18 | 1 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.93 |
| HSL | 63.53º | 0.89% | 0.04% | - |
| HSV(B) | 63.53º | 0.94% | 0.07% | - |
| XYZ | 0.45 | 0.55 | 0.11 | - |
| YUV | 15.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 1 | 0.06 | 0 | 0.94 | 0.93 | 63.53 | 0.89 | 0.04 |
| Hex | 11 | 12 | 1 | 6 | 0 | 5E | 5D | 40 | 59 | 4 |
| Octal | 21 | 22 | 1 | 6 | 0 | 136 | 135 | 100 | 131 | 4 |
| Binary | 10001 | 10010 | 1 | 110 | 0 | 1011110 | 1011101 | 1000000 | 1011001 | 100 |
Color Harmonies of #111201
Complementary color
Monochromatic Colors of #111201
Black with #111201
Text Example
Text Example
White with #111201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111201; }
p { color: rgb(17,18,1); }
H1.HeaderClassName
{
color: #111201;
}
.AnyTagClassName
{
color: #111201;
}
</style>
background-color css
<style>
a { background-color: #111201; }
a { background-color: rgb(17,18,1); }
div.DivClassName
{
background-color: #111201;
}
.BgClassName
{
background-color: #111201;
}
</style>
border-color css
<style>
span { border-color: #111201; }
span { border-color: rgb(17,18,1); }
td.TdClassName
{
border-color: #111201;
}
.TagClassName
{
border-color: #111201;
}
</style>