Shades of Black #100703
Tints of Black #100703
RGB
CMYK
RGB Variations
Color information
#100703 (or 0x100703) is known color: Black. HEX triplet: 10, 07 and 03. RGB value is (16,7,3). Sum of RGB (Red+Green+Blue) = 16+7+3=26 (3% of max value = 765). Red value is 16 (6.64% from 255 or 61.54% from 26); Green value is 7 (3.12% from 255 or 26.92% from 26); Blue value is 3 (1.56% from 255 or 11.54% from 26); Max value from RGB is 16 - color contains mainly: red. Hex color #100703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100703 is #EFF8FC. Grayscale: #090909. Windows color (decimal): -15726845 or 198416. OLE color: 198416.
HSL color Cylindrical-coordinate representation of color #100703: hue angle of 18.46º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #100703 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 7 | 3 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.94 |
| HSL | 18.46º | 0.68% | 0.04% | - |
| HSV(B) | 18.46º | 0.81% | 0.06% | - |
| XYZ | 0.31 | 0.27 | 0.12 | - |
| YUV | 9.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 3 | 0 | 0.56 | 0.81 | 0.94 | 18.46 | 0.68 | 0.04 |
| Hex | 10 | 7 | 3 | 0 | 38 | 51 | 5E | 12 | 44 | 4 |
| Octal | 20 | 7 | 3 | 0 | 70 | 121 | 136 | 22 | 104 | 4 |
| Binary | 10000 | 111 | 11 | 0 | 111000 | 1010001 | 1011110 | 10010 | 1000100 | 100 |
Color Harmonies of #100703
Complementary color
Monochromatic Colors of #100703
Black with #100703
Text Example
Text Example
White with #100703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100703; }
p { color: rgb(16,7,3); }
H1.HeaderClassName
{
color: #100703;
}
.AnyTagClassName
{
color: #100703;
}
</style>
background-color css
<style>
a { background-color: #100703; }
a { background-color: rgb(16,7,3); }
div.DivClassName
{
background-color: #100703;
}
.BgClassName
{
background-color: #100703;
}
</style>
border-color css
<style>
span { border-color: #100703; }
span { border-color: rgb(16,7,3); }
td.TdClassName
{
border-color: #100703;
}
.TagClassName
{
border-color: #100703;
}
</style>