Shades of Black #100A09
Tints of Black #100A09
RGB
CMYK
RGB Variations
Color information
#100A09 (or 0x100A09) is known color: Black. HEX triplet: 10, 0A and 09. RGB value is (16,10,9). Sum of RGB (Red+Green+Blue) = 16+10+9=35 (4% of max value = 765). Red value is 16 (6.64% from 255 or 45.71% from 35); Green value is 10 (4.30% from 255 or 28.57% from 35); Blue value is 9 (3.91% from 255 or 25.71% from 35); Max value from RGB is 16 - color contains mainly: red. Hex color #100A09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100A09 is #EFF5F6. Grayscale: #0B0B0B. Windows color (decimal): -15726071 or 592400. OLE color: 592400.
HSL color Cylindrical-coordinate representation of color #100A09: hue angle of 8.57º 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 #100A09 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 10 | 9 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.94 |
| HSL | 8.57º | 0.28% | 0.05% | - |
| HSV(B) | 8.57º | 0.44% | 0.06% | - |
| XYZ | 0.37 | 0.35 | 0.31 | - |
| YUV | 11.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 9 | 0 | 0.37 | 0.44 | 0.94 | 8.57 | 0.28 | 0.05 |
| Hex | 10 | A | 9 | 0 | 25 | 2C | 5E | 9 | 1C | 5 |
| Octal | 20 | 12 | 11 | 0 | 45 | 54 | 136 | 11 | 34 | 5 |
| Binary | 10000 | 1010 | 1001 | 0 | 100101 | 101100 | 1011110 | 1001 | 11100 | 101 |
Color Harmonies of #100A09
Complementary color
Monochromatic Colors of #100A09
Black with #100A09
Text Example
Text Example
White with #100A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A09; }
p { color: rgb(16,10,9); }
H1.HeaderClassName
{
color: #100A09;
}
.AnyTagClassName
{
color: #100A09;
}
</style>
background-color css
<style>
a { background-color: #100A09; }
a { background-color: rgb(16,10,9); }
div.DivClassName
{
background-color: #100A09;
}
.BgClassName
{
background-color: #100A09;
}
</style>
border-color css
<style>
span { border-color: #100A09; }
span { border-color: rgb(16,10,9); }
td.TdClassName
{
border-color: #100A09;
}
.TagClassName
{
border-color: #100A09;
}
</style>