Shades of Maire #110C02
Tints of Maire #110C02
RGB
CMYK
RGB Variations
Color information
#110C02 (or 0x110C02) is known color: Maire. HEX triplet: 11, 0C and 02. RGB value is (17,12,2). Sum of RGB (Red+Green+Blue) = 17+12+2=31 (4% of max value = 765). Red value is 17 (7.03% from 255 or 54.84% from 31); Green value is 12 (5.08% from 255 or 38.71% from 31); Blue value is 2 (1.17% from 255 or 6.45% from 31); Max value from RGB is 17 - color contains mainly: red. Hex color #110C02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C02 is #EEF3FD. Grayscale: #0C0C0C. Windows color (decimal): -15660030 or 134161. OLE color: 134161.
HSL color Cylindrical-coordinate representation of color #110C02: hue angle of 40º 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 #110C02 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 12 | 2 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.93 |
| HSL | 40º | 0.79% | 0.04% | - |
| HSV(B) | 40º | 0.88% | 0.07% | - |
| XYZ | 0.37 | 0.39 | 0.11 | - |
| YUV | 12.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 2 | 0 | 0.29 | 0.88 | 0.93 | 40 | 0.79 | 0.04 |
| Hex | 11 | C | 2 | 0 | 1D | 58 | 5D | 28 | 4F | 4 |
| Octal | 21 | 14 | 2 | 0 | 35 | 130 | 135 | 50 | 117 | 4 |
| Binary | 10001 | 1100 | 10 | 0 | 11101 | 1011000 | 1011101 | 101000 | 1001111 | 100 |
Color Harmonies of #110C02
Complementary color
Monochromatic Colors of #110C02
Black with #110C02
Text Example
Text Example
White with #110C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C02; }
p { color: rgb(17,12,2); }
H1.HeaderClassName
{
color: #110C02;
}
.AnyTagClassName
{
color: #110C02;
}
</style>
background-color css
<style>
a { background-color: #110C02; }
a { background-color: rgb(17,12,2); }
div.DivClassName
{
background-color: #110C02;
}
.BgClassName
{
background-color: #110C02;
}
</style>
border-color css
<style>
span { border-color: #110C02; }
span { border-color: rgb(17,12,2); }
td.TdClassName
{
border-color: #110C02;
}
.TagClassName
{
border-color: #110C02;
}
</style>