#130D1A

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

Shades of Blackcurrant #130D1A

Tints of Blackcurrant #130D1A

Color information

#130D1A (or 0x130D1A) is unknown color: approx Blackcurrant. HEX triplet: 13, 0D and 1A. RGB value is (19,13,26). Sum of RGB (Red+Green+Blue) = 19+13+26=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 13 (5.47% from 255 or 22.41% from 58); Blue value is 26 (10.55% from 255 or 44.83% from 58); Max value from RGB is 26 - color contains mainly: blue. Hex color #130D1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D1A is #ECF2E5. Grayscale: #101010. Windows color (decimal): -15528678 or 1707283. OLE color: 1707283.

HSL color Cylindrical-coordinate representation of color #130D1A: hue angle of 267.69º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #130D1A is Cyan = 0.27, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB191326-
CMYK0.270.500.90
HSL267.69º33.33%7.65%-
HSV(B)267.69º50%10.2%-
XYZ0.60.51.04-
YUV16.28133.49129.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.76%
GREEN value IS 13 (5.47% from 255) = 22.41%
BLUE value IS 26 (10.55% from 255) = 44.83%
R=32.76%
G=22.41%
B=44.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1913260.270.500.90267.6933.337.65
Hex13D1A1B3205A10c218
Octal231532336201324144110
Binary1001111011101011011110010010110101000011001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,13,26); }

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

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

 a { background-color: rgb(19,13,26); }

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

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

 span { border-color: rgb(19,13,26); }

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