#070200

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

Shades of Black #070200

Tints of Black #070200

Color information

#070200 (or 0x070200) is unknown color: approx Black. HEX triplet: 07, 02 and 00. RGB value is (7,2,0). Sum of RGB (Red+Green+Blue) = 7+2+0=9 (1% of max value = 765). Red value is 7 (3.12% from 255 or 77.78% from 9); Green value is 2 (1.17% from 255 or 22.22% from 9); Blue value is 0 (0.39% from 255 or 0% from 9); Max value from RGB is 7 - color contains mainly: red. Hex color #070200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070200 is #F8FDFF. Grayscale: #030303. Windows color (decimal): -16317952 or 519. OLE color: 519.

HSL color Cylindrical-coordinate representation of color #070200: hue angle of 17.14º 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 #070200 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.97.

Color convert

RGB720-
CMYK00.7110.97
HSL17.14º100%1.37%-
HSV(B)17.14º100%2.75%-
XYZ0.110.090.01-
YUV3.27126.16130.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 77.78%
GREEN value IS 2 (1.17% from 255) = 22.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.78%
G=22.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal72000.7110.9717.141001.37
Hex720047646111641
Octal7200107144141211441
Binary11110001000111110010011000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070200; }

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

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

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

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

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

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

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

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