#14001E

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

Shades of Blackcurrant #14001E

Tints of Blackcurrant #14001E

Color information

#14001E (or 0x14001E) is unknown color: approx Blackcurrant. HEX triplet: 14, 00 and 1E. RGB value is (20,0,30). Sum of RGB (Red+Green+Blue) = 20+0+30=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 30 (12.11% from 255 or 60% from 50); Max value from RGB is 30 - color contains mainly: blue. Hex color #14001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14001E is #EBFFE1. Grayscale: #090909. Windows color (decimal): -15466466 or 1966100. OLE color: 1966100.

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

Color convert

RGB20030-
CMYK0.33100.88
HSL280º100%5.88%-
HSV(B)280º100%11.76%-
XYZ0.520.241.25-
YUV9.4139.63135.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 60%
R=40%
G=0%
B=60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal200300.33100.882801005.88
Hex1401E2164058118646
Octal240364114401304301446
Binary101000111101000011100100010110001000110001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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