#161520

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

Shades of Black Russian #161520

Tints of Black Russian #161520

Color information

#161520 (or 0x161520) is unknown color: approx Black Russian. HEX triplet: 16, 15 and 20. RGB value is (22,21,32). Sum of RGB (Red+Green+Blue) = 22+21+32=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 32 - color contains mainly: blue. Hex color #161520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161520 is #E9EADF. Grayscale: #161616. Windows color (decimal): -15330016 or 2102550. OLE color: 2102550.

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

Color convert

RGB222132-
CMYK0.310.3400.87
HSL245.45º20.75%10.39%-
HSV(B)245.45º34.38%12.55%-
XYZ0.860.811.48-
YUV22.55133.33127.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 29.33%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 32 (12.89% from 255) = 42.67%
R=29.33%
G=28%
B=42.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2221320.310.3400.87245.4520.7510.39
Hex1615201F22057f515a
Octal262540374201273652512
Binary1011010101100000111111000100101011111110101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161520; }

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

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

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

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

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

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

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

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