Shades of Black #070100
Tints of Black #070100
RGB
CMYK
RGB Variations
Color information
#070100 (or 0x070100) is known color: Black. HEX triplet: 07, 01 and 00. RGB value is (7,1,0). Sum of RGB (Red+Green+Blue) = 7+1+0=8 (1% of max value = 765). Red value is 7 (3.12% from 255 or 87.5% from 8); Green value is 1 (0.78% from 255 or 12.5% from 8); Blue value is 0 (0.39% from 255 or 0% from 8); Max value from RGB is 7 - color contains mainly: red. Hex color #070100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070100 is #F8FEFF. Grayscale: #020202. Windows color (decimal): -16318208 or 263. OLE color: 263.
HSL color Cylindrical-coordinate representation of color #070100: hue angle of 8.57º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070100 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 7 | 1 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.97 |
| HSL | 8.57º | 1% | 0.01% | - |
| HSV(B) | 8.57º | 1% | 0.03% | - |
| XYZ | 0.1 | 0.07 | 0.01 | - |
| YUV | 2.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 0 | 0 | 0.86 | 1 | 0.97 | 8.57 | 1 | 0.01 |
| Hex | 7 | 1 | 0 | 0 | 56 | 64 | 61 | 9 | 64 | 1 |
| Octal | 7 | 1 | 0 | 0 | 126 | 144 | 141 | 11 | 144 | 1 |
| Binary | 111 | 1 | 0 | 0 | 1010110 | 1100100 | 1100001 | 1001 | 1100100 | 1 |
Color Harmonies of #070100
Complementary color
Monochromatic Colors of #070100
Black with #070100
Text Example
Text Example
White with #070100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070100; }
p { color: rgb(7,1,0); }
H1.HeaderClassName
{
color: #070100;
}
.AnyTagClassName
{
color: #070100;
}
</style>
background-color css
<style>
a { background-color: #070100; }
a { background-color: rgb(7,1,0); }
div.DivClassName
{
background-color: #070100;
}
.BgClassName
{
background-color: #070100;
}
</style>
border-color css
<style>
span { border-color: #070100; }
span { border-color: rgb(7,1,0); }
td.TdClassName
{
border-color: #070100;
}
.TagClassName
{
border-color: #070100;
}
</style>