#140D16

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

Shades of Blackcurrant #140D16

Tints of Blackcurrant #140D16

Color information

#140D16 (or 0x140D16) is unknown color: approx Blackcurrant. HEX triplet: 14, 0D and 16. RGB value is (20,13,22). Sum of RGB (Red+Green+Blue) = 20+13+22=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 22 (8.98% from 255 or 40% from 55); Max value from RGB is 22 - color contains mainly: blue. Hex color #140D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D16 is #EBF2E9. Grayscale: #101010. Windows color (decimal): -15463146 or 1445140. OLE color: 1445140.

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

Color convert

RGB201322-
CMYK0.090.4100.91
HSL286.67º25.71%6.86%-
HSV(B)286.67º40.91%8.63%-
XYZ0.580.490.82-
YUV16.12131.32130.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 36.36%
GREEN value IS 13 (5.47% from 255) = 23.64%
BLUE value IS 22 (8.98% from 255) = 40%
R=36.36%
G=23.64%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2013220.090.4100.91286.6725.716.86
Hex14D1692905B11f1a7
Octal24152611510133437327
Binary1010011011011010011010010101101110001111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140D16; }

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

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

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

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

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

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

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

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