Shades of Maire #111300
Tints of Maire #111300
RGB
CMYK
RGB Variations
Color information
#111300 (or 0x111300) is known color: Maire. HEX triplet: 11, 13 and 00. RGB value is (17,19,0). Sum of RGB (Red+Green+Blue) = 17+19+0=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 19 (7.81% from 255 or 52.78% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 19 - color contains mainly: green. Hex color #111300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111300 is #EEECFF. Grayscale: #101010. Windows color (decimal): -15658240 or 4881. OLE color: 4881.
HSL color Cylindrical-coordinate representation of color #111300: hue angle of 66.32º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #111300 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 19 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.93 |
| HSL | 66.32º | 1% | 0.04% | - |
| HSV(B) | 66.32º | 1% | 0.07% | - |
| XYZ | 0.46 | 0.58 | 0.09 | - |
| YUV | 16.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 0 | 0.11 | 0 | 1 | 0.93 | 66.32 | 1 | 0.04 |
| Hex | 11 | 13 | 0 | B | 0 | 64 | 5D | 42 | 64 | 4 |
| Octal | 21 | 23 | 0 | 13 | 0 | 144 | 135 | 102 | 144 | 4 |
| Binary | 10001 | 10011 | 0 | 1011 | 0 | 1100100 | 1011101 | 1000010 | 1100100 | 100 |
Color Harmonies of #111300
Complementary color
Monochromatic Colors of #111300
Black with #111300
Text Example
Text Example
White with #111300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111300; }
p { color: rgb(17,19,0); }
H1.HeaderClassName
{
color: #111300;
}
.AnyTagClassName
{
color: #111300;
}
</style>
background-color css
<style>
a { background-color: #111300; }
a { background-color: rgb(17,19,0); }
div.DivClassName
{
background-color: #111300;
}
.BgClassName
{
background-color: #111300;
}
</style>
border-color css
<style>
span { border-color: #111300; }
span { border-color: rgb(17,19,0); }
td.TdClassName
{
border-color: #111300;
}
.TagClassName
{
border-color: #111300;
}
</style>