#160F20

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

Shades of Blackcurrant #160F20

Tints of Blackcurrant #160F20

Color information

#160F20 (or 0x160F20) is unknown color: approx Blackcurrant. HEX triplet: 16, 0F and 20. RGB value is (22,15,32). Sum of RGB (Red+Green+Blue) = 22+15+32=69 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.88% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 32 (12.89% from 255 or 46.38% from 69); Max value from RGB is 32 - color contains mainly: blue. Hex color #160F20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160F20 is #E9F0DF. Grayscale: #121212. Windows color (decimal): -15331552 or 2101014. OLE color: 2101014.

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

Color convert

RGB221532-
CMYK0.310.5300.87
HSL264.71º36.17%9.22%-
HSV(B)264.71º53.12%12.55%-
XYZ0.760.621.45-
YUV19.03135.32130.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 31.88%
GREEN value IS 15 (6.25% from 255) = 21.74%
BLUE value IS 32 (12.89% from 255) = 46.38%
R=31.88%
G=21.74%
B=46.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2215320.310.5300.87264.7136.179.22
Hex16F201F35057109249
Octal261740376501274114411
Binary10110111110000011111110101010101111000010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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