#020101

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

Shades of Black #020101

Tints of Black #020101

Color information

#020101 (or 0x020101) is unknown color: approx Black. HEX triplet: 02, 01 and 01. RGB value is (2,1,1). Sum of RGB (Red+Green+Blue) = 2+1+1=4 (0% of max value = 765). Red value is 2 (1.17% from 255 or 50% from 4); Green value is 1 (0.78% from 255 or 25% from 4); Blue value is 1 (0.78% from 255 or 25% from 4); Max value from RGB is 2 - color contains mainly: red. Hex color #020101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020101 is #FDFEFE. Grayscale: #010101. Windows color (decimal): -16645887 or 65794. OLE color: 65794.

HSL color Cylindrical-coordinate representation of color #020101: hue angle of 0º degrees, saturation: 0.33, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #020101 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.99.

Color convert

RGB211-
CMYK00.500.500.99
HSL33.33%0.59%-
HSV(B)50%0.78%-
XYZ0.040.040.03-
YUV1.3127.83128.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 25%
BLUE value IS 1 (0.78% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal21100.500.500.99033.330.59
Hex21103232630211
Octal211062621430411
Binary10110110010110010110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020101; }

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

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

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

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

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

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

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

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