#020016

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

Shades of Black Russian #020016

Tints of Black Russian #020016

Color information

#020016 (or 0x020016) is unknown color: approx Black Russian. HEX triplet: 02, 00 and 16. RGB value is (2,0,22). Sum of RGB (Red+Green+Blue) = 2+0+22=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 0 (0.39% from 255 or 0% from 24); Blue value is 22 (8.98% from 255 or 91.67% from 24); Max value from RGB is 22 - color contains mainly: blue. Hex color #020016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020016 is #FDFFE9. Grayscale: #030303. Windows color (decimal): -16646122 or 1441794. OLE color: 1441794.

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

Color convert

RGB2022-
CMYK0.91100.91
HSL245.45º100%4.31%-
HSV(B)245.45º100%8.63%-
XYZ0.170.070.76-
YUV3.11138.66127.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 91.67%
R=8.33%
G=0%
B=91.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal20220.91100.91245.451004.31
Hex20165B6405Bf5644
Octal202613314401333651444
Binary100101101011011110010001011011111101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020016; }

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

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

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

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

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

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

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

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