#160040

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

Shades of Blackcurrant #160040

Tints of Blackcurrant #160040

Color information

#160040 (or 0x160040) is unknown color: approx Blackcurrant. HEX triplet: 16, 00 and 40. RGB value is (22,0,64). Sum of RGB (Red+Green+Blue) = 22+0+64=86 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.58% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 64 (25.39% from 255 or 74.42% from 86); Max value from RGB is 64 - color contains mainly: blue. Hex color #160040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160040 is #E9FFBF. Grayscale: #0D0D0D. Windows color (decimal): -15335360 or 4194326. OLE color: 4194326.

HSL color Cylindrical-coordinate representation of color #160040: hue angle of 260.62º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160040 is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB22064-
CMYK0.66100.75
HSL260.62º100%12.55%-
HSV(B)260.62º100%25.1%-
XYZ1.260.544.89-
YUV13.87156.29133.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 25.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 74.42%
R=25.58%
G=0%
B=74.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal220640.66100.75260.6210012.55
Hex16040426404B10564d
Octal260100102144011340514415
Binary1011001000000100001011001000100101110000010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160040; }

 p { color: rgb(22,0,64); }

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

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

 a { background-color: rgb(22,0,64); }

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

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

 span { border-color: rgb(22,0,64); }

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