#050404

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

Shades of Black #050404

Tints of Black #050404

Color information

#050404 (or 0x050404) is unknown color: approx Black. HEX triplet: 05, 04 and 04. RGB value is (5,4,4). Sum of RGB (Red+Green+Blue) = 5+4+4=13 (1% of max value = 765). Red value is 5 (2.34% from 255 or 38.46% from 13); Green value is 4 (1.95% from 255 or 30.77% from 13); Blue value is 4 (1.95% from 255 or 30.77% from 13); Max value from RGB is 5 - color contains mainly: red. Hex color #050404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050404 is #FAFBFB. Grayscale: #040404. Windows color (decimal): -16448508 or 263173. OLE color: 263173.

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

Color convert

RGB544-
CMYK00.200.200.98
HSL11.11%1.76%-
HSV(B)20%1.96%-
XYZ0.130.130.13-
YUV4.3127.83128.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 38.46%
GREEN value IS 4 (1.95% from 255) = 30.77%
BLUE value IS 4 (1.95% from 255) = 30.77%
R=38.46%
G=30.77%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal54400.200.200.98011.111.76
Hex54401414620b2
Octal544024241420132
Binary1011001000101001010011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050404; }

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

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

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

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

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

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

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

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