#131116

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

Shades of Blackcurrant #131116

Tints of Blackcurrant #131116

Color information

#131116 (or 0x131116) is unknown color: approx Blackcurrant. HEX triplet: 13, 11 and 16. RGB value is (19,17,22). Sum of RGB (Red+Green+Blue) = 19+17+22=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 22 - color contains mainly: blue. Hex color #131116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131116 is #ECEEE9. Grayscale: #121212. Windows color (decimal): -15527658 or 1446163. OLE color: 1446163.

HSL color Cylindrical-coordinate representation of color #131116: hue angle of 264º degrees, saturation: 0.13, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #131116 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB191722-
CMYK0.140.2300.91
HSL264º12.82%7.65%-
HSV(B)264º22.73%8.63%-
XYZ0.610.60.84-
YUV18.17130.16128.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.76%
GREEN value IS 17 (7.03% from 255) = 29.31%
BLUE value IS 22 (8.98% from 255) = 37.93%
R=32.76%
G=29.31%
B=37.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1917220.140.2300.9126412.827.65
Hex131116E1705B108d8
Octal232126162701334101510
Binary1001110001101101110101110101101110000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131116; }

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

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

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

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

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

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

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

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