Shades of Maire #11110B
Tints of Maire #11110B
RGB
CMYK
RGB Variations
Color information
#11110B (or 0x11110B) is known color: Maire. HEX triplet: 11, 11 and 0B. RGB value is (17,17,11). Sum of RGB (Red+Green+Blue) = 17+17+11=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 17 - color contains mainly: red, green. Hex color #11110B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11110B is #EEEEF4. Grayscale: #101010. Windows color (decimal): -15658741 or 725265. OLE color: 725265.
HSL color Cylindrical-coordinate representation of color #11110B: hue angle of 60º degrees, saturation: 0.21, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #11110B is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 17 | 11 | - |
| CMYK | 0 | 0 | 0.35 | 0.93 |
| HSL | 60º | 0.21% | 0.05% | - |
| HSV(B) | 60º | 0.35% | 0.07% | - |
| XYZ | 0.49 | 0.54 | 0.4 | - |
| YUV | 16.32 | 125 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 17 | 11 | 0 | 0 | 0.35 | 0.93 | 60 | 0.21 | 0.05 |
| Hex | 11 | 11 | B | 0 | 0 | 23 | 5D | 3C | 15 | 5 |
| Octal | 21 | 21 | 13 | 0 | 0 | 43 | 135 | 74 | 25 | 5 |
| Binary | 10001 | 10001 | 1011 | 0 | 0 | 100011 | 1011101 | 111100 | 10101 | 101 |
Color Harmonies of #11110B
Complementary color
Monochromatic Colors of #11110B
Black with #11110B
Text Example
Text Example
White with #11110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11110B; }
p { color: rgb(17,17,11); }
H1.HeaderClassName
{
color: #11110B;
}
.AnyTagClassName
{
color: #11110B;
}
</style>
background-color css
<style>
a { background-color: #11110B; }
a { background-color: rgb(17,17,11); }
div.DivClassName
{
background-color: #11110B;
}
.BgClassName
{
background-color: #11110B;
}
</style>
border-color css
<style>
span { border-color: #11110B; }
span { border-color: rgb(17,17,11); }
td.TdClassName
{
border-color: #11110B;
}
.TagClassName
{
border-color: #11110B;
}
</style>