#131114

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

Shades of Blackcurrant #131114

Tints of Blackcurrant #131114

Color information

#131114 (or 0x131114) is unknown color: approx Blackcurrant. HEX triplet: 13, 11 and 14. RGB value is (19,17,20). Sum of RGB (Red+Green+Blue) = 19+17+20=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 20 - color contains mainly: blue. Hex color #131114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131114 is #ECEEEB. Grayscale: #111111. Windows color (decimal): -15527660 or 1315091. OLE color: 1315091.

HSL color Cylindrical-coordinate representation of color #131114: hue angle of 280º degrees, saturation: 0.08, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #131114 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB191720-
CMYK0.050.1500.92
HSL280º8.11%7.25%-
HSV(B)280º15%7.84%-
XYZ0.60.590.74-
YUV17.94129.16128.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 17 (7.03% from 255) = 30.36%
BLUE value IS 20 (8.20% from 255) = 35.71%
R=33.93%
G=30.36%
B=35.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1917200.050.1500.922808.117.25
Hex1311145F05C11887
Octal2321245170134430107
Binary1001110001101001011111010111001000110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131114; }

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

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

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

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

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

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

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

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