#130716

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

Shades of Blackcurrant #130716

Tints of Blackcurrant #130716

Color information

#130716 (or 0x130716) is unknown color: approx Blackcurrant. HEX triplet: 13, 07 and 16. RGB value is (19,7,22). Sum of RGB (Red+Green+Blue) = 19+7+22=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 22 (8.98% from 255 or 45.83% from 48); Max value from RGB is 22 - color contains mainly: blue. Hex color #130716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130716 is #ECF8E9. Grayscale: #0C0C0C. Windows color (decimal): -15530218 or 1443603. OLE color: 1443603.

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

Color convert

RGB19722-
CMYK0.140.6800.91
HSL288º51.72%5.69%-
HSV(B)288º68.18%8.63%-
XYZ0.490.350.8-
YUV12.3133.48132.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 39.58%
GREEN value IS 7 (3.12% from 255) = 14.58%
BLUE value IS 22 (8.98% from 255) = 45.83%
R=39.58%
G=14.58%
B=45.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal197220.140.6800.9128851.725.69
Hex13716E4405B120346
Octal23726161040133440646
Binary10011111101101110100010001011011100100000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130716; }

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

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

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

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

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

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

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

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