#050201

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

Shades of Black #050201

Tints of Black #050201

Color information

#050201 (or 0x050201) is unknown color: approx Black. HEX triplet: 05, 02 and 01. RGB value is (5,2,1). Sum of RGB (Red+Green+Blue) = 5+2+1=8 (1% of max value = 765). Red value is 5 (2.34% from 255 or 62.5% from 8); Green value is 2 (1.17% from 255 or 25% from 8); Blue value is 1 (0.78% from 255 or 12.5% from 8); Max value from RGB is 5 - color contains mainly: red. Hex color #050201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050201 is #FAFDFE. Grayscale: #020202. Windows color (decimal): -16449023 or 66053. OLE color: 66053.

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

Color convert

RGB521-
CMYK00.600.800.98
HSL15º66.67%1.18%-
HSV(B)15º80%1.96%-
XYZ0.090.080.04-
YUV2.78126.99129.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 62.5%
GREEN value IS 2 (1.17% from 255) = 25%
BLUE value IS 1 (0.78% from 255) = 12.5%
R=62.5%
G=25%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.80
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal52100.600.800.981566.671.18
Hex52103C5062f431
Octal521074120142171031
Binary101101011110010100001100010111110000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050201; }

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

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

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

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

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

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

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

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