#130518

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

Shades of Blackcurrant #130518

Tints of Blackcurrant #130518

Color information

#130518 (or 0x130518) is unknown color: approx Blackcurrant. HEX triplet: 13, 05 and 18. RGB value is (19,5,24). Sum of RGB (Red+Green+Blue) = 19+5+24=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: blue. Hex color #130518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130518 is #ECFAE7. Grayscale: #0B0B0B. Windows color (decimal): -15530728 or 1574163. OLE color: 1574163.

HSL color Cylindrical-coordinate representation of color #130518: hue angle of 284.21º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #130518 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB19524-
CMYK0.210.7900.91
HSL284.21º65.52%5.69%-
HSV(B)284.21º79.17%9.41%-
XYZ0.490.310.9-
YUV11.35135.14133.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 39.58%
GREEN value IS 5 (2.34% from 255) = 10.42%
BLUE value IS 24 (9.77% from 255) = 50%
R=39.58%
G=10.42%
B=50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal195240.210.7900.91284.2165.525.69
Hex13518154F05B11c426
Octal235302511701334341026
Binary1001110111000101011001111010110111000111001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130518; }

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

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

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

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

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

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

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

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