#130316

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

Shades of Blackcurrant #130316

Tints of Blackcurrant #130316

Color information

#130316 (or 0x130316) is unknown color: approx Blackcurrant. HEX triplet: 13, 03 and 16. RGB value is (19,3,22). Sum of RGB (Red+Green+Blue) = 19+3+22=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #130316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130316 is #ECFCE9. Grayscale: #090909. Windows color (decimal): -15531242 or 1442579. OLE color: 1442579.

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

Color convert

RGB19322-
CMYK0.140.8600.91
HSL290.53º76%4.9%-
HSV(B)290.53º86.36%8.63%-
XYZ0.450.260.79-
YUV9.95134.8134.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 43.18%
GREEN value IS 3 (1.56% from 255) = 6.82%
BLUE value IS 22 (8.98% from 255) = 50%
R=43.18%
G=6.82%
B=50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal193220.140.8600.91290.53764.9
Hex13316E5605B1234c5
Octal233261612601334431145
Binary10011111011011101010110010110111001000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130316; }

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

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

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

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

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

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

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

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