#160219

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

Shades of Blackcurrant #160219

Tints of Blackcurrant #160219

Color information

#160219 (or 0x160219) is unknown color: approx Blackcurrant. HEX triplet: 16, 02 and 19. RGB value is (22,2,25). Sum of RGB (Red+Green+Blue) = 22+2+25=49 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44.90% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 25 (10.16% from 255 or 51.02% from 49); Max value from RGB is 25 - color contains mainly: blue. Hex color #160219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160219 is #E9FDE6. Grayscale: #0A0A0A. Windows color (decimal): -15334887 or 1638934. OLE color: 1638934.

HSL color Cylindrical-coordinate representation of color #160219: hue angle of 292.17º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #160219 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB22225-
CMYK0.120.9200.90
HSL292.17º85.19%5.29%-
HSV(B)292.17º92%9.8%-
XYZ0.530.280.95-
YUV10.6136.13136.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 44.90%
GREEN value IS 2 (1.17% from 255) = 4.08%
BLUE value IS 25 (10.16% from 255) = 51.02%
R=44.90%
G=4.08%
B=51.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal222250.120.9200.90292.1785.195.29
Hex16219C5C05A124555
Octal262311413401324441255
Binary10110101100111001011100010110101001001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160219; }

 p { color: rgb(22,2,25); }

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

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

 a { background-color: rgb(22,2,25); }

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

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

 span { border-color: rgb(22,2,25); }

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