Shades of Maire #110F04
Tints of Maire #110F04
RGB
CMYK
RGB Variations
Color information
#110F04 (or 0x110F04) is known color: Maire. HEX triplet: 11, 0F and 04. RGB value is (17,15,4). Sum of RGB (Red+Green+Blue) = 17+15+4=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 15 (6.25% from 255 or 41.67% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 17 - color contains mainly: red. Hex color #110F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F04 is #EEF0FB. Grayscale: #0E0E0E. Windows color (decimal): -15659260 or 266001. OLE color: 266001.
HSL color Cylindrical-coordinate representation of color #110F04: hue angle of 50.77º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #110F04 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 15 | 4 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.93 |
| HSL | 50.77º | 0.62% | 0.04% | - |
| HSV(B) | 50.77º | 0.76% | 0.07% | - |
| XYZ | 0.42 | 0.47 | 0.18 | - |
| YUV | 14.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 4 | 0 | 0.12 | 0.76 | 0.93 | 50.77 | 0.62 | 0.04 |
| Hex | 11 | F | 4 | 0 | C | 4C | 5D | 33 | 3E | 4 |
| Octal | 21 | 17 | 4 | 0 | 14 | 114 | 135 | 63 | 76 | 4 |
| Binary | 10001 | 1111 | 100 | 0 | 1100 | 1001100 | 1011101 | 110011 | 111110 | 100 |
Color Harmonies of #110F04
Complementary color
Monochromatic Colors of #110F04
Black with #110F04
Text Example
Text Example
White with #110F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F04; }
p { color: rgb(17,15,4); }
H1.HeaderClassName
{
color: #110F04;
}
.AnyTagClassName
{
color: #110F04;
}
</style>
background-color css
<style>
a { background-color: #110F04; }
a { background-color: rgb(17,15,4); }
div.DivClassName
{
background-color: #110F04;
}
.BgClassName
{
background-color: #110F04;
}
</style>
border-color css
<style>
span { border-color: #110F04; }
span { border-color: rgb(17,15,4); }
td.TdClassName
{
border-color: #110F04;
}
.TagClassName
{
border-color: #110F04;
}
</style>