#140716

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

Shades of Blackcurrant #140716

Tints of Blackcurrant #140716

Color information

#140716 (or 0x140716) is unknown color: approx Blackcurrant. HEX triplet: 14, 07 and 16. RGB value is (20,7,22). Sum of RGB (Red+Green+Blue) = 20+7+22=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 22 (8.98% from 255 or 44.90% from 49); Max value from RGB is 22 - color contains mainly: blue. Hex color #140716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140716 is #EBF8E9. Grayscale: #0C0C0C. Windows color (decimal): -15464682 or 1443604. OLE color: 1443604.

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

Color convert

RGB20722-
CMYK0.090.6800.91
HSL292º51.72%5.69%-
HSV(B)292º68.18%8.63%-
XYZ0.510.360.8-
YUV12.6133.31133.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40.82%
GREEN value IS 7 (3.12% from 255) = 14.29%
BLUE value IS 22 (8.98% from 255) = 44.90%
R=40.82%
G=14.29%
B=44.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal207220.090.6800.9129251.725.69
Hex1471694405B124346
Octal24726111040133444646
Binary10100111101101001100010001011011100100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140716; }

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

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

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

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

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

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

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

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