#130A1C

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

Shades of Blackcurrant #130A1C

Tints of Blackcurrant #130A1C

Color information

#130A1C (or 0x130A1C) is unknown color: approx Blackcurrant. HEX triplet: 13, 0A and 1C. RGB value is (19,10,28). Sum of RGB (Red+Green+Blue) = 19+10+28=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 28 (11.33% from 255 or 49.12% from 57); Max value from RGB is 28 - color contains mainly: blue. Hex color #130A1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A1C is #ECF5E3. Grayscale: #0E0E0E. Windows color (decimal): -15529444 or 1837587. OLE color: 1837587.

HSL color Cylindrical-coordinate representation of color #130A1C: hue angle of 270º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #130A1C is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB191028-
CMYK0.320.6400.89
HSL270º47.37%7.45%-
HSV(B)270º64.29%10.98%-
XYZ0.590.441.15-
YUV14.74135.48131.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.33%
GREEN value IS 10 (4.30% from 255) = 17.54%
BLUE value IS 28 (11.33% from 255) = 49.12%
R=33.33%
G=17.54%
B=49.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1910280.320.6400.8927047.377.45
Hex13A1C204005910e2f7
Octal231234401000131416577
Binary10011101011100100000100000001011001100001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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