Shades of Maire #100F07
Tints of Maire #100F07
RGB
CMYK
RGB Variations
Color information
#100F07 (or 0x100F07) is known color: Maire. HEX triplet: 10, 0F and 07. RGB value is (16,15,7). Sum of RGB (Red+Green+Blue) = 16+15+7=38 (5% of max value = 765). Red value is 16 (6.64% from 255 or 42.11% from 38); Green value is 15 (6.25% from 255 or 39.47% from 38); Blue value is 7 (3.12% from 255 or 18.42% from 38); Max value from RGB is 16 - color contains mainly: red. Hex color #100F07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F07 is #EFF0F8. Grayscale: #0E0E0E. Windows color (decimal): -15724793 or 462608. OLE color: 462608.
HSL color Cylindrical-coordinate representation of color #100F07: hue angle of 53.33º 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 #100F07 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 15 | 7 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.94 |
| HSL | 53.33º | 0.39% | 0.05% | - |
| HSV(B) | 53.33º | 0.56% | 0.06% | - |
| XYZ | 0.42 | 0.47 | 0.27 | - |
| YUV | 14.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 7 | 0 | 0.06 | 0.56 | 0.94 | 53.33 | 0.39 | 0.05 |
| Hex | 10 | F | 7 | 0 | 6 | 38 | 5E | 35 | 27 | 5 |
| Octal | 20 | 17 | 7 | 0 | 6 | 70 | 136 | 65 | 47 | 5 |
| Binary | 10000 | 1111 | 111 | 0 | 110 | 111000 | 1011110 | 110101 | 100111 | 101 |
Color Harmonies of #100F07
Complementary color
Monochromatic Colors of #100F07
Black with #100F07
Text Example
Text Example
White with #100F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F07; }
p { color: rgb(16,15,7); }
H1.HeaderClassName
{
color: #100F07;
}
.AnyTagClassName
{
color: #100F07;
}
</style>
background-color css
<style>
a { background-color: #100F07; }
a { background-color: rgb(16,15,7); }
div.DivClassName
{
background-color: #100F07;
}
.BgClassName
{
background-color: #100F07;
}
</style>
border-color css
<style>
span { border-color: #100F07; }
span { border-color: rgb(16,15,7); }
td.TdClassName
{
border-color: #100F07;
}
.TagClassName
{
border-color: #100F07;
}
</style>