#130526

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

Shades of Blackcurrant #130526

Tints of Blackcurrant #130526

Color information

#130526 (or 0x130526) is unknown color: approx Blackcurrant. HEX triplet: 13, 05 and 26. RGB value is (19,5,38). Sum of RGB (Red+Green+Blue) = 19+5+38=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 38 (15.23% from 255 or 61.29% from 62); Max value from RGB is 38 - color contains mainly: blue. Hex color #130526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130526 is #ECFAD9. Grayscale: #0C0C0C. Windows color (decimal): -15530714 or 2491667. OLE color: 2491667.

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

Color convert

RGB19538-
CMYK0.500.8700.85
HSL265.45º76.74%8.43%-
HSV(B)265.45º86.84%14.9%-
XYZ0.670.391.87-
YUV12.95142.14132.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.65%
GREEN value IS 5 (2.34% from 255) = 8.06%
BLUE value IS 38 (15.23% from 255) = 61.29%
R=30.65%
G=8.06%
B=61.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal195380.500.8700.85265.4576.748.43
Hex1352632570551094d8
Octal2354662127012541111510
Binary1001110110011011001010101110101010110000100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130526; }

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

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

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

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

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

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

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

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