Shades of Maire #101007
Tints of Maire #101007
RGB
CMYK
RGB Variations
Color information
#101007 (or 0x101007) is known color: Maire. HEX triplet: 10, 10 and 07. RGB value is (16,16,7). Sum of RGB (Red+Green+Blue) = 16+16+7=39 (5% of max value = 765). Red value is 16 (6.64% from 255 or 41.03% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 7 (3.12% from 255 or 17.95% from 39); Max value from RGB is 16 - color contains mainly: red, green. Hex color #101007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101007 is #EFEFF8. Grayscale: #0F0F0F. Windows color (decimal): -15724537 or 462864. OLE color: 462864.
HSL color Cylindrical-coordinate representation of color #101007: hue angle of 60º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #101007 is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 16 | 7 | - |
| CMYK | 0 | 0 | 0.56 | 0.94 |
| HSL | 60º | 0.39% | 0.05% | - |
| HSV(B) | 60º | 0.56% | 0.06% | - |
| XYZ | 0.44 | 0.5 | 0.27 | - |
| YUV | 14.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 7 | 0 | 0 | 0.56 | 0.94 | 60 | 0.39 | 0.05 |
| Hex | 10 | 10 | 7 | 0 | 0 | 38 | 5E | 3C | 27 | 5 |
| Octal | 20 | 20 | 7 | 0 | 0 | 70 | 136 | 74 | 47 | 5 |
| Binary | 10000 | 10000 | 111 | 0 | 0 | 111000 | 1011110 | 111100 | 100111 | 101 |
Color Harmonies of #101007
Complementary color
Monochromatic Colors of #101007
Black with #101007
Text Example
Text Example
White with #101007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101007; }
p { color: rgb(16,16,7); }
H1.HeaderClassName
{
color: #101007;
}
.AnyTagClassName
{
color: #101007;
}
</style>
background-color css
<style>
a { background-color: #101007; }
a { background-color: rgb(16,16,7); }
div.DivClassName
{
background-color: #101007;
}
.BgClassName
{
background-color: #101007;
}
</style>
border-color css
<style>
span { border-color: #101007; }
span { border-color: rgb(16,16,7); }
td.TdClassName
{
border-color: #101007;
}
.TagClassName
{
border-color: #101007;
}
</style>