#160B20

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

Shades of Blackcurrant #160B20

Tints of Blackcurrant #160B20

Color information

#160B20 (or 0x160B20) is unknown color: approx Blackcurrant. HEX triplet: 16, 0B and 20. RGB value is (22,11,32). Sum of RGB (Red+Green+Blue) = 22+11+32=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 32 - color contains mainly: blue. Hex color #160B20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160B20 is #E9F4DF. Grayscale: #101010. Windows color (decimal): -15332576 or 2099990. OLE color: 2099990.

HSL color Cylindrical-coordinate representation of color #160B20: hue angle of 271.43º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #160B20 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB221132-
CMYK0.310.6600.87
HSL271.43º48.84%8.43%-
HSV(B)271.43º65.62%12.55%-
XYZ0.710.511.43-
YUV16.68136.64131.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 33.85%
GREEN value IS 11 (4.69% from 255) = 16.92%
BLUE value IS 32 (12.89% from 255) = 49.23%
R=33.85%
G=16.92%
B=49.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2211320.310.6600.87271.4348.848.43
Hex16B201F4205710f318
Octal2613403710201274176110
Binary101101011100000111111000010010101111000011111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160B20; }

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

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

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

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

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

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

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

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