Shades of Black #100A00
Tints of Black #100A00
RGB
CMYK
RGB Variations
Color information
#100A00 (or 0x100A00) is known color: Black. HEX triplet: 10, 0A and 00. RGB value is (16,10,0). Sum of RGB (Red+Green+Blue) = 16+10+0=26 (3% of max value = 765). Red value is 16 (6.64% from 255 or 61.54% from 26); Green value is 10 (4.30% from 255 or 38.46% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 16 - color contains mainly: red. Hex color #100A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100A00 is #EFF5FF. Grayscale: #0A0A0A. Windows color (decimal): -15726080 or 2576. OLE color: 2576.
HSL color Cylindrical-coordinate representation of color #100A00: hue angle of 37.5º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100A00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 10 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.94 |
| HSL | 37.5º | 1% | 0.03% | - |
| HSV(B) | 37.5º | 1% | 0.06% | - |
| XYZ | 0.32 | 0.33 | 0.05 | - |
| YUV | 10.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 0 | 0 | 0.37 | 1 | 0.94 | 37.5 | 1 | 0.03 |
| Hex | 10 | A | 0 | 0 | 25 | 64 | 5E | 26 | 64 | 3 |
| Octal | 20 | 12 | 0 | 0 | 45 | 144 | 136 | 46 | 144 | 3 |
| Binary | 10000 | 1010 | 0 | 0 | 100101 | 1100100 | 1011110 | 100110 | 1100100 | 11 |
Color Harmonies of #100A00
Complementary color
Monochromatic Colors of #100A00
Black with #100A00
Text Example
Text Example
White with #100A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A00; }
p { color: rgb(16,10,0); }
H1.HeaderClassName
{
color: #100A00;
}
.AnyTagClassName
{
color: #100A00;
}
</style>
background-color css
<style>
a { background-color: #100A00; }
a { background-color: rgb(16,10,0); }
div.DivClassName
{
background-color: #100A00;
}
.BgClassName
{
background-color: #100A00;
}
</style>
border-color css
<style>
span { border-color: #100A00; }
span { border-color: rgb(16,10,0); }
td.TdClassName
{
border-color: #100A00;
}
.TagClassName
{
border-color: #100A00;
}
</style>