#050402

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

Shades of Black #050402

Tints of Black #050402

Color information

#050402 (or 0x050402) is unknown color: approx Black. HEX triplet: 05, 04 and 02. RGB value is (5,4,2). Sum of RGB (Red+Green+Blue) = 5+4+2=11 (1% of max value = 765). Red value is 5 (2.34% from 255 or 45.45% from 11); Green value is 4 (1.95% from 255 or 36.36% from 11); Blue value is 2 (1.17% from 255 or 18.18% from 11); Max value from RGB is 5 - color contains mainly: red. Hex color #050402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050402 is #FAFBFD. Grayscale: #040404. Windows color (decimal): -16448510 or 132101. OLE color: 132101.

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

Color convert

RGB542-
CMYK00.200.600.98
HSL40º42.86%1.37%-
HSV(B)40º60%1.96%-
XYZ0.120.120.08-
YUV4.07126.83128.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 45.45%
GREEN value IS 4 (1.95% from 255) = 36.36%
BLUE value IS 2 (1.17% from 255) = 18.18%
R=45.45%
G=36.36%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal54200.200.600.984042.861.37
Hex5420143C62282b1
Octal5420247414250531
Binary1011001001010011110011000101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050402; }

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

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

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

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

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

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

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

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