#161920

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

Shades of Black Russian #161920

Tints of Black Russian #161920

Color information

#161920 (or 0x161920) is unknown color: approx Black Russian. HEX triplet: 16, 19 and 20. RGB value is (22,25,32). Sum of RGB (Red+Green+Blue) = 22+25+32=79 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.85% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 32 (12.89% from 255 or 40.51% from 79); Max value from RGB is 32 - color contains mainly: blue. Hex color #161920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161920 is #E9E6DF. Grayscale: #181818. Windows color (decimal): -15328992 or 2103574. OLE color: 2103574.

HSL color Cylindrical-coordinate representation of color #161920: hue angle of 222º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #161920 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB222532-
CMYK0.310.2200.87
HSL222º18.52%10.59%-
HSV(B)222º31.25%12.55%-
XYZ0.940.971.5-
YUV24.9132.01125.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 27.85%
GREEN value IS 25 (10.16% from 255) = 31.65%
BLUE value IS 32 (12.89% from 255) = 40.51%
R=27.85%
G=31.65%
B=40.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2225320.310.2200.8722218.5210.59
Hex1619201F16057de13b
Octal263140372601273362313
Binary101101100110000011111101100101011111011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161920; }

 p { color: rgb(22,25,32); }

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

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

 a { background-color: rgb(22,25,32); }

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

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

 span { border-color: rgb(22,25,32); }

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