#070401

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

Shades of Black #070401

Tints of Black #070401

Color information

#070401 (or 0x070401) is unknown color: approx Black. HEX triplet: 07, 04 and 01. RGB value is (7,4,1). Sum of RGB (Red+Green+Blue) = 7+4+1=12 (1% of max value = 765). Red value is 7 (3.12% from 255 or 58.33% from 12); Green value is 4 (1.95% from 255 or 33.33% from 12); Blue value is 1 (0.78% from 255 or 8.33% from 12); Max value from RGB is 7 - color contains mainly: red. Hex color #070401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070401 is #F8FBFE. Grayscale: #040404. Windows color (decimal): -16317439 or 66567. OLE color: 66567.

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

Color convert

RGB741-
CMYK00.430.860.97
HSL30º75%1.57%-
HSV(B)30º85.71%2.75%-
XYZ0.140.130.05-
YUV4.56125.99129.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 58.33%
GREEN value IS 4 (1.95% from 255) = 33.33%
BLUE value IS 1 (0.78% from 255) = 8.33%
R=58.33%
G=33.33%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal74100.430.860.9730751.57
Hex74102B56611e4b2
Octal741053126141361132
Binary111100101010111010110110000111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070401; }

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

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

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

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

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

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

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

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