Shades of Maire #111202
Tints of Maire #111202
RGB
CMYK
RGB Variations
Color information
#111202 (or 0x111202) is known color: Maire. HEX triplet: 11, 12 and 02. RGB value is (17,18,2). Sum of RGB (Red+Green+Blue) = 17+18+2=37 (4% of max value = 765). Red value is 17 (7.03% from 255 or 45.95% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 18 - color contains mainly: green. Hex color #111202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111202 is #EEEDFD. Grayscale: #0F0F0F. Windows color (decimal): -15658494 or 135697. OLE color: 135697.
HSL color Cylindrical-coordinate representation of color #111202: hue angle of 63.75º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111202 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 18 | 2 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.93 |
| HSL | 63.75º | 0.8% | 0.04% | - |
| HSV(B) | 63.75º | 0.89% | 0.07% | - |
| XYZ | 0.46 | 0.56 | 0.14 | - |
| YUV | 15.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 2 | 0.06 | 0 | 0.89 | 0.93 | 63.75 | 0.8 | 0.04 |
| Hex | 11 | 12 | 2 | 6 | 0 | 59 | 5D | 40 | 50 | 4 |
| Octal | 21 | 22 | 2 | 6 | 0 | 131 | 135 | 100 | 120 | 4 |
| Binary | 10001 | 10010 | 10 | 110 | 0 | 1011001 | 1011101 | 1000000 | 1010000 | 100 |
Color Harmonies of #111202
Complementary color
Monochromatic Colors of #111202
Black with #111202
Text Example
Text Example
White with #111202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111202; }
p { color: rgb(17,18,2); }
H1.HeaderClassName
{
color: #111202;
}
.AnyTagClassName
{
color: #111202;
}
</style>
background-color css
<style>
a { background-color: #111202; }
a { background-color: rgb(17,18,2); }
div.DivClassName
{
background-color: #111202;
}
.BgClassName
{
background-color: #111202;
}
</style>
border-color css
<style>
span { border-color: #111202; }
span { border-color: rgb(17,18,2); }
td.TdClassName
{
border-color: #111202;
}
.TagClassName
{
border-color: #111202;
}
</style>