#080404

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

Shades of Black #080404

Tints of Black #080404

Color information

#080404 (or 0x080404) is unknown color: approx Black. HEX triplet: 08, 04 and 04. RGB value is (8,4,4). Sum of RGB (Red+Green+Blue) = 8+4+4=16 (2% of max value = 765). Red value is 8 (3.52% from 255 or 50% from 16); Green value is 4 (1.95% from 255 or 25% from 16); Blue value is 4 (1.95% from 255 or 25% from 16); Max value from RGB is 8 - color contains mainly: red. Hex color #080404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080404 is #F7FBFB. Grayscale: #050505. Windows color (decimal): -16251900 or 263176. OLE color: 263176.

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

Color convert

RGB844-
CMYK00.50.50.97
HSL33.33%2.35%-
HSV(B)50%3.14%-
XYZ0.170.150.13-
YUV5.2127.33130-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 25%
BLUE value IS 4 (1.95% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.5
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal84400.50.50.97033.332.35
Hex84403232610212
Octal1044062621410412
Binary100010010001100101100101100001010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080404; }

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

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

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

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

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

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

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

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