#140B16

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

Shades of Blackcurrant #140B16

Tints of Blackcurrant #140B16

Color information

#140B16 (or 0x140B16) is unknown color: approx Blackcurrant. HEX triplet: 14, 0B and 16. RGB value is (20,11,22). Sum of RGB (Red+Green+Blue) = 20+11+22=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 11 (4.69% from 255 or 20.75% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 22 - color contains mainly: blue. Hex color #140B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B16 is #EBF4E9. Grayscale: #0E0E0E. Windows color (decimal): -15463658 or 1444628. OLE color: 1444628.

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

Color convert

RGB201122-
CMYK0.090.500.91
HSL289.09º33.33%6.47%-
HSV(B)289.09º50%8.63%-
XYZ0.550.450.82-
YUV14.94131.98131.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 11 (4.69% from 255) = 20.75%
BLUE value IS 22 (8.98% from 255) = 41.51%
R=37.74%
G=20.75%
B=41.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2011220.090.500.91289.0933.336.47
Hex14B1693205B121216
Octal24132611620133441416
Binary10100101110110100111001001011011100100001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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