#140416

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

Shades of Blackcurrant #140416

Tints of Blackcurrant #140416

Color information

#140416 (or 0x140416) is unknown color: approx Blackcurrant. HEX triplet: 14, 04 and 16. RGB value is (20,4,22). Sum of RGB (Red+Green+Blue) = 20+4+22=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 22 (8.98% from 255 or 47.83% from 46); Max value from RGB is 22 - color contains mainly: blue. Hex color #140416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140416 is #EBFBE9. Grayscale: #0A0A0A. Windows color (decimal): -15465450 or 1442836. OLE color: 1442836.

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

Color convert

RGB20422-
CMYK0.090.8200.91
HSL293.33º69.23%5.1%-
HSV(B)293.33º81.82%8.63%-
XYZ0.480.290.79-
YUV10.84134.3134.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 43.48%
GREEN value IS 4 (1.95% from 255) = 8.70%
BLUE value IS 22 (8.98% from 255) = 47.83%
R=43.48%
G=8.70%
B=47.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal204220.090.8200.91293.3369.235.1
Hex1441695205B125455
Octal244261112201334451055
Binary101001001011010011010010010110111001001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140416; }

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

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

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

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

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

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

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

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