#131115

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

Shades of Blackcurrant #131115

Tints of Blackcurrant #131115

Color information

#131115 (or 0x131115) is unknown color: approx Blackcurrant. HEX triplet: 13, 11 and 15. RGB value is (19,17,21). Sum of RGB (Red+Green+Blue) = 19+17+21=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 21 - color contains mainly: blue. Hex color #131115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131115 is #ECEEEA. Grayscale: #121212. Windows color (decimal): -15527659 or 1380627. OLE color: 1380627.

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

Color convert

RGB191721-
CMYK0.100.1900.92
HSL270º10.53%7.45%-
HSV(B)270º19.05%8.24%-
XYZ0.60.590.79-
YUV18.05129.66128.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.33%
GREEN value IS 17 (7.03% from 255) = 29.82%
BLUE value IS 21 (8.59% from 255) = 36.84%
R=33.33%
G=29.82%
B=36.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1917210.100.1900.9227010.537.45
Hex131115A1305C10eb7
Octal23212512230134416137
Binary100111000110101101010011010111001000011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131115; }

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

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

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

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

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

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

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

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