#140718

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

Shades of Blackcurrant #140718

Tints of Blackcurrant #140718

Color information

#140718 (or 0x140718) is unknown color: approx Blackcurrant. HEX triplet: 14, 07 and 18. RGB value is (20,7,24). Sum of RGB (Red+Green+Blue) = 20+7+24=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: blue. Hex color #140718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140718 is #EBF8E7. Grayscale: #0C0C0C. Windows color (decimal): -15464680 or 1574676. OLE color: 1574676.

HSL color Cylindrical-coordinate representation of color #140718: hue angle of 285.88º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #140718 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB20724-
CMYK0.170.7100.91
HSL285.88º54.84%6.08%-
HSV(B)285.88º70.83%9.41%-
XYZ0.530.370.91-
YUV12.82134.31133.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 39.22%
GREEN value IS 7 (3.12% from 255) = 13.73%
BLUE value IS 24 (9.77% from 255) = 47.06%
R=39.22%
G=13.73%
B=47.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal207240.170.7100.91285.8854.846.08
Hex14718114705B11e376
Octal24730211070133436676
Binary101001111100010001100011101011011100011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140718; }

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

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

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

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

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

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

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

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