#161119

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

Shades of Blackcurrant #161119

Tints of Blackcurrant #161119

Color information

#161119 (or 0x161119) is unknown color: approx Blackcurrant. HEX triplet: 16, 11 and 19. RGB value is (22,17,25). Sum of RGB (Red+Green+Blue) = 22+17+25=64 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.38% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 25 - color contains mainly: blue. Hex color #161119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161119 is #E9EEE6. Grayscale: #131313. Windows color (decimal): -15331047 or 1642774. OLE color: 1642774.

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

Color convert

RGB221725-
CMYK0.120.3200.90
HSL277.5º19.05%8.24%-
HSV(B)277.5º32%9.8%-
XYZ0.710.641.01-
YUV19.41131.16129.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 34.38%
GREEN value IS 17 (7.03% from 255) = 26.56%
BLUE value IS 25 (10.16% from 255) = 39.06%
R=34.38%
G=26.56%
B=39.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2217250.120.3200.90277.519.058.24
Hex161119C2005A116138
Octal262131144001324262310
Binary101101000111001110010000001011010100010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161119; }

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

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

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

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

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

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

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

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