#151116

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

Shades of Blackcurrant #151116

Tints of Blackcurrant #151116

Color information

#151116 (or 0x151116) is unknown color: approx Blackcurrant. HEX triplet: 15, 11 and 16. RGB value is (21,17,22). Sum of RGB (Red+Green+Blue) = 21+17+22=60 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 22 (8.98% from 255 or 36.67% from 60); Max value from RGB is 22 - color contains mainly: blue. Hex color #151116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151116 is #EAEEE9. Grayscale: #121212. Windows color (decimal): -15396586 or 1446165. OLE color: 1446165.

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

Color convert

RGB211722-
CMYK0.050.2300.91
HSL288º12.82%7.65%-
HSV(B)288º22.73%8.63%-
XYZ0.650.620.84-
YUV18.77129.83129.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35%
GREEN value IS 17 (7.03% from 255) = 28.33%
BLUE value IS 22 (8.98% from 255) = 36.67%
R=35%
G=28.33%
B=36.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2117220.050.2300.9128812.827.65
Hex15111651705B120d8
Octal25212652701334401510
Binary101011000110110101101110101101110010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151116; }

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

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

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

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

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

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

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

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