#140016

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

Shades of Blackcurrant #140016

Tints of Blackcurrant #140016

Color information

#140016 (or 0x140016) is unknown color: approx Blackcurrant. HEX triplet: 14, 00 and 16. RGB value is (20,0,22). Sum of RGB (Red+Green+Blue) = 20+0+22=42 (5% of max value = 765). Red value is 20 (8.20% from 255 or 47.62% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 22 (8.98% from 255 or 52.38% from 42); Max value from RGB is 22 - color contains mainly: blue. Hex color #140016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140016 is #EBFFE9. Grayscale: #080808. Windows color (decimal): -15466474 or 1441812. OLE color: 1441812.

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

Color convert

RGB20022-
CMYK0.09100.91
HSL294.55º100%4.31%-
HSV(B)294.55º100%8.63%-
XYZ0.430.210.78-
YUV8.49135.63136.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 47.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 52.38%
R=47.62%
G=0%
B=52.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal200220.09100.91294.551004.31
Hex1401696405B127644
Octal240261114401334471444
Binary1010001011010011100100010110111001001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140016; }

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

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

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

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

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

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

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

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