#14091F

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

Shades of Blackcurrant #14091F

Tints of Blackcurrant #14091F

Color information

#14091F (or 0x14091F) is unknown color: approx Blackcurrant. HEX triplet: 14, 09 and 1F. RGB value is (20,9,31). Sum of RGB (Red+Green+Blue) = 20+9+31=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #14091F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14091F is #EBF6E0. Grayscale: #0E0E0E. Windows color (decimal): -15464161 or 2033940. OLE color: 2033940.

HSL color Cylindrical-coordinate representation of color #14091F: hue angle of 270º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14091F is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB20931-
CMYK0.350.7100.88
HSL270º55%7.84%-
HSV(B)270º70.97%12.16%-
XYZ0.630.441.35-
YUV14.8137.14131.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.33%
GREEN value IS 9 (3.91% from 255) = 15%
BLUE value IS 31 (12.5% from 255) = 51.67%
R=33.33%
G=15%
B=51.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal209310.350.7100.88270557.84
Hex1491F234705810e378
Octal2411374310701304166710
Binary101001001111111000111000111010110001000011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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