#140E1B

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

Shades of Blackcurrant #140E1B

Tints of Blackcurrant #140E1B

Color information

#140E1B (or 0x140E1B) is unknown color: approx Blackcurrant. HEX triplet: 14, 0E and 1B. RGB value is (20,14,27). Sum of RGB (Red+Green+Blue) = 20+14+27=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 14 (5.86% from 255 or 22.95% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 27 - color contains mainly: blue. Hex color #140E1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140E1B is #EBF1E4. Grayscale: #111111. Windows color (decimal): -15462885 or 1773076. OLE color: 1773076.

HSL color Cylindrical-coordinate representation of color #140E1B: hue angle of 267.69º degrees, saturation: 0.32, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #140E1B is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB201427-
CMYK0.260.4800.89
HSL267.69º31.71%8.04%-
HSV(B)267.69º48.15%10.59%-
XYZ0.640.541.11-
YUV17.28133.49129.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.79%
GREEN value IS 14 (5.86% from 255) = 22.95%
BLUE value IS 27 (10.94% from 255) = 44.26%
R=32.79%
G=22.95%
B=44.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2014270.260.4800.89267.6931.718.04
Hex14E1B1A3005910c208
Octal241633326001314144010
Binary1010011101101111010110000010110011000011001000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,14,27); }

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

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

 a { background-color: rgb(20,14,27); }

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

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

 span { border-color: rgb(20,14,27); }

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