#020116

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

Shades of Black Russian #020116

Tints of Black Russian #020116

Color information

#020116 (or 0x020116) is unknown color: approx Black Russian. HEX triplet: 02, 01 and 16. RGB value is (2,1,22). Sum of RGB (Red+Green+Blue) = 2+1+22=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 1 (0.78% from 255 or 4% from 25); Blue value is 22 (8.98% from 255 or 88% from 25); Max value from RGB is 22 - color contains mainly: blue. Hex color #020116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020116 is #FDFEE9. Grayscale: #030303. Windows color (decimal): -16645866 or 1442050. OLE color: 1442050.

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

Color convert

RGB2122-
CMYK0.910.9500.91
HSL242.86º91.3%4.51%-
HSV(B)242.86º95.45%8.63%-
XYZ0.180.090.77-
YUV3.69138.33126.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8%
GREEN value IS 1 (0.78% from 255) = 4%
BLUE value IS 22 (8.98% from 255) = 88%
R=8%
G=4%
B=88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal21220.910.9500.91242.8691.34.51
Hex21165B5F05Bf35b5
Octal212613313701333631335
Binary101101101011011101111101011011111100111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020116; }

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

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

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

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

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

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

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

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