#130E17

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

Shades of Blackcurrant #130E17

Tints of Blackcurrant #130E17

Color information

#130E17 (or 0x130E17) is unknown color: approx Blackcurrant. HEX triplet: 13, 0E and 17. RGB value is (19,14,23). Sum of RGB (Red+Green+Blue) = 19+14+23=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 14 (5.86% from 255 or 25% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 23 - color contains mainly: blue. Hex color #130E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E17 is #ECF1E8. Grayscale: #101010. Windows color (decimal): -15528425 or 1510931. OLE color: 1510931.

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

Color convert

RGB191423-
CMYK0.170.3900.91
HSL273.33º24.32%7.25%-
HSV(B)273.33º39.13%9.02%-
XYZ0.580.510.88-
YUV16.52131.66129.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 14 (5.86% from 255) = 25%
BLUE value IS 23 (9.38% from 255) = 41.07%
R=33.93%
G=25%
B=41.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1914230.170.3900.91273.3324.327.25
Hex13E17112705B111187
Octal23162721470133421307
Binary10011111010111100011001110101101110001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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