Shades of Black #100A04
Tints of Black #100A04
RGB
CMYK
RGB Variations
Color information
#100A04 (or 0x100A04) is known color: Black. HEX triplet: 10, 0A and 04. RGB value is (16,10,4). Sum of RGB (Red+Green+Blue) = 16+10+4=30 (3% of max value = 765). Red value is 16 (6.64% from 255 or 53.33% from 30); Green value is 10 (4.30% from 255 or 33.33% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 16 - color contains mainly: red. Hex color #100A04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100A04 is #EFF5FB. Grayscale: #0B0B0B. Windows color (decimal): -15726076 or 264720. OLE color: 264720.
HSL color Cylindrical-coordinate representation of color #100A04: hue angle of 30º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #100A04 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 10 | 4 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.94 |
| HSL | 30º | 0.6% | 0.04% | - |
| HSV(B) | 30º | 0.75% | 0.06% | - |
| XYZ | 0.34 | 0.34 | 0.16 | - |
| YUV | 11.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 4 | 0 | 0.37 | 0.75 | 0.94 | 30 | 0.6 | 0.04 |
| Hex | 10 | A | 4 | 0 | 25 | 4B | 5E | 1E | 3C | 4 |
| Octal | 20 | 12 | 4 | 0 | 45 | 113 | 136 | 36 | 74 | 4 |
| Binary | 10000 | 1010 | 100 | 0 | 100101 | 1001011 | 1011110 | 11110 | 111100 | 100 |
Color Harmonies of #100A04
Complementary color
Monochromatic Colors of #100A04
Black with #100A04
Text Example
Text Example
White with #100A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A04; }
p { color: rgb(16,10,4); }
H1.HeaderClassName
{
color: #100A04;
}
.AnyTagClassName
{
color: #100A04;
}
</style>
background-color css
<style>
a { background-color: #100A04; }
a { background-color: rgb(16,10,4); }
div.DivClassName
{
background-color: #100A04;
}
.BgClassName
{
background-color: #100A04;
}
</style>
border-color css
<style>
span { border-color: #100A04; }
span { border-color: rgb(16,10,4); }
td.TdClassName
{
border-color: #100A04;
}
.TagClassName
{
border-color: #100A04;
}
</style>