#130117

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

Shades of Blackcurrant #130117

Tints of Blackcurrant #130117

Color information

#130117 (or 0x130117) is unknown color: approx Blackcurrant. HEX triplet: 13, 01 and 17. RGB value is (19,1,23). Sum of RGB (Red+Green+Blue) = 19+1+23=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #130117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130117 is #ECFEE8. Grayscale: #080808. Windows color (decimal): -15531753 or 1507603. OLE color: 1507603.

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

Color convert

RGB19123-
CMYK0.170.9600.91
HSL289.09º91.67%4.71%-
HSV(B)289.09º95.65%9.02%-
XYZ0.430.220.83-
YUV8.89135.96135.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 44.19%
GREEN value IS 1 (0.78% from 255) = 2.33%
BLUE value IS 23 (9.38% from 255) = 53.49%
R=44.19%
G=2.33%
B=53.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal191230.170.9600.91289.0991.674.71
Hex13117116005B1215c5
Octal231272114001334411345
Binary10011110111100011100000010110111001000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130117; }

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

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

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

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

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

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

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

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