#140C1E

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

Shades of Blackcurrant #140C1E

Tints of Blackcurrant #140C1E

Color information

#140C1E (or 0x140C1E) is unknown color: approx Blackcurrant. HEX triplet: 14, 0C and 1E. RGB value is (20,12,30). Sum of RGB (Red+Green+Blue) = 20+12+30=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 12 (5.08% from 255 or 19.35% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #140C1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140C1E is #EBF3E1. Grayscale: #101010. Windows color (decimal): -15463394 or 1969172. OLE color: 1969172.

HSL color Cylindrical-coordinate representation of color #140C1E: hue angle of 266.67º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #140C1E is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB201230-
CMYK0.330.6000.88
HSL266.67º42.86%8.24%-
HSV(B)266.67º60%11.76%-
XYZ0.650.511.29-
YUV16.44135.65130.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.26%
GREEN value IS 12 (5.08% from 255) = 19.35%
BLUE value IS 30 (12.11% from 255) = 48.39%
R=32.26%
G=19.35%
B=48.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2012300.330.6000.88266.6742.868.24
Hex14C1E213C05810b2b8
Octal241436417401304135310
Binary10100110011110100001111100010110001000010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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