#140A1B

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

Shades of Blackcurrant #140A1B

Tints of Blackcurrant #140A1B

Color information

#140A1B (or 0x140A1B) is unknown color: approx Blackcurrant. HEX triplet: 14, 0A and 1B. RGB value is (20,10,27). Sum of RGB (Red+Green+Blue) = 20+10+27=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 27 - color contains mainly: blue. Hex color #140A1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140A1B is #EBF5E4. Grayscale: #0E0E0E. Windows color (decimal): -15463909 or 1772052. OLE color: 1772052.

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

Color convert

RGB201027-
CMYK0.260.6300.89
HSL275.29º45.95%7.25%-
HSV(B)275.29º62.96%10.59%-
XYZ0.590.441.09-
YUV14.93134.81131.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.09%
GREEN value IS 10 (4.30% from 255) = 17.54%
BLUE value IS 27 (10.94% from 255) = 47.37%
R=35.09%
G=17.54%
B=47.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2010270.260.6300.89275.2945.957.25
Hex14A1B1A3F0591132e7
Octal24123332770131423567
Binary101001010110111101011111101011001100010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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