#160B19

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

Shades of Blackcurrant #160B19

Tints of Blackcurrant #160B19

Color information

#160B19 (or 0x160B19) is unknown color: approx Blackcurrant. HEX triplet: 16, 0B and 19. RGB value is (22,11,25). Sum of RGB (Red+Green+Blue) = 22+11+25=58 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.93% from 58); Green value is 11 (4.69% from 255 or 18.97% from 58); Blue value is 25 (10.16% from 255 or 43.10% from 58); Max value from RGB is 25 - color contains mainly: blue. Hex color #160B19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160B19 is #E9F4E6. Grayscale: #0F0F0F. Windows color (decimal): -15332583 or 1641238. OLE color: 1641238.

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

Color convert

RGB221125-
CMYK0.120.5600.90
HSL287.14º38.89%7.06%-
HSV(B)287.14º56%9.8%-
XYZ0.630.480.98-
YUV15.88133.14132.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 37.93%
GREEN value IS 11 (4.69% from 255) = 18.97%
BLUE value IS 25 (10.16% from 255) = 43.10%
R=37.93%
G=18.97%
B=43.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2211250.120.5600.90287.1438.897.06
Hex16B19C3805A11f277
Octal26133114700132437477
Binary10110101111001110011100001011010100011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160B19; }

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

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

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

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

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

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

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

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