Shades of Black #100701
Tints of Black #100701
RGB
CMYK
RGB Variations
Color information
#100701 (or 0x100701) is known color: Black. HEX triplet: 10, 07 and 01. RGB value is (16,7,1). Sum of RGB (Red+Green+Blue) = 16+7+1=24 (3% of max value = 765). Red value is 16 (6.64% from 255 or 66.67% from 24); Green value is 7 (3.12% from 255 or 29.17% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 16 - color contains mainly: red. Hex color #100701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100701 is #EFF8FE. Grayscale: #090909. Windows color (decimal): -15726847 or 67344. OLE color: 67344.
HSL color Cylindrical-coordinate representation of color #100701: hue angle of 24º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100701 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 7 | 1 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.94 |
| HSL | 24º | 0.88% | 0.03% | - |
| HSV(B) | 24º | 0.94% | 0.06% | - |
| XYZ | 0.3 | 0.26 | 0.06 | - |
| YUV | 9.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 1 | 0 | 0.56 | 0.94 | 0.94 | 24 | 0.88 | 0.03 |
| Hex | 10 | 7 | 1 | 0 | 38 | 5E | 5E | 18 | 58 | 3 |
| Octal | 20 | 7 | 1 | 0 | 70 | 136 | 136 | 30 | 130 | 3 |
| Binary | 10000 | 111 | 1 | 0 | 111000 | 1011110 | 1011110 | 11000 | 1011000 | 11 |
Color Harmonies of #100701
Complementary color
Monochromatic Colors of #100701
Black with #100701
Text Example
Text Example
White with #100701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100701; }
p { color: rgb(16,7,1); }
H1.HeaderClassName
{
color: #100701;
}
.AnyTagClassName
{
color: #100701;
}
</style>
background-color css
<style>
a { background-color: #100701; }
a { background-color: rgb(16,7,1); }
div.DivClassName
{
background-color: #100701;
}
.BgClassName
{
background-color: #100701;
}
</style>
border-color css
<style>
span { border-color: #100701; }
span { border-color: rgb(16,7,1); }
td.TdClassName
{
border-color: #100701;
}
.TagClassName
{
border-color: #100701;
}
</style>