#14091E

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

Shades of Blackcurrant #14091E

Tints of Blackcurrant #14091E

Color information

#14091E (or 0x14091E) is unknown color: approx Blackcurrant. HEX triplet: 14, 09 and 1E. RGB value is (20,9,30). Sum of RGB (Red+Green+Blue) = 20+9+30=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 30 (12.11% from 255 or 50.85% from 59); Max value from RGB is 30 - color contains mainly: blue. Hex color #14091E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14091E is #EBF6E1. Grayscale: #0E0E0E. Windows color (decimal): -15464162 or 1968404. OLE color: 1968404.

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

Color convert

RGB20930-
CMYK0.330.7000.88
HSL271.43º53.85%7.65%-
HSV(B)271.43º70%11.76%-
XYZ0.620.441.28-
YUV14.68136.64131.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.90%
GREEN value IS 9 (3.91% from 255) = 15.25%
BLUE value IS 30 (12.11% from 255) = 50.85%
R=33.90%
G=15.25%
B=50.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal209300.330.7000.88271.4353.857.65
Hex1491E214605810f368
Octal2411364110601304176610
Binary101001001111101000011000110010110001000011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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