#010102

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

Shades of Black Russian #010102

Tints of Black Russian #010102

Color information

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

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

Color convert

RGB112-
CMYK0.500.5000.99
HSL240º33.33%0.59%-
HSV(B)240º50%0.78%-
XYZ0.030.030.06-
YUV1.11128.5127.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal1120.500.5000.9924033.330.59
Hex1123232063f0211
Octal11262620143360411
Binary111011001011001001100011111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010102; }

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

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

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

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

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

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

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

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