#130517

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

Shades of Blackcurrant #130517

Tints of Blackcurrant #130517

Color information

#130517 (or 0x130517) is unknown color: approx Blackcurrant. HEX triplet: 13, 05 and 17. RGB value is (19,5,23). Sum of RGB (Red+Green+Blue) = 19+5+23=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 23 (9.38% from 255 or 48.94% from 47); Max value from RGB is 23 - color contains mainly: blue. Hex color #130517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130517 is #ECFAE8. Grayscale: #0B0B0B. Windows color (decimal): -15530729 or 1508627. OLE color: 1508627.

HSL color Cylindrical-coordinate representation of color #130517: hue angle of 286.67º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #130517 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB19523-
CMYK0.170.7800.91
HSL286.67º64.29%5.49%-
HSV(B)286.67º78.26%9.02%-
XYZ0.480.310.85-
YUV11.24134.64133.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 40.43%
GREEN value IS 5 (2.34% from 255) = 10.64%
BLUE value IS 23 (9.38% from 255) = 48.94%
R=40.43%
G=10.64%
B=48.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal195230.170.7800.91286.6764.295.49
Hex13517114E05B11f405
Octal235272111601334371005
Binary1001110110111100011001110010110111000111111000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130517; }

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

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

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

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

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

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

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

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