#140C18

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

Shades of Blackcurrant #140C18

Tints of Blackcurrant #140C18

Color information

#140C18 (or 0x140C18) is unknown color: approx Blackcurrant. HEX triplet: 14, 0C and 18. RGB value is (20,12,24). Sum of RGB (Red+Green+Blue) = 20+12+24=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 24 - color contains mainly: blue. Hex color #140C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C18 is #EBF3E7. Grayscale: #0F0F0F. Windows color (decimal): -15463400 or 1575956. OLE color: 1575956.

HSL color Cylindrical-coordinate representation of color #140C18: hue angle of 280º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #140C18 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB201224-
CMYK0.170.5000.91
HSL280º33.33%7.06%-
HSV(B)280º50%9.41%-
XYZ0.580.480.93-
YUV15.76132.65131.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.71%
GREEN value IS 12 (5.08% from 255) = 21.43%
BLUE value IS 24 (9.77% from 255) = 42.86%
R=35.71%
G=21.43%
B=42.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2012240.170.5000.9128033.337.06
Hex14C18113205B118217
Octal24143021620133430417
Binary101001100110001000111001001011011100011000100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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