#141016

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

Shades of Blackcurrant #141016

Tints of Blackcurrant #141016

Color information

#141016 (or 0x141016) is unknown color: approx Blackcurrant. HEX triplet: 14, 10 and 16. RGB value is (20,16,22). Sum of RGB (Red+Green+Blue) = 20+16+22=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 22 - color contains mainly: blue. Hex color #141016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141016 is #EBEFE9. Grayscale: #111111. Windows color (decimal): -15462378 or 1445908. OLE color: 1445908.

HSL color Cylindrical-coordinate representation of color #141016: hue angle of 280º 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 #141016 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB201622-
CMYK0.090.2700.91
HSL280º15.79%7.45%-
HSV(B)280º27.27%8.63%-
XYZ0.620.580.84-
YUV17.88130.33129.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 34.48%
GREEN value IS 16 (6.64% from 255) = 27.59%
BLUE value IS 22 (8.98% from 255) = 37.93%
R=34.48%
G=27.59%
B=37.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2016220.090.2700.9128015.797.45
Hex14101691B05B118107
Octal24202611330133430207
Binary1010010000101101001110110101101110001100010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141016; }

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

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

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

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

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

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

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

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