#140E15

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

Shades of Blackcurrant #140E15

Tints of Blackcurrant #140E15

Color information

#140E15 (or 0x140E15) is unknown color: approx Blackcurrant. HEX triplet: 14, 0E and 15. RGB value is (20,14,21). Sum of RGB (Red+Green+Blue) = 20+14+21=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 21 - color contains mainly: blue. Hex color #140E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E15 is #EBF1EA. Grayscale: #101010. Windows color (decimal): -15462891 or 1379860. OLE color: 1379860.

HSL color Cylindrical-coordinate representation of color #140E15: hue angle of 291.43º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #140E15 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB201421-
CMYK0.050.3300.92
HSL291.43º20%6.86%-
HSV(B)291.43º33.33%8.24%-
XYZ0.580.520.78-
YUV16.59130.49130.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 36.36%
GREEN value IS 14 (5.86% from 255) = 25.45%
BLUE value IS 21 (8.59% from 255) = 38.18%
R=36.36%
G=25.45%
B=38.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2014210.050.3300.92291.43206.86
Hex14E1552105C123147
Octal2416255410134443247
Binary101001110101011011000010101110010010001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,14,21); }

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

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

 a { background-color: rgb(20,14,21); }

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

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

 span { border-color: rgb(20,14,21); }

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