#140B17

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

Shades of Blackcurrant #140B17

Tints of Blackcurrant #140B17

Color information

#140B17 (or 0x140B17) is unknown color: approx Blackcurrant. HEX triplet: 14, 0B and 17. RGB value is (20,11,23). Sum of RGB (Red+Green+Blue) = 20+11+23=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 23 - color contains mainly: blue. Hex color #140B17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B17 is #EBF4E8. Grayscale: #0F0F0F. Windows color (decimal): -15463657 or 1510164. OLE color: 1510164.

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

Color convert

RGB201123-
CMYK0.130.5200.91
HSL285º35.29%6.67%-
HSV(B)285º52.17%9.02%-
XYZ0.560.450.87-
YUV15.06132.48131.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.04%
GREEN value IS 11 (4.69% from 255) = 20.37%
BLUE value IS 23 (9.38% from 255) = 42.59%
R=37.04%
G=20.37%
B=42.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2011230.130.5200.9128535.296.67
Hex14B17D3405B11d237
Octal24132715640133435437
Binary10100101110111110111010001011011100011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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