#141115

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

Shades of Blackcurrant #141115

Tints of Blackcurrant #141115

Color information

#141115 (or 0x141115) is unknown color: approx Blackcurrant. HEX triplet: 14, 11 and 15. RGB value is (20,17,21). Sum of RGB (Red+Green+Blue) = 20+17+21=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 21 - color contains mainly: blue. Hex color #141115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141115 is #EBEEEA. Grayscale: #121212. Windows color (decimal): -15462123 or 1380628. OLE color: 1380628.

HSL color Cylindrical-coordinate representation of color #141115: hue angle of 285º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #141115 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB201721-
CMYK0.050.1900.92
HSL285º10.53%7.45%-
HSV(B)285º19.05%8.24%-
XYZ0.620.60.79-
YUV18.35129.49129.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 34.48%
GREEN value IS 17 (7.03% from 255) = 29.31%
BLUE value IS 21 (8.59% from 255) = 36.21%
R=34.48%
G=29.31%
B=36.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2017210.050.1900.9228510.537.45
Hex14111551305C11db7
Octal2421255230134435137
Binary10100100011010110110011010111001000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141115; }

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

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

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

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

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

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

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

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