#130E16

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

Shades of Blackcurrant #130E16

Tints of Blackcurrant #130E16

Color information

#130E16 (or 0x130E16) is unknown color: approx Blackcurrant. HEX triplet: 13, 0E and 16. RGB value is (19,14,22). Sum of RGB (Red+Green+Blue) = 19+14+22=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 22 (8.98% from 255 or 40% from 55); Max value from RGB is 22 - color contains mainly: blue. Hex color #130E16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E16 is #ECF1E9. Grayscale: #101010. Windows color (decimal): -15528426 or 1445395. OLE color: 1445395.

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

Color convert

RGB191422-
CMYK0.140.3600.91
HSL277.5º22.22%7.06%-
HSV(B)277.5º36.36%8.63%-
XYZ0.570.510.83-
YUV16.41131.16129.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 34.55%
GREEN value IS 14 (5.86% from 255) = 25.45%
BLUE value IS 22 (8.98% from 255) = 40%
R=34.55%
G=25.45%
B=40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1914220.140.3600.91277.522.227.06
Hex13E16E2405B116167
Octal23162616440133426267
Binary1001111101011011101001000101101110001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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