#130916

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

Shades of Blackcurrant #130916

Tints of Blackcurrant #130916

Color information

#130916 (or 0x130916) is unknown color: approx Blackcurrant. HEX triplet: 13, 09 and 16. RGB value is (19,9,22). Sum of RGB (Red+Green+Blue) = 19+9+22=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 22 - color contains mainly: blue. Hex color #130916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130916 is #ECF6E9. Grayscale: #0D0D0D. Windows color (decimal): -15529706 or 1444115. OLE color: 1444115.

HSL color Cylindrical-coordinate representation of color #130916: hue angle of 286.15º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #130916 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB19922-
CMYK0.140.5900.91
HSL286.15º41.94%6.08%-
HSV(B)286.15º59.09%8.63%-
XYZ0.510.390.81-
YUV13.47132.81131.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38%
GREEN value IS 9 (3.91% from 255) = 18%
BLUE value IS 22 (8.98% from 255) = 44%
R=38%
G=18%
B=44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal199220.140.5900.91286.1541.946.08
Hex13916E3B05B11e2a6
Octal23112616730133436526
Binary10011100110110111011101101011011100011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130916; }

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

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

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

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

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

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

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

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