#130915

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

Shades of Blackcurrant #130915

Tints of Blackcurrant #130915

Color information

#130915 (or 0x130915) is unknown color: approx Blackcurrant. HEX triplet: 13, 09 and 15. RGB value is (19,9,21). Sum of RGB (Red+Green+Blue) = 19+9+21=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 21 - color contains mainly: blue. Hex color #130915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130915 is #ECF6EA. Grayscale: #0D0D0D. Windows color (decimal): -15529707 or 1378579. OLE color: 1378579.

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

Color convert

RGB19921-
CMYK0.100.5700.92
HSL290º40%5.88%-
HSV(B)290º57.14%8.24%-
XYZ0.50.390.76-
YUV13.36132.31132.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38.78%
GREEN value IS 9 (3.91% from 255) = 18.37%
BLUE value IS 21 (8.59% from 255) = 42.86%
R=38.78%
G=18.37%
B=42.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal199210.100.5700.92290405.88
Hex13915A3905C122286
Octal23112512710134442506
Binary10011100110101101011100101011100100100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130915; }

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

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

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

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

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

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

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

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