#130715

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

Shades of Blackcurrant #130715

Tints of Blackcurrant #130715

Color information

#130715 (or 0x130715) is unknown color: approx Blackcurrant. HEX triplet: 13, 07 and 15. RGB value is (19,7,21). Sum of RGB (Red+Green+Blue) = 19+7+21=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 7 (3.12% from 255 or 14.89% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: blue. Hex color #130715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130715 is #ECF8EA. Grayscale: #0C0C0C. Windows color (decimal): -15530219 or 1378067. OLE color: 1378067.

HSL color Cylindrical-coordinate representation of color #130715: hue angle of 291.43º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #130715 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB19721-
CMYK0.100.6700.92
HSL291.43º50%5.49%-
HSV(B)291.43º66.67%8.24%-
XYZ0.480.340.75-
YUV12.18132.98132.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 40.43%
GREEN value IS 7 (3.12% from 255) = 14.89%
BLUE value IS 21 (8.59% from 255) = 44.68%
R=40.43%
G=14.89%
B=44.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal197210.100.6700.92291.43505.49
Hex13715A4305C123325
Octal23725121030134443625
Binary10011111101011010100001101011100100100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130715; }

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

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

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

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

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

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

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

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