Shades of Maire #100E04
Tints of Maire #100E04
RGB
CMYK
RGB Variations
Color information
#100E04 (or 0x100E04) is known color: Maire. HEX triplet: 10, 0E and 04. RGB value is (16,14,4). Sum of RGB (Red+Green+Blue) = 16+14+4=34 (4% of max value = 765). Red value is 16 (6.64% from 255 or 47.06% from 34); Green value is 14 (5.86% from 255 or 41.18% from 34); Blue value is 4 (1.95% from 255 or 11.76% from 34); Max value from RGB is 16 - color contains mainly: red. Hex color #100E04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100E04 is #EFF1FB. Grayscale: #0D0D0D. Windows color (decimal): -15725052 or 265744. OLE color: 265744.
HSL color Cylindrical-coordinate representation of color #100E04: hue angle of 50º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #100E04 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 14 | 4 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.94 |
| HSL | 50º | 0.6% | 0.04% | - |
| HSV(B) | 50º | 0.75% | 0.06% | - |
| XYZ | 0.39 | 0.43 | 0.18 | - |
| YUV | 13.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 4 | 0 | 0.13 | 0.75 | 0.94 | 50 | 0.6 | 0.04 |
| Hex | 10 | E | 4 | 0 | D | 4B | 5E | 32 | 3C | 4 |
| Octal | 20 | 16 | 4 | 0 | 15 | 113 | 136 | 62 | 74 | 4 |
| Binary | 10000 | 1110 | 100 | 0 | 1101 | 1001011 | 1011110 | 110010 | 111100 | 100 |
Color Harmonies of #100E04
Complementary color
Monochromatic Colors of #100E04
Black with #100E04
Text Example
Text Example
White with #100E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100E04; }
p { color: rgb(16,14,4); }
H1.HeaderClassName
{
color: #100E04;
}
.AnyTagClassName
{
color: #100E04;
}
</style>
background-color css
<style>
a { background-color: #100E04; }
a { background-color: rgb(16,14,4); }
div.DivClassName
{
background-color: #100E04;
}
.BgClassName
{
background-color: #100E04;
}
</style>
border-color css
<style>
span { border-color: #100E04; }
span { border-color: rgb(16,14,4); }
td.TdClassName
{
border-color: #100E04;
}
.TagClassName
{
border-color: #100E04;
}
</style>