#141015

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

Shades of Blackcurrant #141015

Tints of Blackcurrant #141015

Color information

#141015 (or 0x141015) is unknown color: approx Blackcurrant. HEX triplet: 14, 10 and 15. RGB value is (20,16,21). Sum of RGB (Red+Green+Blue) = 20+16+21=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 21 - color contains mainly: blue. Hex color #141015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141015 is #EBEFEA. Grayscale: #111111. Windows color (decimal): -15462379 or 1380372. OLE color: 1380372.

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

Color convert

RGB201621-
CMYK0.050.2400.92
HSL288º13.51%7.25%-
HSV(B)288º23.81%8.24%-
XYZ0.610.570.79-
YUV17.77129.83129.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.09%
GREEN value IS 16 (6.64% from 255) = 28.07%
BLUE value IS 21 (8.59% from 255) = 36.84%
R=35.09%
G=28.07%
B=36.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2016210.050.2400.9228813.517.25
Hex14101551805C120e7
Octal2420255300134440167
Binary10100100001010110111000010111001001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141015; }

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

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

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

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

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

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

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

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