Shades of Maire #100D00
Tints of Maire #100D00
RGB
CMYK
RGB Variations
Color information
#100D00 (or 0x100D00) is known color: Maire. HEX triplet: 10, 0D and 00. RGB value is (16,13,0). Sum of RGB (Red+Green+Blue) = 16+13+0=29 (3% of max value = 765). Red value is 16 (6.64% from 255 or 55.17% from 29); Green value is 13 (5.47% from 255 or 44.83% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 16 - color contains mainly: red. Hex color #100D00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100D00 is #EFF2FF. Grayscale: #0C0C0C. Windows color (decimal): -15725312 or 3344. OLE color: 3344.
HSL color Cylindrical-coordinate representation of color #100D00: hue angle of 48.75º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100D00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 13 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.94 |
| HSL | 48.75º | 1% | 0.03% | - |
| HSV(B) | 48.75º | 1% | 0.06% | - |
| XYZ | 0.36 | 0.4 | 0.06 | - |
| YUV | 12.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 0 | 0 | 0.19 | 1 | 0.94 | 48.75 | 1 | 0.03 |
| Hex | 10 | D | 0 | 0 | 13 | 64 | 5E | 31 | 64 | 3 |
| Octal | 20 | 15 | 0 | 0 | 23 | 144 | 136 | 61 | 144 | 3 |
| Binary | 10000 | 1101 | 0 | 0 | 10011 | 1100100 | 1011110 | 110001 | 1100100 | 11 |
Color Harmonies of #100D00
Complementary color
Monochromatic Colors of #100D00
Black with #100D00
Text Example
Text Example
White with #100D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D00; }
p { color: rgb(16,13,0); }
H1.HeaderClassName
{
color: #100D00;
}
.AnyTagClassName
{
color: #100D00;
}
</style>
background-color css
<style>
a { background-color: #100D00; }
a { background-color: rgb(16,13,0); }
div.DivClassName
{
background-color: #100D00;
}
.BgClassName
{
background-color: #100D00;
}
</style>
border-color css
<style>
span { border-color: #100D00; }
span { border-color: rgb(16,13,0); }
td.TdClassName
{
border-color: #100D00;
}
.TagClassName
{
border-color: #100D00;
}
</style>