#130118

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

Shades of Blackcurrant #130118

Tints of Blackcurrant #130118

Color information

#130118 (or 0x130118) is unknown color: approx Blackcurrant. HEX triplet: 13, 01 and 18. RGB value is (19,1,24). Sum of RGB (Red+Green+Blue) = 19+1+24=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #130118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130118 is #ECFEE7. Grayscale: #080808. Windows color (decimal): -15531752 or 1573139. OLE color: 1573139.

HSL color Cylindrical-coordinate representation of color #130118: hue angle of 286.96º 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 #130118 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB19124-
CMYK0.210.9600.91
HSL286.96º92%4.9%-
HSV(B)286.96º95.83%9.41%-
XYZ0.440.230.88-
YUV9136.46135.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 43.18%
GREEN value IS 1 (0.78% from 255) = 2.27%
BLUE value IS 24 (9.77% from 255) = 54.55%
R=43.18%
G=2.27%
B=54.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal191240.210.9600.91286.96924.9
Hex13118156005B11f5c5
Octal231302514001334371345
Binary10011111000101011100000010110111000111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130118; }

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

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

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

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

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

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

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

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