Shades of Maire #101009
Tints of Maire #101009
RGB
CMYK
RGB Variations
Color information
#101009 (or 0x101009) is known color: Maire. HEX triplet: 10, 10 and 09. RGB value is (16,16,9). Sum of RGB (Red+Green+Blue) = 16+16+9=41 (5% of max value = 765). Red value is 16 (6.64% from 255 or 39.02% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 16 - color contains mainly: red, green. Hex color #101009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101009 is #EFEFF6. Grayscale: #0F0F0F. Windows color (decimal): -15724535 or 593936. OLE color: 593936.
HSL color Cylindrical-coordinate representation of color #101009: hue angle of 60º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #101009 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.94.
Color convert
RGB | 16 | 16 | 9 | - |
CMYK | 0 | 0 | 0.44 | 0.94 |
HSL | 60º | 0.28% | 0.05% | - |
HSV(B) | 60º | 0.44% | 0.06% | - |
XYZ | 0.45 | 0.5 | 0.33 | - |
YUV | 15.2 | 124.5 | 128.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 16 | 16 | 9 | 0 | 0 | 0.44 | 0.94 | 60 | 0.28 | 0.05 |
Hex | 10 | 10 | 9 | 0 | 0 | 2C | 5E | 3C | 1C | 5 |
Octal | 20 | 20 | 11 | 0 | 0 | 54 | 136 | 74 | 34 | 5 |
Binary | 10000 | 10000 | 1001 | 0 | 0 | 101100 | 1011110 | 111100 | 11100 | 101 |
Color Harmonies of #101009
Complementary color
Monochromatic Colors of #101009
Black with #101009
Text Example
Text Example
White with #101009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101009; }
p { color: rgb(16,16,9); }
H1.HeaderClassName
{
color: #101009;
}
.AnyTagClassName
{
color: #101009;
}
</style>
background-color css
<style>
a { background-color: #101009; }
a { background-color: rgb(16,16,9); }
div.DivClassName
{
background-color: #101009;
}
.BgClassName
{
background-color: #101009;
}
</style>
border-color css
<style>
span { border-color: #101009; }
span { border-color: rgb(16,16,9); }
td.TdClassName
{
border-color: #101009;
}
.TagClassName
{
border-color: #101009;
}
</style>