#010101

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

Shades of Black #010101

Tints of Black #010101

Color information

#010101 (or 0x010101) is unknown color: approx Black. HEX triplet: 01, 01 and 01. RGB value is (1,1,1). Sum of RGB (Red+Green+Blue) = 1+1+1=3 (0% of max value = 765). Red value is 1 (0.78% from 255 or 33.33% from 3); Green value is 1 (0.78% from 255 or 33.33% from 3); Blue value is 1 (0.78% from 255 or 33.33% from 3); Max value from RGB is 1 - color contains mainly: red, green, blue. Hex color #010101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010101 is #FEFEFE. Grayscale: #000000. Windows color (decimal): -16711423 or 65793. OLE color: 65793.

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

Color convert

RGB111-
CMYK0001.00
HSL0%0.39%-
HSV(B)0%0.39%-
XYZ0.030.030.03-
YUV1128128-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 33.33%
BLUE value IS 1 (0.78% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 1.00
SystemRedGreenBlueCMYKHSL
Decimal1110001.00000.39
Hex11100064000
Octal111000144000
Binary1110001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010101; }

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

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

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

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

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

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

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

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