#141215

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

Shades of Blackcurrant #141215

Tints of Blackcurrant #141215

Color information

#141215 (or 0x141215) is unknown color: approx Blackcurrant. HEX triplet: 14, 12 and 15. RGB value is (20,18,21). Sum of RGB (Red+Green+Blue) = 20+18+21=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 21 - color contains mainly: blue. Hex color #141215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141215 is #EBEDEA. Grayscale: #121212. Windows color (decimal): -15461867 or 1380884. OLE color: 1380884.

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

Color convert

RGB201821-
CMYK0.050.1400.92
HSL280º7.69%7.65%-
HSV(B)280º14.29%8.24%-
XYZ0.640.640.8-
YUV18.94129.16128.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.90%
GREEN value IS 18 (7.42% from 255) = 30.51%
BLUE value IS 21 (8.59% from 255) = 35.59%
R=33.90%
G=30.51%
B=35.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2018210.050.1400.922807.697.65
Hex1412155E05C11888
Octal24222551601344301010
Binary10100100101010110111100101110010001100010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141215; }

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

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

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

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

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

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

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

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