#161521

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

Shades of Black Russian #161521

Tints of Black Russian #161521

Color information

#161521 (or 0x161521) is unknown color: approx Black Russian. HEX triplet: 16, 15 and 21. RGB value is (22,21,33). Sum of RGB (Red+Green+Blue) = 22+21+33=76 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.95% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 33 (13.28% from 255 or 43.42% from 76); Max value from RGB is 33 - color contains mainly: blue. Hex color #161521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161521 is #E9EADE. Grayscale: #161616. Windows color (decimal): -15330015 or 2168086. OLE color: 2168086.

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

Color convert

RGB222133-
CMYK0.330.3600.87
HSL245º22.22%10.59%-
HSV(B)245º36.36%12.94%-
XYZ0.870.821.55-
YUV22.67133.83127.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.95%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 33 (13.28% from 255) = 43.42%
R=28.95%
G=27.63%
B=43.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2221330.330.3600.8724522.2210.59
Hex1615212124057f516b
Octal262541414401273652613
Binary10110101011000011000011001000101011111110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161521; }

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

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

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

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

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

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

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

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