#130516

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

Shades of Blackcurrant #130516

Tints of Blackcurrant #130516

Color information

#130516 (or 0x130516) is unknown color: approx Blackcurrant. HEX triplet: 13, 05 and 16. RGB value is (19,5,22). Sum of RGB (Red+Green+Blue) = 19+5+22=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 22 (8.98% from 255 or 47.83% from 46); Max value from RGB is 22 - color contains mainly: blue. Hex color #130516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130516 is #ECFAE9. Grayscale: #0B0B0B. Windows color (decimal): -15530730 or 1443091. OLE color: 1443091.

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

Color convert

RGB19522-
CMYK0.140.7700.91
HSL289.41º62.96%5.29%-
HSV(B)289.41º77.27%8.63%-
XYZ0.470.30.79-
YUV11.12134.14133.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 41.30%
GREEN value IS 5 (2.34% from 255) = 10.87%
BLUE value IS 22 (8.98% from 255) = 47.83%
R=41.30%
G=10.87%
B=47.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal195220.140.7700.91289.4162.965.29
Hex13516E4D05B1213f5
Octal23526161150133441775
Binary10011101101101110100110101011011100100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130516; }

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

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

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

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

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

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

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

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