#130717

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

Shades of Blackcurrant #130717

Tints of Blackcurrant #130717

Color information

#130717 (or 0x130717) is unknown color: approx Blackcurrant. HEX triplet: 13, 07 and 17. RGB value is (19,7,23). Sum of RGB (Red+Green+Blue) = 19+7+23=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 23 (9.38% from 255 or 46.94% from 49); Max value from RGB is 23 - color contains mainly: blue. Hex color #130717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130717 is #ECF8E8. Grayscale: #0C0C0C. Windows color (decimal): -15530217 or 1509139. OLE color: 1509139.

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

Color convert

RGB19723-
CMYK0.170.7000.91
HSL285º53.33%5.88%-
HSV(B)285º69.57%9.02%-
XYZ0.50.350.85-
YUV12.41133.98132.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38.78%
GREEN value IS 7 (3.12% from 255) = 14.29%
BLUE value IS 23 (9.38% from 255) = 46.94%
R=38.78%
G=14.29%
B=46.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal197230.170.7000.9128553.335.88
Hex13717114605B11d356
Octal23727211060133435656
Binary100111111011110001100011001011011100011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130717; }

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

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

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

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

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

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

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

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