#070402

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

Shades of Black #070402

Tints of Black #070402

Color information

#070402 (or 0x070402) is unknown color: approx Black. HEX triplet: 07, 04 and 02. RGB value is (7,4,2). Sum of RGB (Red+Green+Blue) = 7+4+2=13 (1% of max value = 765). Red value is 7 (3.12% from 255 or 53.85% from 13); Green value is 4 (1.95% from 255 or 30.77% from 13); Blue value is 2 (1.17% from 255 or 15.38% from 13); Max value from RGB is 7 - color contains mainly: red. Hex color #070402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070402 is #F8FBFD. Grayscale: #040404. Windows color (decimal): -16317438 or 132103. OLE color: 132103.

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

Color convert

RGB742-
CMYK00.430.710.97
HSL24º55.56%1.76%-
HSV(B)24º71.43%2.75%-
XYZ0.140.140.08-
YUV4.67126.49129.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 53.85%
GREEN value IS 4 (1.95% from 255) = 30.77%
BLUE value IS 2 (1.17% from 255) = 15.38%
R=53.85%
G=30.77%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal74200.430.710.972455.561.76
Hex74202B476118382
Octal74205310714130702
Binary111100100101011100011111000011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070402; }

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

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

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

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

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

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

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

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