#140F17

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

Shades of Blackcurrant #140F17

Tints of Blackcurrant #140F17

Color information

#140F17 (or 0x140F17) is unknown color: approx Blackcurrant. HEX triplet: 14, 0F and 17. RGB value is (20,15,23). Sum of RGB (Red+Green+Blue) = 20+15+23=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 15 (6.25% from 255 or 25.86% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 23 - color contains mainly: blue. Hex color #140F17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F17 is #EBF0E8. Grayscale: #111111. Windows color (decimal): -15462633 or 1511188. OLE color: 1511188.

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

Color convert

RGB201523-
CMYK0.130.3500.91
HSL277.5º21.05%7.45%-
HSV(B)277.5º34.78%9.02%-
XYZ0.610.550.88-
YUV17.41131.16129.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 34.48%
GREEN value IS 15 (6.25% from 255) = 25.86%
BLUE value IS 23 (9.38% from 255) = 39.66%
R=34.48%
G=25.86%
B=39.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2015230.130.3500.91277.521.057.45
Hex14F17D2305B116157
Octal24172715430133426257
Binary1010011111011111011000110101101110001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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