#130A20

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

Shades of Blackcurrant #130A20

Tints of Blackcurrant #130A20

Color information

#130A20 (or 0x130A20) is unknown color: approx Blackcurrant. HEX triplet: 13, 0A and 20. RGB value is (19,10,32). Sum of RGB (Red+Green+Blue) = 19+10+32=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 10 (4.30% from 255 or 16.39% from 61); Blue value is 32 (12.89% from 255 or 52.46% from 61); Max value from RGB is 32 - color contains mainly: blue. Hex color #130A20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A20 is #ECF5DF. Grayscale: #0F0F0F. Windows color (decimal): -15529440 or 2099731. OLE color: 2099731.

HSL color Cylindrical-coordinate representation of color #130A20: hue angle of 264.55º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #130A20 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB191032-
CMYK0.410.6900.87
HSL264.55º52.38%8.24%-
HSV(B)264.55º68.75%12.55%-
XYZ0.640.461.42-
YUV15.2137.48130.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.15%
GREEN value IS 10 (4.30% from 255) = 16.39%
BLUE value IS 32 (12.89% from 255) = 52.46%
R=31.15%
G=16.39%
B=52.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1910320.410.6900.87264.5552.388.24
Hex13A202945057109348
Octal2312405110501274116410
Binary1001110101000001010011000101010101111000010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130A20; }

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

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

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

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

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

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

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

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