Shades of Maire #110C01
Tints of Maire #110C01
RGB
CMYK
RGB Variations
Color information
#110C01 (or 0x110C01) is known color: Maire. HEX triplet: 11, 0C and 01. RGB value is (17,12,1). Sum of RGB (Red+Green+Blue) = 17+12+1=30 (3% of max value = 765). Red value is 17 (7.03% from 255 or 56.67% from 30); Green value is 12 (5.08% from 255 or 40% from 30); Blue value is 1 (0.78% from 255 or 3.33% from 30); Max value from RGB is 17 - color contains mainly: red. Hex color #110C01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C01 is #EEF3FE. Grayscale: #0C0C0C. Windows color (decimal): -15660031 or 68625. OLE color: 68625.
HSL color Cylindrical-coordinate representation of color #110C01: hue angle of 41.25º 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 #110C01 is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 12 | 1 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.93 |
| HSL | 41.25º | 0.89% | 0.04% | - |
| HSV(B) | 41.25º | 0.94% | 0.07% | - |
| XYZ | 0.37 | 0.38 | 0.08 | - |
| YUV | 12.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 1 | 0 | 0.29 | 0.94 | 0.93 | 41.25 | 0.89 | 0.04 |
| Hex | 11 | C | 1 | 0 | 1D | 5E | 5D | 29 | 59 | 4 |
| Octal | 21 | 14 | 1 | 0 | 35 | 136 | 135 | 51 | 131 | 4 |
| Binary | 10001 | 1100 | 1 | 0 | 11101 | 1011110 | 1011101 | 101001 | 1011001 | 100 |
Color Harmonies of #110C01
Complementary color
Monochromatic Colors of #110C01
Black with #110C01
Text Example
Text Example
White with #110C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C01; }
p { color: rgb(17,12,1); }
H1.HeaderClassName
{
color: #110C01;
}
.AnyTagClassName
{
color: #110C01;
}
</style>
background-color css
<style>
a { background-color: #110C01; }
a { background-color: rgb(17,12,1); }
div.DivClassName
{
background-color: #110C01;
}
.BgClassName
{
background-color: #110C01;
}
</style>
border-color css
<style>
span { border-color: #110C01; }
span { border-color: rgb(17,12,1); }
td.TdClassName
{
border-color: #110C01;
}
.TagClassName
{
border-color: #110C01;
}
</style>