#160920

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

Shades of Blackcurrant #160920

Tints of Blackcurrant #160920

Color information

#160920 (or 0x160920) is unknown color: approx Blackcurrant. HEX triplet: 16, 09 and 20. RGB value is (22,9,32). Sum of RGB (Red+Green+Blue) = 22+9+32=63 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.92% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 32 (12.89% from 255 or 50.79% from 63); Max value from RGB is 32 - color contains mainly: blue. Hex color #160920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160920 is #E9F6DF. Grayscale: #0F0F0F. Windows color (decimal): -15333088 or 2099478. OLE color: 2099478.

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

Color convert

RGB22932-
CMYK0.310.7200.87
HSL273.91º56.1%8.04%-
HSV(B)273.91º71.88%12.55%-
XYZ0.690.471.42-
YUV15.51137.31132.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 34.92%
GREEN value IS 9 (3.91% from 255) = 14.29%
BLUE value IS 32 (12.89% from 255) = 50.79%
R=34.92%
G=14.29%
B=50.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal229320.310.7200.87273.9156.18.04
Hex169201F48057112388
Octal2611403711001274227010
Binary101101001100000111111001000010101111000100101110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160920; }

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

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

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

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

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

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

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

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