Shades of Maire #111209
Tints of Maire #111209
RGB
CMYK
RGB Variations
Color information
#111209 (or 0x111209) is known color: Maire. HEX triplet: 11, 12 and 09. RGB value is (17,18,9). Sum of RGB (Red+Green+Blue) = 17+18+9=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 18 - color contains mainly: green. Hex color #111209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111209 is #EEEDF6. Grayscale: #101010. Windows color (decimal): -15658487 or 594449. OLE color: 594449.
HSL color Cylindrical-coordinate representation of color #111209: hue angle of 66.67º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #111209 is Cyan = 0.06, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 18 | 9 | - |
| CMYK | 0.06 | 0 | 0.5 | 0.93 |
| HSL | 66.67º | 0.33% | 0.05% | - |
| HSV(B) | 66.67º | 0.5% | 0.07% | - |
| XYZ | 0.5 | 0.57 | 0.34 | - |
| YUV | 16.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 9 | 0.06 | 0 | 0.5 | 0.93 | 66.67 | 0.33 | 0.05 |
| Hex | 11 | 12 | 9 | 6 | 0 | 32 | 5D | 43 | 21 | 5 |
| Octal | 21 | 22 | 11 | 6 | 0 | 62 | 135 | 103 | 41 | 5 |
| Binary | 10001 | 10010 | 1001 | 110 | 0 | 110010 | 1011101 | 1000011 | 100001 | 101 |
Color Harmonies of #111209
Complementary color
Monochromatic Colors of #111209
Black with #111209
Text Example
Text Example
White with #111209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111209; }
p { color: rgb(17,18,9); }
H1.HeaderClassName
{
color: #111209;
}
.AnyTagClassName
{
color: #111209;
}
</style>
background-color css
<style>
a { background-color: #111209; }
a { background-color: rgb(17,18,9); }
div.DivClassName
{
background-color: #111209;
}
.BgClassName
{
background-color: #111209;
}
</style>
border-color css
<style>
span { border-color: #111209; }
span { border-color: rgb(17,18,9); }
td.TdClassName
{
border-color: #111209;
}
.TagClassName
{
border-color: #111209;
}
</style>