Shades of Black #070707
Tints of Black #070707
RGB
CMYK
RGB Variations
Color information
#070707 (or 0x070707) is known color: Black. HEX triplet: 07, 07 and 07. RGB value is (7,7,7). Sum of RGB (Red+Green+Blue) = 7+7+7=21 (2% of max value = 765). Red value is 7 (3.12% from 255 or 33.33% from 21); Green value is 7 (3.12% from 255 or 33.33% from 21); Blue value is 7 (3.12% from 255 or 33.33% from 21); Max value from RGB is 7 - color contains mainly: red, green, blue. Hex color #070707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070707 is #F8F8F8. Grayscale: #070707. Windows color (decimal): -16316665 or 460551. OLE color: 460551.
HSL color Cylindrical-coordinate representation of color #070707: hue angle of 0º degrees, saturation: 0, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0%. Process color model (Four color, CMYK) of #070707 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 7 | 7 | 7 | - |
| CMYK | 0 | 0 | 0 | 0.97 |
| HSL | 0º | 0% | 0.03% | - |
| HSV(B) | 0º | 0% | 0.03% | - |
| XYZ | 0.2 | 0.21 | 0.23 | - |
| YUV | 7 | 128 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 7 | 7 | 0 | 0 | 0 | 0.97 | 0 | 0 | 0.03 |
| Hex | 7 | 7 | 7 | 0 | 0 | 0 | 61 | 0 | 0 | 3 |
| Octal | 7 | 7 | 7 | 0 | 0 | 0 | 141 | 0 | 0 | 3 |
| Binary | 111 | 111 | 111 | 0 | 0 | 0 | 1100001 | 0 | 0 | 11 |
Color Harmonies of #070707
Complementary color
Monochromatic Colors of #070707
Black with #070707
Text Example
Text Example
White with #070707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070707; }
p { color: rgb(7,7,7); }
H1.HeaderClassName
{
color: #070707;
}
.AnyTagClassName
{
color: #070707;
}
</style>
background-color css
<style>
a { background-color: #070707; }
a { background-color: rgb(7,7,7); }
div.DivClassName
{
background-color: #070707;
}
.BgClassName
{
background-color: #070707;
}
</style>
border-color css
<style>
span { border-color: #070707; }
span { border-color: rgb(7,7,7); }
td.TdClassName
{
border-color: #070707;
}
.TagClassName
{
border-color: #070707;
}
</style>