#130617

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

Shades of Blackcurrant #130617

Tints of Blackcurrant #130617

Color information

#130617 (or 0x130617) is unknown color: approx Blackcurrant. HEX triplet: 13, 06 and 17. RGB value is (19,6,23). Sum of RGB (Red+Green+Blue) = 19+6+23=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 23 (9.38% from 255 or 47.92% from 48); Max value from RGB is 23 - color contains mainly: blue. Hex color #130617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130617 is #ECF9E8. Grayscale: #0B0B0B. Windows color (decimal): -15530473 or 1508883. OLE color: 1508883.

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

Color convert

RGB19623-
CMYK0.170.7400.91
HSL285.88º58.62%5.69%-
HSV(B)285.88º73.91%9.02%-
XYZ0.490.330.85-
YUV11.82134.31133.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 39.58%
GREEN value IS 6 (2.73% from 255) = 12.5%
BLUE value IS 23 (9.38% from 255) = 47.92%
R=39.58%
G=12.5%
B=47.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal196230.170.7400.91285.8858.625.69
Hex13617114A05B11e3b6
Octal23627211120133436736
Binary100111101011110001100101001011011100011110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130617; }

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

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

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

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

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

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

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

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