#140B1B

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

Shades of Blackcurrant #140B1B

Tints of Blackcurrant #140B1B

Color information

#140B1B (or 0x140B1B) is unknown color: approx Blackcurrant. HEX triplet: 14, 0B and 1B. RGB value is (20,11,27). Sum of RGB (Red+Green+Blue) = 20+11+27=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 11 (4.69% from 255 or 18.97% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 27 - color contains mainly: blue. Hex color #140B1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140B1B is #EBF4E4. Grayscale: #0F0F0F. Windows color (decimal): -15463653 or 1772308. OLE color: 1772308.

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

Color convert

RGB201127-
CMYK0.260.5900.89
HSL273.75º42.11%7.45%-
HSV(B)273.75º59.26%10.59%-
XYZ0.610.471.1-
YUV15.52134.48131.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 34.48%
GREEN value IS 11 (4.69% from 255) = 18.97%
BLUE value IS 27 (10.94% from 255) = 46.55%
R=34.48%
G=18.97%
B=46.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2011270.260.5900.89273.7542.117.45
Hex14B1B1A3B0591122a7
Octal24133332730131422527
Binary101001011110111101011101101011001100010010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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