#141118

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

Shades of Blackcurrant #141118

Tints of Blackcurrant #141118

Color information

#141118 (or 0x141118) is unknown color: approx Blackcurrant. HEX triplet: 14, 11 and 18. RGB value is (20,17,24). Sum of RGB (Red+Green+Blue) = 20+17+24=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 24 - color contains mainly: blue. Hex color #141118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141118 is #EBEEE7. Grayscale: #121212. Windows color (decimal): -15462120 or 1577236. OLE color: 1577236.

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

Color convert

RGB201724-
CMYK0.170.2900.91
HSL265.71º17.07%8.04%-
HSV(B)265.71º29.17%9.41%-
XYZ0.650.620.95-
YUV18.7130.99128.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.79%
GREEN value IS 17 (7.03% from 255) = 27.87%
BLUE value IS 24 (9.77% from 255) = 39.34%
R=32.79%
G=27.87%
B=39.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2017240.170.2900.91265.7117.078.04
Hex141118111D05B10a118
Octal242130213501334122110
Binary101001000111000100011110101011011100001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141118; }

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

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

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

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

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

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

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

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