#160518

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

Shades of Blackcurrant #160518

Tints of Blackcurrant #160518

Color information

#160518 (or 0x160518) is unknown color: approx Blackcurrant. HEX triplet: 16, 05 and 18. RGB value is (22,5,24). Sum of RGB (Red+Green+Blue) = 22+5+24=51 (6% of max value = 765). Red value is 22 (8.98% from 255 or 43.14% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: blue. Hex color #160518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160518 is #E9FAE7. Grayscale: #0C0C0C. Windows color (decimal): -15334120 or 1574166. OLE color: 1574166.

HSL color Cylindrical-coordinate representation of color #160518: hue angle of 293.68º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #160518 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB22524-
CMYK0.080.7900.91
HSL293.68º65.52%5.69%-
HSV(B)293.68º79.17%9.41%-
XYZ0.550.350.9-
YUV12.25134.63134.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 43.14%
GREEN value IS 5 (2.34% from 255) = 9.80%
BLUE value IS 24 (9.77% from 255) = 47.06%
R=43.14%
G=9.80%
B=47.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal225240.080.7900.91293.6865.525.69
Hex1651884F05B126426
Octal265301011701334461026
Binary101101011100010001001111010110111001001101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160518; }

 p { color: rgb(22,5,24); }

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

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

 a { background-color: rgb(22,5,24); }

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

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

 span { border-color: rgb(22,5,24); }

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