#140516

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

Shades of Blackcurrant #140516

Tints of Blackcurrant #140516

Color information

#140516 (or 0x140516) is unknown color: approx Blackcurrant. HEX triplet: 14, 05 and 16. RGB value is (20,5,22). Sum of RGB (Red+Green+Blue) = 20+5+22=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 22 (8.98% from 255 or 46.81% from 47); Max value from RGB is 22 - color contains mainly: blue. Hex color #140516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140516 is #EBFAE9. Grayscale: #0B0B0B. Windows color (decimal): -15465194 or 1443092. OLE color: 1443092.

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

Color convert

RGB20522-
CMYK0.090.7700.91
HSL292.94º62.96%5.29%-
HSV(B)292.94º77.27%8.63%-
XYZ0.490.320.79-
YUV11.42133.97134.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 42.55%
GREEN value IS 5 (2.34% from 255) = 10.64%
BLUE value IS 22 (8.98% from 255) = 46.81%
R=42.55%
G=10.64%
B=46.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal205220.090.7700.91292.9462.965.29
Hex1451694D05B1253f5
Octal24526111150133445775
Binary10100101101101001100110101011011100100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140516; }

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

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

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

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

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

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

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

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