#151316

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

Shades of Blackcurrant #151316

Tints of Blackcurrant #151316

Color information

#151316 (or 0x151316) is unknown color: approx Blackcurrant. HEX triplet: 15, 13 and 16. RGB value is (21,19,22). Sum of RGB (Red+Green+Blue) = 21+19+22=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 22 (8.98% from 255 or 35.48% from 62); Max value from RGB is 22 - color contains mainly: blue. Hex color #151316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151316 is #EAECE9. Grayscale: #131313. Windows color (decimal): -15396074 or 1446677. OLE color: 1446677.

HSL color Cylindrical-coordinate representation of color #151316: hue angle of 280º degrees, saturation: 0.07, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #151316 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB211922-
CMYK0.050.1400.91
HSL280º7.32%8.04%-
HSV(B)280º13.64%8.63%-
XYZ0.690.680.85-
YUV19.94129.16128.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.87%
GREEN value IS 19 (7.81% from 255) = 30.65%
BLUE value IS 22 (8.98% from 255) = 35.48%
R=33.87%
G=30.65%
B=35.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2119220.050.1400.912807.328.04
Hex1513165E05B11878
Octal2523265160133430710
Binary1010110011101101011110010110111000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151316; }

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

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

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

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

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

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

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

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