Shades of Black #100904
Tints of Black #100904
RGB
CMYK
RGB Variations
Color information
#100904 (or 0x100904) is known color: Black. HEX triplet: 10, 09 and 04. RGB value is (16,9,4). Sum of RGB (Red+Green+Blue) = 16+9+4=29 (3% of max value = 765). Red value is 16 (6.64% from 255 or 55.17% from 29); Green value is 9 (3.91% from 255 or 31.03% from 29); Blue value is 4 (1.95% from 255 or 13.79% from 29); Max value from RGB is 16 - color contains mainly: red. Hex color #100904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100904 is #EFF6FB. Grayscale: #0A0A0A. Windows color (decimal): -15726332 or 264464. OLE color: 264464.
HSL color Cylindrical-coordinate representation of color #100904: hue angle of 25º 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 #100904 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 9 | 4 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.94 |
| HSL | 25º | 0.6% | 0.04% | - |
| HSV(B) | 25º | 0.75% | 0.06% | - |
| XYZ | 0.33 | 0.31 | 0.16 | - |
| YUV | 10.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 9 | 4 | 0 | 0.44 | 0.75 | 0.94 | 25 | 0.6 | 0.04 |
| Hex | 10 | 9 | 4 | 0 | 2C | 4B | 5E | 19 | 3C | 4 |
| Octal | 20 | 11 | 4 | 0 | 54 | 113 | 136 | 31 | 74 | 4 |
| Binary | 10000 | 1001 | 100 | 0 | 101100 | 1001011 | 1011110 | 11001 | 111100 | 100 |
Color Harmonies of #100904
Complementary color
Monochromatic Colors of #100904
Black with #100904
Text Example
Text Example
White with #100904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100904; }
p { color: rgb(16,9,4); }
H1.HeaderClassName
{
color: #100904;
}
.AnyTagClassName
{
color: #100904;
}
</style>
background-color css
<style>
a { background-color: #100904; }
a { background-color: rgb(16,9,4); }
div.DivClassName
{
background-color: #100904;
}
.BgClassName
{
background-color: #100904;
}
</style>
border-color css
<style>
span { border-color: #100904; }
span { border-color: rgb(16,9,4); }
td.TdClassName
{
border-color: #100904;
}
.TagClassName
{
border-color: #100904;
}
</style>