#010103

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

Shades of Black Russian #010103

Tints of Black Russian #010103

Color information

#010103 (or 0x010103) is unknown color: approx Black Russian. HEX triplet: 01, 01 and 03. RGB value is (1,1,3). Sum of RGB (Red+Green+Blue) = 1+1+3=5 (0% of max value = 765). Red value is 1 (0.78% from 255 or 20% from 5); Green value is 1 (0.78% from 255 or 20% from 5); Blue value is 3 (1.56% from 255 or 60% from 5); Max value from RGB is 3 - color contains mainly: blue. Hex color #010103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010103 is #FEFEFC. Grayscale: #010101. Windows color (decimal): -16711421 or 196865. OLE color: 196865.

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

Color convert

RGB113-
CMYK0.670.6700.99
HSL240º50%0.78%-
HSV(B)240º66.67%1.18%-
XYZ0.040.030.09-
YUV1.23129127.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 20%
GREEN value IS 1 (0.78% from 255) = 20%
BLUE value IS 3 (1.56% from 255) = 60%
R=20%
G=20%
B=60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal1130.670.6700.99240500.78
Hex1134343063f0321
Octal1131031030143360621
Binary11111000011100001101100011111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010103; }

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

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

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

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

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

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

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

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