#140616

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

Shades of Blackcurrant #140616

Tints of Blackcurrant #140616

Color information

#140616 (or 0x140616) is unknown color: approx Blackcurrant. HEX triplet: 14, 06 and 16. RGB value is (20,6,22). Sum of RGB (Red+Green+Blue) = 20+6+22=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 22 (8.98% from 255 or 45.83% from 48); Max value from RGB is 22 - color contains mainly: blue. Hex color #140616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140616 is #EBF9E9. Grayscale: #0B0B0B. Windows color (decimal): -15464938 or 1443348. OLE color: 1443348.

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

Color convert

RGB20622-
CMYK0.090.7300.91
HSL292.5º57.14%5.49%-
HSV(B)292.5º72.73%8.63%-
XYZ0.50.340.8-
YUV12.01133.64133.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 41.67%
GREEN value IS 6 (2.73% from 255) = 12.5%
BLUE value IS 22 (8.98% from 255) = 45.83%
R=41.67%
G=12.5%
B=45.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal206220.090.7300.91292.557.145.49
Hex1461694905B124395
Octal24626111110133444715
Binary10100110101101001100100101011011100100100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140616; }

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

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

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

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

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

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

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

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