#130415

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

Shades of Blackcurrant #130415

Tints of Blackcurrant #130415

Color information

#130415 (or 0x130415) is unknown color: approx Blackcurrant. HEX triplet: 13, 04 and 15. RGB value is (19,4,21). Sum of RGB (Red+Green+Blue) = 19+4+21=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: blue. Hex color #130415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130415 is #ECFBEA. Grayscale: #0A0A0A. Windows color (decimal): -15530987 or 1377299. OLE color: 1377299.

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

Color convert

RGB19421-
CMYK0.100.8100.92
HSL292.94º68%4.9%-
HSV(B)292.94º80.95%8.24%-
XYZ0.450.280.74-
YUV10.42133.97134.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 43.18%
GREEN value IS 4 (1.95% from 255) = 9.09%
BLUE value IS 21 (8.59% from 255) = 47.73%
R=43.18%
G=9.09%
B=47.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal194210.100.8100.92292.94684.9
Hex13415A5105C125445
Octal234251212101344451045
Binary100111001010110101010001010111001001001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130415; }

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

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

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

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

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

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

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

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