Shades of Maire #10100A
Tints of Maire #10100A
RGB
CMYK
RGB Variations
Color information
#10100A (or 0x10100A) is known color: Maire. HEX triplet: 10, 10 and 0A. RGB value is (16,16,10). Sum of RGB (Red+Green+Blue) = 16+16+10=42 (5% of max value = 765). Red value is 16 (6.64% from 255 or 38.10% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 16 - color contains mainly: red, green. Hex color #10100A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10100A is #EFEFF5. Grayscale: #0F0F0F. Windows color (decimal): -15724534 or 659472. OLE color: 659472.
HSL color Cylindrical-coordinate representation of color #10100A: hue angle of 60º degrees, saturation: 0.23, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #10100A is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 16 | 10 | - |
| CMYK | 0 | 0 | 0.37 | 0.94 |
| HSL | 60º | 0.23% | 0.05% | - |
| HSV(B) | 60º | 0.38% | 0.06% | - |
| XYZ | 0.45 | 0.5 | 0.36 | - |
| YUV | 15.32 | 125 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 10 | 0 | 0 | 0.37 | 0.94 | 60 | 0.23 | 0.05 |
| Hex | 10 | 10 | A | 0 | 0 | 25 | 5E | 3C | 17 | 5 |
| Octal | 20 | 20 | 12 | 0 | 0 | 45 | 136 | 74 | 27 | 5 |
| Binary | 10000 | 10000 | 1010 | 0 | 0 | 100101 | 1011110 | 111100 | 10111 | 101 |
Color Harmonies of #10100A
Complementary color
Monochromatic Colors of #10100A
Black with #10100A
Text Example
Text Example
White with #10100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10100A; }
p { color: rgb(16,16,10); }
H1.HeaderClassName
{
color: #10100A;
}
.AnyTagClassName
{
color: #10100A;
}
</style>
background-color css
<style>
a { background-color: #10100A; }
a { background-color: rgb(16,16,10); }
div.DivClassName
{
background-color: #10100A;
}
.BgClassName
{
background-color: #10100A;
}
</style>
border-color css
<style>
span { border-color: #10100A; }
span { border-color: rgb(16,16,10); }
td.TdClassName
{
border-color: #10100A;
}
.TagClassName
{
border-color: #10100A;
}
</style>