#050403

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

Shades of Black #050403

Tints of Black #050403

Color information

#050403 (or 0x050403) is unknown color: approx Black. HEX triplet: 05, 04 and 03. RGB value is (5,4,3). Sum of RGB (Red+Green+Blue) = 5+4+3=12 (1% of max value = 765). Red value is 5 (2.34% from 255 or 41.67% from 12); Green value is 4 (1.95% from 255 or 33.33% from 12); Blue value is 3 (1.56% from 255 or 25% from 12); Max value from RGB is 5 - color contains mainly: red. Hex color #050403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050403 is #FAFBFC. Grayscale: #040404. Windows color (decimal): -16448509 or 197637. OLE color: 197637.

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

Color convert

RGB543-
CMYK00.200.400.98
HSL30º25%1.57%-
HSV(B)30º40%1.96%-
XYZ0.120.130.1-
YUV4.18127.33128.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 41.67%
GREEN value IS 4 (1.95% from 255) = 33.33%
BLUE value IS 3 (1.56% from 255) = 25%
R=41.67%
G=33.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal54300.200.400.9830251.57
Hex54301428621e192
Octal5430245014236312
Binary101100110101001010001100010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050403; }

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

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

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

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

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

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

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

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