#14011A

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

Shades of Blackcurrant #14011A

Tints of Blackcurrant #14011A

Color information

#14011A (or 0x14011A) is unknown color: approx Blackcurrant. HEX triplet: 14, 01 and 1A. RGB value is (20,1,26). Sum of RGB (Red+Green+Blue) = 20+1+26=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 26 (10.55% from 255 or 55.32% from 47); Max value from RGB is 26 - color contains mainly: blue. Hex color #14011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14011A is #EBFEE5. Grayscale: #090909. Windows color (decimal): -15466214 or 1704212. OLE color: 1704212.

HSL color Cylindrical-coordinate representation of color #14011A: hue angle of 285.6º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14011A is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB20126-
CMYK0.230.9600.90
HSL285.6º92.59%5.29%-
HSV(B)285.6º96.15%10.2%-
XYZ0.490.251-
YUV9.53137.29135.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 42.55%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 26 (10.55% from 255) = 55.32%
R=42.55%
G=2.13%
B=55.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal201260.230.9600.90285.692.595.29
Hex1411A176005A11e5d5
Octal241322714001324361355
Binary10100111010101111100000010110101000111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14011A; }

 p { color: rgb(20,1,26); }

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

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

 a { background-color: rgb(20,1,26); }

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

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

 span { border-color: rgb(20,1,26); }

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