#14041D

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

Shades of Blackcurrant #14041D

Tints of Blackcurrant #14041D

Color information

#14041D (or 0x14041D) is unknown color: approx Blackcurrant. HEX triplet: 14, 04 and 1D. RGB value is (20,4,29). Sum of RGB (Red+Green+Blue) = 20+4+29=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #14041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14041D is #EBFBE2. Grayscale: #0B0B0B. Windows color (decimal): -15465443 or 1901588. OLE color: 1901588.

HSL color Cylindrical-coordinate representation of color #14041D: hue angle of 278.4º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14041D is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB20429-
CMYK0.310.8600.89
HSL278.4º75.76%6.47%-
HSV(B)278.4º86.21%11.37%-
XYZ0.550.321.2-
YUV11.63137.8133.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 4 (1.95% from 255) = 7.55%
BLUE value IS 29 (11.72% from 255) = 54.72%
R=37.74%
G=7.55%
B=54.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal204290.310.8600.89278.475.766.47
Hex1441D1F560591164c6
Octal244353712601314261146
Binary1010010011101111111010110010110011000101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14041D; }

 p { color: rgb(20,4,29); }

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

<style>
 a { background-color: #14041D; }

 a { background-color: rgb(20,4,29); }

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

<style>
 span { border-color: #14041D; }

 span { border-color: rgb(20,4,29); }

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