#141019

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

Shades of Blackcurrant #141019

Tints of Blackcurrant #141019

Color information

#141019 (or 0x141019) is unknown color: approx Blackcurrant. HEX triplet: 14, 10 and 19. RGB value is (20,16,25). Sum of RGB (Red+Green+Blue) = 20+16+25=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 25 (10.16% from 255 or 40.98% from 61); Max value from RGB is 25 - color contains mainly: blue. Hex color #141019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141019 is #EBEFE6. Grayscale: #121212. Windows color (decimal): -15462375 or 1642516. OLE color: 1642516.

HSL color Cylindrical-coordinate representation of color #141019: hue angle of 266.67º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #141019 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB201625-
CMYK0.200.3600.90
HSL266.67º21.95%8.04%-
HSV(B)266.67º36%9.8%-
XYZ0.650.591-
YUV18.22131.83129.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.79%
GREEN value IS 16 (6.64% from 255) = 26.23%
BLUE value IS 25 (10.16% from 255) = 40.98%
R=32.79%
G=26.23%
B=40.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2016250.200.3600.90266.6721.958.04
Hex141019142405A10b168
Octal242031244401324132610
Binary1010010000110011010010010001011010100001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141019; }

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

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

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

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

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

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

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

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