#020113

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

Shades of Black Russian #020113

Tints of Black Russian #020113

Color information

#020113 (or 0x020113) is unknown color: approx Black Russian. HEX triplet: 02, 01 and 13. RGB value is (2,1,19). Sum of RGB (Red+Green+Blue) = 2+1+19=22 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.09% from 22); Green value is 1 (0.78% from 255 or 4.55% from 22); Blue value is 19 (7.81% from 255 or 86.36% from 22); Max value from RGB is 19 - color contains mainly: blue. Hex color #020113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020113 is #FDFEEC. Grayscale: #030303. Windows color (decimal): -16645869 or 1245442. OLE color: 1245442.

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

Color convert

RGB2119-
CMYK0.890.9500.93
HSL243.33º90%3.92%-
HSV(B)243.33º94.74%7.45%-
XYZ0.150.080.62-
YUV3.35136.83127.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 9.09%
GREEN value IS 1 (0.78% from 255) = 4.55%
BLUE value IS 19 (7.81% from 255) = 86.36%
R=9.09%
G=4.55%
B=86.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal21190.890.9500.93243.33903.92
Hex2113595F05Df35a4
Octal212313113701353631324
Binary101100111011001101111101011101111100111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020113; }

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

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

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

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

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

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

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

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