#160731

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

Shades of Blackcurrant #160731

Tints of Blackcurrant #160731

Color information

#160731 (or 0x160731) is unknown color: approx Blackcurrant. HEX triplet: 16, 07 and 31. RGB value is (22,7,49). Sum of RGB (Red+Green+Blue) = 22+7+49=78 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.21% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 49 (19.53% from 255 or 62.82% from 78); Max value from RGB is 49 - color contains mainly: blue. Hex color #160731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160731 is #E9F8CE. Grayscale: #101010. Windows color (decimal): -15333583 or 3213078. OLE color: 3213078.

HSL color Cylindrical-coordinate representation of color #160731: hue angle of 261.43º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #160731 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB22749-
CMYK0.550.8600.81
HSL261.43º75%10.98%-
HSV(B)261.43º85.71%19.22%-
XYZ0.960.542.96-
YUV16.27146.47132.08-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.21%
GREEN value IS 7 (3.12% from 255) = 8.97%
BLUE value IS 49 (19.53% from 255) = 62.82%
R=28.21%
G=8.97%
B=62.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal227490.550.8600.81261.437510.98
Hex1673137560511054bb
Octal2676167126012140511313
Binary1011011111000111011110101100101000110000010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160731; }

 p { color: rgb(22,7,49); }

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

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

 a { background-color: rgb(22,7,49); }

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

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

 span { border-color: rgb(22,7,49); }

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