#160619

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

Shades of Blackcurrant #160619

Tints of Blackcurrant #160619

Color information

#160619 (or 0x160619) is unknown color: approx Blackcurrant. HEX triplet: 16, 06 and 19. RGB value is (22,6,25). Sum of RGB (Red+Green+Blue) = 22+6+25=53 (7% of max value = 765). Red value is 22 (8.98% from 255 or 41.51% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 25 - color contains mainly: blue. Hex color #160619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160619 is #E9F9E6. Grayscale: #0C0C0C. Windows color (decimal): -15333863 or 1639958. OLE color: 1639958.

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

Color convert

RGB22625-
CMYK0.120.7600.90
HSL290.53º61.29%6.08%-
HSV(B)290.53º76%9.8%-
XYZ0.570.370.96-
YUV12.95134.8134.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 41.51%
GREEN value IS 6 (2.73% from 255) = 11.32%
BLUE value IS 25 (10.16% from 255) = 47.17%
R=41.51%
G=11.32%
B=47.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal226250.120.7600.90290.5361.296.08
Hex16619C4C05A1233d6
Octal26631141140132443756
Binary10110110110011100100110001011010100100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160619; }

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

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

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

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

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

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

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

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