#130620

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

Shades of Blackcurrant #130620

Tints of Blackcurrant #130620

Color information

#130620 (or 0x130620) is unknown color: approx Blackcurrant. HEX triplet: 13, 06 and 20. RGB value is (19,6,32). Sum of RGB (Red+Green+Blue) = 19+6+32=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 32 (12.89% from 255 or 56.14% from 57); Max value from RGB is 32 - color contains mainly: blue. Hex color #130620 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130620 is #ECF9DF. Grayscale: #0C0C0C. Windows color (decimal): -15530464 or 2098707. OLE color: 2098707.

HSL color Cylindrical-coordinate representation of color #130620: hue angle of 270º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #130620 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB19632-
CMYK0.410.8100.87
HSL270º68.42%7.45%-
HSV(B)270º81.25%12.55%-
XYZ0.590.371.41-
YUV12.85138.81132.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.33%
GREEN value IS 6 (2.73% from 255) = 10.53%
BLUE value IS 32 (12.89% from 255) = 56.14%
R=33.33%
G=10.53%
B=56.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal196320.410.8100.8727068.427.45
Hex13620295105710e447
Octal236405112101274161047
Binary100111101000001010011010001010101111000011101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130620; }

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

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

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

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

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

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

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

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