#160919

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

Shades of Blackcurrant #160919

Tints of Blackcurrant #160919

Color information

#160919 (or 0x160919) is unknown color: approx Blackcurrant. HEX triplet: 16, 09 and 19. RGB value is (22,9,25). Sum of RGB (Red+Green+Blue) = 22+9+25=56 (7% of max value = 765). Red value is 22 (8.98% from 255 or 39.29% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 25 (10.16% from 255 or 44.64% from 56); Max value from RGB is 25 - color contains mainly: blue. Hex color #160919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160919 is #E9F6E6. Grayscale: #0E0E0E. Windows color (decimal): -15333095 or 1640726. OLE color: 1640726.

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

Color convert

RGB22925-
CMYK0.120.6400.90
HSL288.75º47.06%6.67%-
HSV(B)288.75º64%9.8%-
XYZ0.60.440.97-
YUV14.71133.81133.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 39.29%
GREEN value IS 9 (3.91% from 255) = 16.07%
BLUE value IS 25 (10.16% from 255) = 44.64%
R=39.29%
G=16.07%
B=44.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal229250.120.6400.90288.7547.066.67
Hex16919C4005A1212f7
Octal261131141000132441577
Binary101101001110011100100000001011010100100001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160919; }

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

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

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

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

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

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

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

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