#050101

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

Shades of Black #050101

Tints of Black #050101

Color information

#050101 (or 0x050101) is unknown color: approx Black. HEX triplet: 05, 01 and 01. RGB value is (5,1,1). Sum of RGB (Red+Green+Blue) = 5+1+1=7 (0% of max value = 765). Red value is 5 (2.34% from 255 or 71.43% from 7); Green value is 1 (0.78% from 255 or 14.29% from 7); Blue value is 1 (0.78% from 255 or 14.29% from 7); Max value from RGB is 5 - color contains mainly: red. Hex color #050101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050101 is #FAFEFE. Grayscale: #020202. Windows color (decimal): -16449279 or 65797. OLE color: 65797.

HSL color Cylindrical-coordinate representation of color #050101: hue angle of 0º 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 #050101 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.98.

Color convert

RGB511-
CMYK00.800.800.98
HSL66.67%1.18%-
HSV(B)80%1.96%-
XYZ0.080.060.04-
YUV2.2127.33130-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 71.43%
GREEN value IS 1 (0.78% from 255) = 14.29%
BLUE value IS 1 (0.78% from 255) = 14.29%
R=71.43%
G=14.29%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.80
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal51100.800.800.98066.671.18
Hex51105050620431
Octal511012012014201031
Binary101110101000010100001100010010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050101; }

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

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

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

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

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

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

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

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