Shades of Maire #110F03
Tints of Maire #110F03
RGB
CMYK
RGB Variations
Color information
#110F03 (or 0x110F03) is known color: Maire. HEX triplet: 11, 0F and 03. RGB value is (17,15,3). Sum of RGB (Red+Green+Blue) = 17+15+3=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 15 (6.25% from 255 or 42.86% from 35); Blue value is 3 (1.56% from 255 or 8.57% from 35); Max value from RGB is 17 - color contains mainly: red. Hex color #110F03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F03 is #EEF0FC. Grayscale: #0E0E0E. Windows color (decimal): -15659261 or 200465. OLE color: 200465.
HSL color Cylindrical-coordinate representation of color #110F03: hue angle of 51.43º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #110F03 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 15 | 3 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.93 |
| HSL | 51.43º | 0.7% | 0.04% | - |
| HSV(B) | 51.43º | 0.82% | 0.07% | - |
| XYZ | 0.42 | 0.47 | 0.15 | - |
| YUV | 14.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 3 | 0 | 0.12 | 0.82 | 0.93 | 51.43 | 0.7 | 0.04 |
| Hex | 11 | F | 3 | 0 | C | 52 | 5D | 33 | 46 | 4 |
| Octal | 21 | 17 | 3 | 0 | 14 | 122 | 135 | 63 | 106 | 4 |
| Binary | 10001 | 1111 | 11 | 0 | 1100 | 1010010 | 1011101 | 110011 | 1000110 | 100 |
Color Harmonies of #110F03
Complementary color
Monochromatic Colors of #110F03
Black with #110F03
Text Example
Text Example
White with #110F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F03; }
p { color: rgb(17,15,3); }
H1.HeaderClassName
{
color: #110F03;
}
.AnyTagClassName
{
color: #110F03;
}
</style>
background-color css
<style>
a { background-color: #110F03; }
a { background-color: rgb(17,15,3); }
div.DivClassName
{
background-color: #110F03;
}
.BgClassName
{
background-color: #110F03;
}
</style>
border-color css
<style>
span { border-color: #110F03; }
span { border-color: rgb(17,15,3); }
td.TdClassName
{
border-color: #110F03;
}
.TagClassName
{
border-color: #110F03;
}
</style>