#070404

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

Shades of Black #070404

Tints of Black #070404

Color information

#070404 (or 0x070404) is unknown color: approx Black. HEX triplet: 07, 04 and 04. RGB value is (7,4,4). Sum of RGB (Red+Green+Blue) = 7+4+4=15 (1% of max value = 765). Red value is 7 (3.12% from 255 or 46.67% from 15); Green value is 4 (1.95% from 255 or 26.67% from 15); Blue value is 4 (1.95% from 255 or 26.67% from 15); Max value from RGB is 7 - color contains mainly: red. Hex color #070404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070404 is #F8FBFB. Grayscale: #040404. Windows color (decimal): -16317436 or 263175. OLE color: 263175.

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

Color convert

RGB744-
CMYK00.430.430.97
HSL27.27%2.16%-
HSV(B)42.86%2.75%-
XYZ0.150.140.13-
YUV4.9127.49129.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 46.67%
GREEN value IS 4 (1.95% from 255) = 26.67%
BLUE value IS 4 (1.95% from 255) = 26.67%
R=46.67%
G=26.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal74400.430.430.97027.272.16
Hex74402B2B6101b2
Octal744053531410332
Binary1111001000101011101011110000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070404; }

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

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

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

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

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

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

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

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