#020111

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

Shades of Black Russian #020111

Tints of Black Russian #020111

Color information

#020111 (or 0x020111) is unknown color: approx Black Russian. HEX triplet: 02, 01 and 11. RGB value is (2,1,17). Sum of RGB (Red+Green+Blue) = 2+1+17=20 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10% from 20); Green value is 1 (0.78% from 255 or 5% from 20); Blue value is 17 (7.03% from 255 or 85% from 20); Max value from RGB is 17 - color contains mainly: blue. Hex color #020111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020111 is #FDFEEE. Grayscale: #030303. Windows color (decimal): -16645871 or 1114370. OLE color: 1114370.

HSL color Cylindrical-coordinate representation of color #020111: hue angle of 243.75º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #020111 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB2117-
CMYK0.880.9400.93
HSL243.75º88.89%3.53%-
HSV(B)243.75º94.12%6.67%-
XYZ0.140.080.54-
YUV3.12135.83127.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 10%
GREEN value IS 1 (0.78% from 255) = 5%
BLUE value IS 17 (7.03% from 255) = 85%
R=10%
G=5%
B=85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal21170.880.9400.93243.7588.893.53
Hex2111585E05Df4594
Octal212113013601353641314
Binary101100011011000101111001011101111101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020111; }

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

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

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

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

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

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

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

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