Shades of Maire #110B01
Tints of Maire #110B01
RGB
CMYK
RGB Variations
Color information
#110B01 (or 0x110B01) is known color: Maire. HEX triplet: 11, 0B and 01. RGB value is (17,11,1). Sum of RGB (Red+Green+Blue) = 17+11+1=29 (3% of max value = 765). Red value is 17 (7.03% from 255 or 58.62% from 29); Green value is 11 (4.69% from 255 or 37.93% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 17 - color contains mainly: red. Hex color #110B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B01 is #EEF4FE. Grayscale: #0B0B0B. Windows color (decimal): -15660287 or 68369. OLE color: 68369.
HSL color Cylindrical-coordinate representation of color #110B01: hue angle of 37.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 #110B01 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 11 | 1 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.93 |
| HSL | 37.5º | 0.89% | 0.04% | - |
| HSV(B) | 37.5º | 0.94% | 0.07% | - |
| XYZ | 0.36 | 0.36 | 0.08 | - |
| YUV | 11.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 1 | 0 | 0.35 | 0.94 | 0.93 | 37.5 | 0.89 | 0.04 |
| Hex | 11 | B | 1 | 0 | 23 | 5E | 5D | 26 | 59 | 4 |
| Octal | 21 | 13 | 1 | 0 | 43 | 136 | 135 | 46 | 131 | 4 |
| Binary | 10001 | 1011 | 1 | 0 | 100011 | 1011110 | 1011101 | 100110 | 1011001 | 100 |
Color Harmonies of #110B01
Complementary color
Monochromatic Colors of #110B01
Black with #110B01
Text Example
Text Example
White with #110B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B01; }
p { color: rgb(17,11,1); }
H1.HeaderClassName
{
color: #110B01;
}
.AnyTagClassName
{
color: #110B01;
}
</style>
background-color css
<style>
a { background-color: #110B01; }
a { background-color: rgb(17,11,1); }
div.DivClassName
{
background-color: #110B01;
}
.BgClassName
{
background-color: #110B01;
}
</style>
border-color css
<style>
span { border-color: #110B01; }
span { border-color: rgb(17,11,1); }
td.TdClassName
{
border-color: #110B01;
}
.TagClassName
{
border-color: #110B01;
}
</style>