#151416

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

Shades of Blackcurrant #151416

Tints of Blackcurrant #151416

Color information

#151416 (or 0x151416) is unknown color: approx Blackcurrant. HEX triplet: 15, 14 and 16. RGB value is (21,20,22). Sum of RGB (Red+Green+Blue) = 21+20+22=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 22 - color contains mainly: blue. Hex color #151416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151416 is #EAEBE9. Grayscale: #141414. Windows color (decimal): -15395818 or 1446933. OLE color: 1446933.

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

Color convert

RGB212022-
CMYK0.050.0900.91
HSL270º4.76%8.24%-
HSV(B)270º9.09%8.63%-
XYZ0.70.720.86-
YUV20.53128.83128.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.33%
GREEN value IS 20 (8.20% from 255) = 31.75%
BLUE value IS 22 (8.98% from 255) = 34.92%
R=33.33%
G=31.75%
B=34.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2120220.050.0900.912704.768.24
Hex1514165905B10e58
Octal2524265110133416510
Binary1010110100101101011001010110111000011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151416; }

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

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

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

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

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

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

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

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