#070606

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

Shades of Black #070606

Tints of Black #070606

Color information

#070606 (or 0x070606) is unknown color: approx Black. HEX triplet: 07, 06 and 06. RGB value is (7,6,6). Sum of RGB (Red+Green+Blue) = 7+6+6=19 (2% of max value = 765). Red value is 7 (3.12% from 255 or 36.84% from 19); Green value is 6 (2.73% from 255 or 31.58% from 19); Blue value is 6 (2.73% from 255 or 31.58% from 19); Max value from RGB is 7 - color contains mainly: red. Hex color #070606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070606 is #F8F9F9. Grayscale: #060606. Windows color (decimal): -16316922 or 394759. OLE color: 394759.

HSL color Cylindrical-coordinate representation of color #070606: hue angle of 0º degrees, saturation: 0.08, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #070606 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.97.

Color convert

RGB766-
CMYK00.140.140.97
HSL7.69%2.55%-
HSV(B)14.29%2.75%-
XYZ0.190.190.2-
YUV6.3127.83128.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 36.84%
GREEN value IS 6 (2.73% from 255) = 31.58%
BLUE value IS 6 (2.73% from 255) = 31.58%
R=36.84%
G=31.58%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal76600.140.140.9707.692.55
Hex7660EE61083
Octal766016161410103
Binary11111011001110111011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070606; }

 p { color: rgb(7,6,6); }

 H1.HeaderClassName
 {
   color: #070606;
 }
 .AnyTagClassName
 {
   color: #070606;
 }
</style>
background-color css

<style>
 a { background-color: #070606; }

 a { background-color: rgb(7,6,6); }

 div.DivClassName
 {
   background-color: #070606;
 }
 .BgClassName
 {
   background-color: #070606;
 }
</style>
border-color css

<style>
 span { border-color: #070606; }

 span { border-color: rgb(7,6,6); }

 td.TdClassName
 {
   border-color: #070606;
 }
 .TagClassName
 {
   border-color: #070606;
 }
</style>