#130426

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

Shades of Blackcurrant #130426

Tints of Blackcurrant #130426

Color information

#130426 (or 0x130426) is unknown color: approx Blackcurrant. HEX triplet: 13, 04 and 26. RGB value is (19,4,38). Sum of RGB (Red+Green+Blue) = 19+4+38=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 4 (1.95% from 255 or 6.56% from 61); Blue value is 38 (15.23% from 255 or 62.30% from 61); Max value from RGB is 38 - color contains mainly: blue. Hex color #130426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130426 is #ECFBD9. Grayscale: #0C0C0C. Windows color (decimal): -15530970 or 2491411. OLE color: 2491411.

HSL color Cylindrical-coordinate representation of color #130426: hue angle of 266.47º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130426 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB19438-
CMYK0.500.8900.85
HSL266.47º80.95%8.24%-
HSV(B)266.47º89.47%14.9%-
XYZ0.660.371.87-
YUV12.36142.47132.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.15%
GREEN value IS 4 (1.95% from 255) = 6.56%
BLUE value IS 38 (15.23% from 255) = 62.30%
R=31.15%
G=6.56%
B=62.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal194380.500.8900.85266.4780.958.24
Hex13426325905510a518
Octal2344662131012541212110
Binary1001110010011011001010110010101010110000101010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130426; }

 p { color: rgb(19,4,38); }

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

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

 a { background-color: rgb(19,4,38); }

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

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

 span { border-color: rgb(19,4,38); }

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