#140E17

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

Shades of Blackcurrant #140E17

Tints of Blackcurrant #140E17

Color information

#140E17 (or 0x140E17) is unknown color: approx Blackcurrant. HEX triplet: 14, 0E and 17. RGB value is (20,14,23). Sum of RGB (Red+Green+Blue) = 20+14+23=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 14 (5.86% from 255 or 24.56% from 57); Blue value is 23 (9.38% from 255 or 40.35% from 57); Max value from RGB is 23 - color contains mainly: blue. Hex color #140E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E17 is #EBF1E8. Grayscale: #101010. Windows color (decimal): -15462889 or 1510932. OLE color: 1510932.

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

Color convert

RGB201423-
CMYK0.130.3900.91
HSL280º24.32%7.25%-
HSV(B)280º39.13%9.02%-
XYZ0.60.520.88-
YUV16.82131.49130.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.09%
GREEN value IS 14 (5.86% from 255) = 24.56%
BLUE value IS 23 (9.38% from 255) = 40.35%
R=35.09%
G=24.56%
B=40.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2014230.130.3900.9128024.327.25
Hex14E17D2705B118187
Octal24162715470133430307
Binary1010011101011111011001110101101110001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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