#070400

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

Shades of Black #070400

Tints of Black #070400

Color information

#070400 (or 0x070400) is unknown color: approx Black. HEX triplet: 07, 04 and 00. RGB value is (7,4,0). Sum of RGB (Red+Green+Blue) = 7+4+0=11 (1% of max value = 765). Red value is 7 (3.12% from 255 or 63.64% from 11); Green value is 4 (1.95% from 255 or 36.36% from 11); Blue value is 0 (0.39% from 255 or 0% from 11); Max value from RGB is 7 - color contains mainly: red. Hex color #070400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070400 is #F8FBFF. Grayscale: #040404. Windows color (decimal): -16317440 or 1031. OLE color: 1031.

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

Color convert

RGB740-
CMYK00.4310.97
HSL34.29º100%1.37%-
HSV(B)34.29º100%2.75%-
XYZ0.130.130.02-
YUV4.44125.49129.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 63.64%
GREEN value IS 4 (1.95% from 255) = 36.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.64%
G=36.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal74000.4310.9734.291001.37
Hex74002B646122641
Octal740053144141421441
Binary111100001010111100100110000110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070400; }

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

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

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

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

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

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

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

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