#161931

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

Shades of Black Russian #161931

Tints of Black Russian #161931

Color information

#161931 (or 0x161931) is unknown color: approx Black Russian. HEX triplet: 16, 19 and 31. RGB value is (22,25,49). Sum of RGB (Red+Green+Blue) = 22+25+49=96 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.92% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #161931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161931 is #E9E6CE. Grayscale: #1A1A1A. Windows color (decimal): -15328975 or 3217686. OLE color: 3217686.

HSL color Cylindrical-coordinate representation of color #161931: hue angle of 233.33º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #161931 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB222549-
CMYK0.550.4900.81
HSL233.33º38.03%13.92%-
HSV(B)233.33º55.1%19.22%-
XYZ1.231.093.05-
YUV26.84140.51124.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.92%
GREEN value IS 25 (10.16% from 255) = 26.04%
BLUE value IS 49 (19.53% from 255) = 51.04%
R=22.92%
G=26.04%
B=51.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2225490.550.4900.81233.3338.0313.92
Hex1619313731051e926e
Octal263161676101213514616
Binary101101100111000111011111000101010001111010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161931; }

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

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

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

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

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

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

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

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