#140B1C

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

Shades of Blackcurrant #140B1C

Tints of Blackcurrant #140B1C

Color information

#140B1C (or 0x140B1C) is unknown color: approx Blackcurrant. HEX triplet: 14, 0B and 1C. RGB value is (20,11,28). Sum of RGB (Red+Green+Blue) = 20+11+28=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #140B1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140B1C is #EBF4E3. Grayscale: #0F0F0F. Windows color (decimal): -15463652 or 1837844. OLE color: 1837844.

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

Color convert

RGB201128-
CMYK0.290.6100.89
HSL271.76º43.59%7.65%-
HSV(B)271.76º60.71%10.98%-
XYZ0.620.471.16-
YUV15.63134.98131.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.90%
GREEN value IS 11 (4.69% from 255) = 18.64%
BLUE value IS 28 (11.33% from 255) = 47.46%
R=33.90%
G=18.64%
B=47.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2011280.290.6100.89271.7643.597.65
Hex14B1C1D3D0591102c8
Octal241334357501314205410
Binary1010010111110011101111101010110011000100001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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