#130D16

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

Shades of Blackcurrant #130D16

Tints of Blackcurrant #130D16

Color information

#130D16 (or 0x130D16) is unknown color: approx Blackcurrant. HEX triplet: 13, 0D and 16. RGB value is (19,13,22). Sum of RGB (Red+Green+Blue) = 19+13+22=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 22 - color contains mainly: blue. Hex color #130D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D16 is #ECF2E9. Grayscale: #0F0F0F. Windows color (decimal): -15528682 or 1445139. OLE color: 1445139.

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

Color convert

RGB191322-
CMYK0.140.4100.91
HSL280º25.71%6.86%-
HSV(B)280º40.91%8.63%-
XYZ0.560.480.82-
YUV15.82131.49130.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.19%
GREEN value IS 13 (5.47% from 255) = 24.07%
BLUE value IS 22 (8.98% from 255) = 40.74%
R=35.19%
G=24.07%
B=40.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1913220.140.4100.9128025.716.86
Hex13D16E2905B1181a7
Octal23152616510133430327
Binary1001111011011011101010010101101110001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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