Shades of Maire #100D02
Tints of Maire #100D02
RGB
CMYK
RGB Variations
Color information
#100D02 (or 0x100D02) is known color: Maire. HEX triplet: 10, 0D and 02. RGB value is (16,13,2). Sum of RGB (Red+Green+Blue) = 16+13+2=31 (4% of max value = 765). Red value is 16 (6.64% from 255 or 51.61% from 31); Green value is 13 (5.47% from 255 or 41.94% from 31); Blue value is 2 (1.17% from 255 or 6.45% from 31); Max value from RGB is 16 - color contains mainly: red. Hex color #100D02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100D02 is #EFF2FD. Grayscale: #0C0C0C. Windows color (decimal): -15725310 or 134416. OLE color: 134416.
HSL color Cylindrical-coordinate representation of color #100D02: hue angle of 47.14º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100D02 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 13 | 2 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.94 |
| HSL | 47.14º | 0.78% | 0.04% | - |
| HSV(B) | 47.14º | 0.88% | 0.06% | - |
| XYZ | 0.37 | 0.4 | 0.12 | - |
| YUV | 12.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 2 | 0 | 0.19 | 0.87 | 0.94 | 47.14 | 0.78 | 0.04 |
| Hex | 10 | D | 2 | 0 | 13 | 57 | 5E | 2F | 4E | 4 |
| Octal | 20 | 15 | 2 | 0 | 23 | 127 | 136 | 57 | 116 | 4 |
| Binary | 10000 | 1101 | 10 | 0 | 10011 | 1010111 | 1011110 | 101111 | 1001110 | 100 |
Color Harmonies of #100D02
Complementary color
Monochromatic Colors of #100D02
Black with #100D02
Text Example
Text Example
White with #100D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D02; }
p { color: rgb(16,13,2); }
H1.HeaderClassName
{
color: #100D02;
}
.AnyTagClassName
{
color: #100D02;
}
</style>
background-color css
<style>
a { background-color: #100D02; }
a { background-color: rgb(16,13,2); }
div.DivClassName
{
background-color: #100D02;
}
.BgClassName
{
background-color: #100D02;
}
</style>
border-color css
<style>
span { border-color: #100D02; }
span { border-color: rgb(16,13,2); }
td.TdClassName
{
border-color: #100D02;
}
.TagClassName
{
border-color: #100D02;
}
</style>