Shades of Maire #110F08
Tints of Maire #110F08
RGB
CMYK
RGB Variations
Color information
#110F08 (or 0x110F08) is known color: Maire. HEX triplet: 11, 0F and 08. RGB value is (17,15,8). Sum of RGB (Red+Green+Blue) = 17+15+8=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 8 (3.52% from 255 or 20% from 40); Max value from RGB is 17 - color contains mainly: red. Hex color #110F08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F08 is #EEF0F7. Grayscale: #0E0E0E. Windows color (decimal): -15659256 or 528145. OLE color: 528145.
HSL color Cylindrical-coordinate representation of color #110F08: hue angle of 46.67º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #110F08 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 15 | 8 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.93 |
| HSL | 46.67º | 0.36% | 0.05% | - |
| HSV(B) | 46.67º | 0.53% | 0.07% | - |
| XYZ | 0.45 | 0.48 | 0.3 | - |
| YUV | 14.8 | 124.16 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 8 | 0 | 0.12 | 0.53 | 0.93 | 46.67 | 0.36 | 0.05 |
| Hex | 11 | F | 8 | 0 | C | 35 | 5D | 2F | 24 | 5 |
| Octal | 21 | 17 | 10 | 0 | 14 | 65 | 135 | 57 | 44 | 5 |
| Binary | 10001 | 1111 | 1000 | 0 | 1100 | 110101 | 1011101 | 101111 | 100100 | 101 |
Color Harmonies of #110F08
Complementary color
Monochromatic Colors of #110F08
Black with #110F08
Text Example
Text Example
White with #110F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F08; }
p { color: rgb(17,15,8); }
H1.HeaderClassName
{
color: #110F08;
}
.AnyTagClassName
{
color: #110F08;
}
</style>
background-color css
<style>
a { background-color: #110F08; }
a { background-color: rgb(17,15,8); }
div.DivClassName
{
background-color: #110F08;
}
.BgClassName
{
background-color: #110F08;
}
</style>
border-color css
<style>
span { border-color: #110F08; }
span { border-color: rgb(17,15,8); }
td.TdClassName
{
border-color: #110F08;
}
.TagClassName
{
border-color: #110F08;
}
</style>