#130C1E

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

Shades of Blackcurrant #130C1E

Tints of Blackcurrant #130C1E

Color information

#130C1E (or 0x130C1E) is unknown color: approx Blackcurrant. HEX triplet: 13, 0C and 1E. RGB value is (19,12,30). Sum of RGB (Red+Green+Blue) = 19+12+30=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 12 (5.08% from 255 or 19.67% from 61); Blue value is 30 (12.11% from 255 or 49.18% from 61); Max value from RGB is 30 - color contains mainly: blue. Hex color #130C1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C1E is #ECF3E1. Grayscale: #101010. Windows color (decimal): -15528930 or 1969171. OLE color: 1969171.

HSL color Cylindrical-coordinate representation of color #130C1E: hue angle of 263.33º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #130C1E is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB191230-
CMYK0.370.6000.88
HSL263.33º42.86%8.24%-
HSV(B)263.33º60%11.76%-
XYZ0.630.51.29-
YUV16.14135.82130.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.15%
GREEN value IS 12 (5.08% from 255) = 19.67%
BLUE value IS 30 (12.11% from 255) = 49.18%
R=31.15%
G=19.67%
B=49.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1912300.370.6000.88263.3342.868.24
Hex13C1E253C0581072b8
Octal231436457401304075310
Binary10011110011110100101111100010110001000001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,12,30); }

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

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

 a { background-color: rgb(19,12,30); }

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

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

 span { border-color: rgb(19,12,30); }

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