#130616

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

Shades of Blackcurrant #130616

Tints of Blackcurrant #130616

Color information

#130616 (or 0x130616) is unknown color: approx Blackcurrant. HEX triplet: 13, 06 and 16. RGB value is (19,6,22). Sum of RGB (Red+Green+Blue) = 19+6+22=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 22 (8.98% from 255 or 46.81% from 47); Max value from RGB is 22 - color contains mainly: blue. Hex color #130616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130616 is #ECF9E9. Grayscale: #0B0B0B. Windows color (decimal): -15530474 or 1443347. OLE color: 1443347.

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

Color convert

RGB19622-
CMYK0.140.7300.91
HSL288.75º57.14%5.49%-
HSV(B)288.75º72.73%8.63%-
XYZ0.480.330.8-
YUV11.71133.81133.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 40.43%
GREEN value IS 6 (2.73% from 255) = 12.77%
BLUE value IS 22 (8.98% from 255) = 46.81%
R=40.43%
G=12.77%
B=46.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal196220.140.7300.91288.7557.145.49
Hex13616E4905B121395
Octal23626161110133441715
Binary10011110101101110100100101011011100100001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130616; }

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

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

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

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

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

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

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

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