#140D17

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

Shades of Blackcurrant #140D17

Tints of Blackcurrant #140D17

Color information

#140D17 (or 0x140D17) is unknown color: approx Blackcurrant. HEX triplet: 14, 0D and 17. RGB value is (20,13,23). Sum of RGB (Red+Green+Blue) = 20+13+23=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 23 - color contains mainly: blue. Hex color #140D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D17 is #EBF2E8. Grayscale: #101010. Windows color (decimal): -15463145 or 1510676. OLE color: 1510676.

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

Color convert

RGB201323-
CMYK0.130.4300.91
HSL282º27.78%7.06%-
HSV(B)282º43.48%9.02%-
XYZ0.590.50.88-
YUV16.23131.82130.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.71%
GREEN value IS 13 (5.47% from 255) = 23.21%
BLUE value IS 23 (9.38% from 255) = 41.07%
R=35.71%
G=23.21%
B=41.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2013230.130.4300.9128227.787.06
Hex14D17D2B05B11a1c7
Octal24152715530133432347
Binary1010011011011111011010110101101110001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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