#130017

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

Shades of Blackcurrant #130017

Tints of Blackcurrant #130017

Color information

#130017 (or 0x130017) is unknown color: approx Blackcurrant. HEX triplet: 13, 00 and 17. RGB value is (19,0,23). Sum of RGB (Red+Green+Blue) = 19+0+23=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #130017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130017 is #ECFFE8. Grayscale: #080808. Windows color (decimal): -15532009 or 1507347. OLE color: 1507347.

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

Color convert

RGB19023-
CMYK0.17100.91
HSL289.57º100%4.51%-
HSV(B)289.57º100%9.02%-
XYZ0.420.20.83-
YUV8.3136.29135.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 45.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 54.76%
R=45.24%
G=0%
B=54.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal190230.17100.91289.571004.51
Hex13017116405B122645
Octal230272114401334421445
Binary10011010111100011100100010110111001000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130017; }

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

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

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

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

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

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

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

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