#160120

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

Shades of Blackcurrant #160120

Tints of Blackcurrant #160120

Color information

#160120 (or 0x160120) is unknown color: approx Blackcurrant. HEX triplet: 16, 01 and 20. RGB value is (22,1,32). Sum of RGB (Red+Green+Blue) = 22+1+32=55 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 32 (12.89% from 255 or 58.18% from 55); Max value from RGB is 32 - color contains mainly: blue. Hex color #160120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160120 is #E9FEDF. Grayscale: #0A0A0A. Windows color (decimal): -15335136 or 2097430. OLE color: 2097430.

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

Color convert

RGB22132-
CMYK0.310.9700.87
HSL280.65º93.94%6.47%-
HSV(B)280.65º96.88%12.55%-
XYZ0.60.31.39-
YUV10.81139.96135.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 40%
GREEN value IS 1 (0.78% from 255) = 1.82%
BLUE value IS 32 (12.89% from 255) = 58.18%
R=40%
G=1.82%
B=58.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal221320.310.9700.87280.6593.946.47
Hex161201F610571195e6
Octal261403714101274311366
Binary101101100000111111100001010101111000110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160120; }

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

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

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

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

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

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

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

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