Shades of Maire #110F01
Tints of Maire #110F01
RGB
CMYK
RGB Variations
Color information
#110F01 (or 0x110F01) is known color: Maire. HEX triplet: 11, 0F and 01. RGB value is (17,15,1). Sum of RGB (Red+Green+Blue) = 17+15+1=33 (4% of max value = 765). Red value is 17 (7.03% from 255 or 51.52% from 33); Green value is 15 (6.25% from 255 or 45.45% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 17 - color contains mainly: red. Hex color #110F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F01 is #EEF0FE. Grayscale: #0E0E0E. Windows color (decimal): -15659263 or 69393. OLE color: 69393.
HSL color Cylindrical-coordinate representation of color #110F01: hue angle of 52.5º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110F01 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 15 | 1 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.93 |
| HSL | 52.5º | 0.89% | 0.04% | - |
| HSV(B) | 52.5º | 0.94% | 0.07% | - |
| XYZ | 0.41 | 0.46 | 0.1 | - |
| YUV | 14 | 120.66 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 1 | 0 | 0.12 | 0.94 | 0.93 | 52.5 | 0.89 | 0.04 |
| Hex | 11 | F | 1 | 0 | C | 5E | 5D | 34 | 59 | 4 |
| Octal | 21 | 17 | 1 | 0 | 14 | 136 | 135 | 64 | 131 | 4 |
| Binary | 10001 | 1111 | 1 | 0 | 1100 | 1011110 | 1011101 | 110100 | 1011001 | 100 |
Color Harmonies of #110F01
Complementary color
Monochromatic Colors of #110F01
Black with #110F01
Text Example
Text Example
White with #110F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F01; }
p { color: rgb(17,15,1); }
H1.HeaderClassName
{
color: #110F01;
}
.AnyTagClassName
{
color: #110F01;
}
</style>
background-color css
<style>
a { background-color: #110F01; }
a { background-color: rgb(17,15,1); }
div.DivClassName
{
background-color: #110F01;
}
.BgClassName
{
background-color: #110F01;
}
</style>
border-color css
<style>
span { border-color: #110F01; }
span { border-color: rgb(17,15,1); }
td.TdClassName
{
border-color: #110F01;
}
.TagClassName
{
border-color: #110F01;
}
</style>