Shades of Maire #100C01
Tints of Maire #100C01
RGB
CMYK
RGB Variations
Color information
#100C01 (or 0x100C01) is known color: Maire. HEX triplet: 10, 0C and 01. RGB value is (16,12,1). Sum of RGB (Red+Green+Blue) = 16+12+1=29 (3% of max value = 765). Red value is 16 (6.64% from 255 or 55.17% from 29); Green value is 12 (5.08% from 255 or 41.38% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 16 - color contains mainly: red. Hex color #100C01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C01 is #EFF3FE. Grayscale: #0B0B0B. Windows color (decimal): -15725567 or 68624. OLE color: 68624.
HSL color Cylindrical-coordinate representation of color #100C01: hue angle of 44º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100C01 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 12 | 1 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.94 |
| HSL | 44º | 0.88% | 0.03% | - |
| HSV(B) | 44º | 0.94% | 0.06% | - |
| XYZ | 0.35 | 0.38 | 0.08 | - |
| YUV | 11.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 1 | 0 | 0.25 | 0.94 | 0.94 | 44 | 0.88 | 0.03 |
| Hex | 10 | C | 1 | 0 | 19 | 5E | 5E | 2C | 58 | 3 |
| Octal | 20 | 14 | 1 | 0 | 31 | 136 | 136 | 54 | 130 | 3 |
| Binary | 10000 | 1100 | 1 | 0 | 11001 | 1011110 | 1011110 | 101100 | 1011000 | 11 |
Color Harmonies of #100C01
Complementary color
Monochromatic Colors of #100C01
Black with #100C01
Text Example
Text Example
White with #100C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C01; }
p { color: rgb(16,12,1); }
H1.HeaderClassName
{
color: #100C01;
}
.AnyTagClassName
{
color: #100C01;
}
</style>
background-color css
<style>
a { background-color: #100C01; }
a { background-color: rgb(16,12,1); }
div.DivClassName
{
background-color: #100C01;
}
.BgClassName
{
background-color: #100C01;
}
</style>
border-color css
<style>
span { border-color: #100C01; }
span { border-color: rgb(16,12,1); }
td.TdClassName
{
border-color: #100C01;
}
.TagClassName
{
border-color: #100C01;
}
</style>