#130F17

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

Shades of Blackcurrant #130F17

Tints of Blackcurrant #130F17

Color information

#130F17 (or 0x130F17) is unknown color: approx Blackcurrant. HEX triplet: 13, 0F and 17. RGB value is (19,15,23). Sum of RGB (Red+Green+Blue) = 19+15+23=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 23 (9.38% from 255 or 40.35% from 57); Max value from RGB is 23 - color contains mainly: blue. Hex color #130F17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F17 is #ECF0E8. Grayscale: #111111. Windows color (decimal): -15528169 or 1511187. OLE color: 1511187.

HSL color Cylindrical-coordinate representation of color #130F17: hue angle of 270º degrees, saturation: 0.21, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #130F17 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB191523-
CMYK0.170.3500.91
HSL270º21.05%7.45%-
HSV(B)270º34.78%9.02%-
XYZ0.590.540.88-
YUV17.11131.33129.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.33%
GREEN value IS 15 (6.25% from 255) = 26.32%
BLUE value IS 23 (9.38% from 255) = 40.35%
R=33.33%
G=26.32%
B=40.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1915230.170.3500.9127021.057.45
Hex13F17112305B10e157
Octal23172721430133416257
Binary10011111110111100011000110101101110000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130F17; }

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

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

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

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

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

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

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

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