#130E18

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

Shades of Blackcurrant #130E18

Tints of Blackcurrant #130E18

Color information

#130E18 (or 0x130E18) is unknown color: approx Blackcurrant. HEX triplet: 13, 0E and 18. RGB value is (19,14,24). Sum of RGB (Red+Green+Blue) = 19+14+24=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 14 (5.86% from 255 or 24.56% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 24 - color contains mainly: blue. Hex color #130E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E18 is #ECF1E7. Grayscale: #101010. Windows color (decimal): -15528424 or 1576467. OLE color: 1576467.

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

Color convert

RGB191424-
CMYK0.210.4200.91
HSL270º26.32%7.45%-
HSV(B)270º41.67%9.41%-
XYZ0.590.520.93-
YUV16.64132.16129.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.33%
GREEN value IS 14 (5.86% from 255) = 24.56%
BLUE value IS 24 (9.77% from 255) = 42.11%
R=33.33%
G=24.56%
B=42.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1914240.210.4200.9127026.327.45
Hex13E18152A05B10e1a7
Octal23163025520133416327
Binary10011111011000101011010100101101110000111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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