#161526

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

Shades of Black Russian #161526

Tints of Black Russian #161526

Color information

#161526 (or 0x161526) is unknown color: approx Black Russian. HEX triplet: 16, 15 and 26. RGB value is (22,21,38). Sum of RGB (Red+Green+Blue) = 22+21+38=81 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.16% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 38 (15.23% from 255 or 46.91% from 81); Max value from RGB is 38 - color contains mainly: blue. Hex color #161526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161526 is #E9EAD9. Grayscale: #171717. Windows color (decimal): -15330010 or 2495766. OLE color: 2495766.

HSL color Cylindrical-coordinate representation of color #161526: hue angle of 243.53º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #161526 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB222138-
CMYK0.420.4500.85
HSL243.53º28.81%11.57%-
HSV(B)243.53º44.74%14.9%-
XYZ0.950.851.95-
YUV23.24136.33127.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 27.16%
GREEN value IS 21 (8.59% from 255) = 25.93%
BLUE value IS 38 (15.23% from 255) = 46.91%
R=27.16%
G=25.93%
B=46.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2221380.420.4500.85243.5328.8111.57
Hex1615262A2D055f41dc
Octal262546525501253643514
Binary10110101011001101010101011010101010111110100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161526; }

 p { color: rgb(22,21,38); }

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

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

 a { background-color: rgb(22,21,38); }

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

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

 span { border-color: rgb(22,21,38); }

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