#14011E

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

Shades of Blackcurrant #14011E

Tints of Blackcurrant #14011E

Color information

#14011E (or 0x14011E) is unknown color: approx Blackcurrant. HEX triplet: 14, 01 and 1E. RGB value is (20,1,30). Sum of RGB (Red+Green+Blue) = 20+1+30=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #14011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14011E is #EBFEE1. Grayscale: #090909. Windows color (decimal): -15466210 or 1966356. OLE color: 1966356.

HSL color Cylindrical-coordinate representation of color #14011E: hue angle of 279.31º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #14011E is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB20130-
CMYK0.330.9700.88
HSL279.31º93.55%6.08%-
HSV(B)279.31º96.67%11.76%-
XYZ0.530.261.25-
YUV9.99139.29135.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 39.22%
GREEN value IS 1 (0.78% from 255) = 1.96%
BLUE value IS 30 (12.11% from 255) = 58.82%
R=39.22%
G=1.96%
B=58.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal201300.330.9700.88279.3193.556.08
Hex1411E21610581175e6
Octal241364114101304271366
Binary101001111101000011100001010110001000101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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