#140916

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

Shades of Blackcurrant #140916

Tints of Blackcurrant #140916

Color information

#140916 (or 0x140916) is unknown color: approx Blackcurrant. HEX triplet: 14, 09 and 16. RGB value is (20,9,22). Sum of RGB (Red+Green+Blue) = 20+9+22=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 22 (8.98% from 255 or 43.14% from 51); Max value from RGB is 22 - color contains mainly: blue. Hex color #140916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140916 is #EBF6E9. Grayscale: #0D0D0D. Windows color (decimal): -15464170 or 1444116. OLE color: 1444116.

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

Color convert

RGB20922-
CMYK0.090.5900.91
HSL290.77º41.94%6.08%-
HSV(B)290.77º59.09%8.63%-
XYZ0.530.40.81-
YUV13.77132.64132.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 39.22%
GREEN value IS 9 (3.91% from 255) = 17.65%
BLUE value IS 22 (8.98% from 255) = 43.14%
R=39.22%
G=17.65%
B=43.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal209220.090.5900.91290.7741.946.08
Hex1491693B05B1232a6
Octal24112611730133443526
Binary10100100110110100111101101011011100100011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140916; }

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

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

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

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

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

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

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

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