#070202

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

Shades of Black #070202

Tints of Black #070202

Color information

#070202 (or 0x070202) is unknown color: approx Black. HEX triplet: 07, 02 and 02. RGB value is (7,2,2). Sum of RGB (Red+Green+Blue) = 7+2+2=11 (1% of max value = 765). Red value is 7 (3.12% from 255 or 63.64% from 11); Green value is 2 (1.17% from 255 or 18.18% from 11); Blue value is 2 (1.17% from 255 or 18.18% from 11); Max value from RGB is 7 - color contains mainly: red. Hex color #070202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070202 is #F8FDFD. Grayscale: #030303. Windows color (decimal): -16317950 or 131591. OLE color: 131591.

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

Color convert

RGB722-
CMYK00.710.710.97
HSL55.56%1.76%-
HSV(B)71.43%2.75%-
XYZ0.120.090.07-
YUV3.5127.16130.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 63.64%
GREEN value IS 2 (1.17% from 255) = 18.18%
BLUE value IS 2 (1.17% from 255) = 18.18%
R=63.64%
G=18.18%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal72200.710.710.97055.561.76
Hex72204747610382
Octal72201071071410702
Binary11110100100011110001111100001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070202; }

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

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

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

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

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

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

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

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