#131014

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

Shades of Blackcurrant #131014

Tints of Blackcurrant #131014

Color information

#131014 (or 0x131014) is unknown color: approx Blackcurrant. HEX triplet: 13, 10 and 14. RGB value is (19,16,20). Sum of RGB (Red+Green+Blue) = 19+16+20=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 20 - color contains mainly: blue. Hex color #131014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131014 is #ECEFEB. Grayscale: #111111. Windows color (decimal): -15527916 or 1314835. OLE color: 1314835.

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

Color convert

RGB191620-
CMYK0.050.2000.92
HSL285º11.11%7.06%-
HSV(B)285º20%7.84%-
XYZ0.580.560.74-
YUV17.35129.49129.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 34.55%
GREEN value IS 16 (6.64% from 255) = 29.09%
BLUE value IS 20 (8.20% from 255) = 36.36%
R=34.55%
G=29.09%
B=36.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1916200.050.2000.9228511.117.06
Hex13101451405C11db7
Octal2320245240134435137
Binary10011100001010010110100010111001000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131014; }

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

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

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

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

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

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

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

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