Shades of Maire #110C00
Tints of Maire #110C00
RGB
CMYK
RGB Variations
Color information
#110C00 (or 0x110C00) is known color: Maire. HEX triplet: 11, 0C and 00. RGB value is (17,12,0). Sum of RGB (Red+Green+Blue) = 17+12+0=29 (3% of max value = 765). Red value is 17 (7.03% from 255 or 58.62% from 29); Green value is 12 (5.08% from 255 or 41.38% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 17 - color contains mainly: red. Hex color #110C00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C00 is #EEF3FF. Grayscale: #0C0C0C. Windows color (decimal): -15660032 or 3089. OLE color: 3089.
HSL color Cylindrical-coordinate representation of color #110C00: hue angle of 42.35º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110C00 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 12 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.93 |
| HSL | 42.35º | 1% | 0.03% | - |
| HSV(B) | 42.35º | 1% | 0.07% | - |
| XYZ | 0.36 | 0.38 | 0.05 | - |
| YUV | 12.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 0 | 0 | 0.29 | 1 | 0.93 | 42.35 | 1 | 0.03 |
| Hex | 11 | C | 0 | 0 | 1D | 64 | 5D | 2A | 64 | 3 |
| Octal | 21 | 14 | 0 | 0 | 35 | 144 | 135 | 52 | 144 | 3 |
| Binary | 10001 | 1100 | 0 | 0 | 11101 | 1100100 | 1011101 | 101010 | 1100100 | 11 |
Color Harmonies of #110C00
Complementary color
Monochromatic Colors of #110C00
Black with #110C00
Text Example
Text Example
White with #110C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C00; }
p { color: rgb(17,12,0); }
H1.HeaderClassName
{
color: #110C00;
}
.AnyTagClassName
{
color: #110C00;
}
</style>
background-color css
<style>
a { background-color: #110C00; }
a { background-color: rgb(17,12,0); }
div.DivClassName
{
background-color: #110C00;
}
.BgClassName
{
background-color: #110C00;
}
</style>
border-color css
<style>
span { border-color: #110C00; }
span { border-color: rgb(17,12,0); }
td.TdClassName
{
border-color: #110C00;
}
.TagClassName
{
border-color: #110C00;
}
</style>