#130119

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

Shades of Blackcurrant #130119

Tints of Blackcurrant #130119

Color information

#130119 (or 0x130119) is unknown color: approx Blackcurrant. HEX triplet: 13, 01 and 19. RGB value is (19,1,25). Sum of RGB (Red+Green+Blue) = 19+1+25=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 25 (10.16% from 255 or 55.56% from 45); Max value from RGB is 25 - color contains mainly: blue. Hex color #130119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130119 is #ECFEE6. Grayscale: #090909. Windows color (decimal): -15531751 or 1638675. OLE color: 1638675.

HSL color Cylindrical-coordinate representation of color #130119: hue angle of 285º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130119 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB19125-
CMYK0.240.9600.90
HSL285º92.31%5.1%-
HSV(B)285º96%9.8%-
XYZ0.450.230.94-
YUV9.12136.96135.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 42.22%
GREEN value IS 1 (0.78% from 255) = 2.22%
BLUE value IS 25 (10.16% from 255) = 55.56%
R=42.22%
G=2.22%
B=55.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal191250.240.9600.9028592.315.1
Hex13119186005A11d5c5
Octal231313014001324351345
Binary10011111001110001100000010110101000111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130119; }

 p { color: rgb(19,1,25); }

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

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

 a { background-color: rgb(19,1,25); }

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

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

 span { border-color: rgb(19,1,25); }

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