#070201

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

Shades of Black #070201

Tints of Black #070201

Color information

#070201 (or 0x070201) is unknown color: approx Black. HEX triplet: 07, 02 and 01. RGB value is (7,2,1). Sum of RGB (Red+Green+Blue) = 7+2+1=10 (1% of max value = 765). Red value is 7 (3.12% from 255 or 70% from 10); Green value is 2 (1.17% from 255 or 20% from 10); Blue value is 1 (0.78% from 255 or 10% from 10); Max value from RGB is 7 - color contains mainly: red. Hex color #070201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070201 is #F8FDFE. Grayscale: #030303. Windows color (decimal): -16317951 or 66055. OLE color: 66055.

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

Color convert

RGB721-
CMYK00.710.860.97
HSL10º75%1.57%-
HSV(B)10º85.71%2.75%-
XYZ0.110.090.04-
YUV3.38126.66130.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 70%
GREEN value IS 2 (1.17% from 255) = 20%
BLUE value IS 1 (0.78% from 255) = 10%
R=70%
G=20%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal72100.710.860.9710751.57
Hex7210475661a4b2
Octal7210107126141121132
Binary11110101000111101011011000011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070201; }

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

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

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

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

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

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

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

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