Shades of Black #100A06
Tints of Black #100A06
RGB
CMYK
RGB Variations
Color information
#100A06 (or 0x100A06) is known color: Black. HEX triplet: 10, 0A and 06. RGB value is (16,10,6). Sum of RGB (Red+Green+Blue) = 16+10+6=32 (4% of max value = 765). Red value is 16 (6.64% from 255 or 50% from 32); Green value is 10 (4.30% from 255 or 31.25% from 32); Blue value is 6 (2.73% from 255 or 18.75% from 32); Max value from RGB is 16 - color contains mainly: red. Hex color #100A06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100A06 is #EFF5F9. Grayscale: #0B0B0B. Windows color (decimal): -15726074 or 395792. OLE color: 395792.
HSL color Cylindrical-coordinate representation of color #100A06: hue angle of 24º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #100A06 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 10 | 6 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.94 |
| HSL | 24º | 0.45% | 0.04% | - |
| HSV(B) | 24º | 0.63% | 0.06% | - |
| XYZ | 0.36 | 0.34 | 0.22 | - |
| YUV | 11.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 6 | 0 | 0.37 | 0.62 | 0.94 | 24 | 0.45 | 0.04 |
| Hex | 10 | A | 6 | 0 | 25 | 3E | 5E | 18 | 2D | 4 |
| Octal | 20 | 12 | 6 | 0 | 45 | 76 | 136 | 30 | 55 | 4 |
| Binary | 10000 | 1010 | 110 | 0 | 100101 | 111110 | 1011110 | 11000 | 101101 | 100 |
Color Harmonies of #100A06
Complementary color
Monochromatic Colors of #100A06
Black with #100A06
Text Example
Text Example
White with #100A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A06; }
p { color: rgb(16,10,6); }
H1.HeaderClassName
{
color: #100A06;
}
.AnyTagClassName
{
color: #100A06;
}
</style>
background-color css
<style>
a { background-color: #100A06; }
a { background-color: rgb(16,10,6); }
div.DivClassName
{
background-color: #100A06;
}
.BgClassName
{
background-color: #100A06;
}
</style>
border-color css
<style>
span { border-color: #100A06; }
span { border-color: rgb(16,10,6); }
td.TdClassName
{
border-color: #100A06;
}
.TagClassName
{
border-color: #100A06;
}
</style>