#070707

Color #070707 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #070707

Tints of Black #070707

Color information

#070707 (or 0x070707) is unknown color: approx 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

RGB777-
CMYK0000.97
HSL0%2.75%-
HSV(B)0%2.75%-
XYZ0.20.210.23-
YUV7128128-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 33.33%
GREEN value IS 7 (3.12% from 255) = 33.33%
BLUE value IS 7 (3.12% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal7770000.97002.75
Hex77700061003
Octal777000141003
Binary11111111100011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>