#130E15

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

Shades of Blackcurrant #130E15

Tints of Blackcurrant #130E15

Color information

#130E15 (or 0x130E15) is unknown color: approx Blackcurrant. HEX triplet: 13, 0E and 15. RGB value is (19,14,21). Sum of RGB (Red+Green+Blue) = 19+14+21=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 21 - color contains mainly: blue. Hex color #130E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E15 is #ECF1EA. Grayscale: #101010. Windows color (decimal): -15528427 or 1379859. OLE color: 1379859.

HSL color Cylindrical-coordinate representation of color #130E15: hue angle of 282.86º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #130E15 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB191421-
CMYK0.100.3300.92
HSL282.86º20%6.86%-
HSV(B)282.86º33.33%8.24%-
XYZ0.560.510.78-
YUV16.29130.66129.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.19%
GREEN value IS 14 (5.86% from 255) = 25.93%
BLUE value IS 21 (8.59% from 255) = 38.89%
R=35.19%
G=25.93%
B=38.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1914210.100.3300.92282.86206.86
Hex13E15A2105C11b147
Octal23162512410134433247
Binary1001111101010110101000010101110010001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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