#161534

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

Shades of Black Russian #161534

Tints of Black Russian #161534

Color information

#161534 (or 0x161534) is unknown color: approx Black Russian. HEX triplet: 16, 15 and 34. RGB value is (22,21,52). Sum of RGB (Red+Green+Blue) = 22+21+52=95 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.16% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #161534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161534 is #E9EACB. Grayscale: #181818. Windows color (decimal): -15329996 or 3413270. OLE color: 3413270.

HSL color Cylindrical-coordinate representation of color #161534: hue angle of 241.94º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #161534 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB222152-
CMYK0.580.6000.80
HSL241.94º42.47%14.31%-
HSV(B)241.94º59.62%20.39%-
XYZ1.220.953.37-
YUV24.83143.33125.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 23.16%
GREEN value IS 21 (8.59% from 255) = 22.11%
BLUE value IS 52 (20.70% from 255) = 54.74%
R=23.16%
G=22.11%
B=54.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2221520.580.6000.80241.9442.4714.31
Hex1615343A3C050f22ae
Octal262564727401203625216
Binary101101010111010011101011110001010000111100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161534; }

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

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

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

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

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

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

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

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