Shades of Maire #110F02
Tints of Maire #110F02
RGB
CMYK
RGB Variations
Color information
#110F02 (or 0x110F02) is known color: Maire. HEX triplet: 11, 0F and 02. RGB value is (17,15,2). Sum of RGB (Red+Green+Blue) = 17+15+2=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 15 (6.25% from 255 or 44.12% from 34); Blue value is 2 (1.17% from 255 or 5.88% from 34); Max value from RGB is 17 - color contains mainly: red. Hex color #110F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F02 is #EEF0FD. Grayscale: #0E0E0E. Windows color (decimal): -15659262 or 134929. OLE color: 134929.
HSL color Cylindrical-coordinate representation of color #110F02: hue angle of 52º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110F02 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 15 | 2 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.93 |
| HSL | 52º | 0.79% | 0.04% | - |
| HSV(B) | 52º | 0.88% | 0.07% | - |
| XYZ | 0.41 | 0.47 | 0.13 | - |
| YUV | 14.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 2 | 0 | 0.12 | 0.88 | 0.93 | 52 | 0.79 | 0.04 |
| Hex | 11 | F | 2 | 0 | C | 58 | 5D | 34 | 4F | 4 |
| Octal | 21 | 17 | 2 | 0 | 14 | 130 | 135 | 64 | 117 | 4 |
| Binary | 10001 | 1111 | 10 | 0 | 1100 | 1011000 | 1011101 | 110100 | 1001111 | 100 |
Color Harmonies of #110F02
Complementary color
Monochromatic Colors of #110F02
Black with #110F02
Text Example
Text Example
White with #110F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F02; }
p { color: rgb(17,15,2); }
H1.HeaderClassName
{
color: #110F02;
}
.AnyTagClassName
{
color: #110F02;
}
</style>
background-color css
<style>
a { background-color: #110F02; }
a { background-color: rgb(17,15,2); }
div.DivClassName
{
background-color: #110F02;
}
.BgClassName
{
background-color: #110F02;
}
</style>
border-color css
<style>
span { border-color: #110F02; }
span { border-color: rgb(17,15,2); }
td.TdClassName
{
border-color: #110F02;
}
.TagClassName
{
border-color: #110F02;
}
</style>