#160119

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

Shades of Blackcurrant #160119

Tints of Blackcurrant #160119

Color information

#160119 (or 0x160119) is unknown color: approx Blackcurrant. HEX triplet: 16, 01 and 19. RGB value is (22,1,25). Sum of RGB (Red+Green+Blue) = 22+1+25=48 (6% of max value = 765). Red value is 22 (8.98% from 255 or 45.83% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #160119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160119 is #E9FEE6. Grayscale: #090909. Windows color (decimal): -15335143 or 1638678. OLE color: 1638678.

HSL color Cylindrical-coordinate representation of color #160119: hue angle of 292.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #160119 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB22125-
CMYK0.120.9600.90
HSL292.5º92.31%5.1%-
HSV(B)292.5º96%9.8%-
XYZ0.520.260.94-
YUV10.01136.46136.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 45.83%
GREEN value IS 1 (0.78% from 255) = 2.08%
BLUE value IS 25 (10.16% from 255) = 52.08%
R=45.83%
G=2.08%
B=52.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal221250.120.9600.90292.592.315.1
Hex16119C6005A1245c5
Octal261311414001324441345
Binary1011011100111001100000010110101001001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160119; }

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

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

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

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

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

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

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

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