#130615

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

Shades of Blackcurrant #130615

Tints of Blackcurrant #130615

Color information

#130615 (or 0x130615) is unknown color: approx Blackcurrant. HEX triplet: 13, 06 and 15. RGB value is (19,6,21). Sum of RGB (Red+Green+Blue) = 19+6+21=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 21 - color contains mainly: blue. Hex color #130615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130615 is #ECF9EA. Grayscale: #0B0B0B. Windows color (decimal): -15530475 or 1377811. OLE color: 1377811.

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

Color convert

RGB19621-
CMYK0.100.7100.92
HSL292º55.56%5.29%-
HSV(B)292º71.43%8.24%-
XYZ0.470.320.75-
YUV11.6133.31133.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 41.30%
GREEN value IS 6 (2.73% from 255) = 13.04%
BLUE value IS 21 (8.59% from 255) = 45.65%
R=41.30%
G=13.04%
B=45.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal196210.100.7100.9229255.565.29
Hex13615A4705C124385
Octal23625121070134444705
Binary10011110101011010100011101011100100100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130615; }

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

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

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

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

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

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

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

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