#151016

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

Shades of Blackcurrant #151016

Tints of Blackcurrant #151016

Color information

#151016 (or 0x151016) is unknown color: approx Blackcurrant. HEX triplet: 15, 10 and 16. RGB value is (21,16,22). Sum of RGB (Red+Green+Blue) = 21+16+22=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 22 - color contains mainly: blue. Hex color #151016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151016 is #EAEFE9. Grayscale: #121212. Windows color (decimal): -15396842 or 1445909. OLE color: 1445909.

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

Color convert

RGB211622-
CMYK0.050.2700.91
HSL290º15.79%7.45%-
HSV(B)290º27.27%8.63%-
XYZ0.640.590.84-
YUV18.18130.16130.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35.59%
GREEN value IS 16 (6.64% from 255) = 27.12%
BLUE value IS 22 (8.98% from 255) = 37.29%
R=35.59%
G=27.12%
B=37.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2116220.050.2700.9129015.797.45
Hex15101651B05B122107
Octal2520265330133442207
Binary101011000010110101110110101101110010001010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151016; }

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

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

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

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

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

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

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

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