#140C1B

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

Shades of Blackcurrant #140C1B

Tints of Blackcurrant #140C1B

Color information

#140C1B (or 0x140C1B) is unknown color: approx Blackcurrant. HEX triplet: 14, 0C and 1B. RGB value is (20,12,27). Sum of RGB (Red+Green+Blue) = 20+12+27=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 27 (10.94% from 255 or 45.76% from 59); Max value from RGB is 27 - color contains mainly: blue. Hex color #140C1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140C1B is #EBF3E4. Grayscale: #101010. Windows color (decimal): -15463397 or 1772564. OLE color: 1772564.

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

Color convert

RGB201227-
CMYK0.260.5600.89
HSL272º38.46%7.65%-
HSV(B)272º55.56%10.59%-
XYZ0.620.491.1-
YUV16.1134.15130.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.90%
GREEN value IS 12 (5.08% from 255) = 20.34%
BLUE value IS 27 (10.94% from 255) = 45.76%
R=33.90%
G=20.34%
B=45.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2012270.260.5600.8927238.467.65
Hex14C1B1A38059110268
Octal241433327001314204610
Binary1010011001101111010111000010110011000100001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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