#14031D

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

Shades of Blackcurrant #14031D

Tints of Blackcurrant #14031D

Color information

#14031D (or 0x14031D) is unknown color: approx Blackcurrant. HEX triplet: 14, 03 and 1D. RGB value is (20,3,29). Sum of RGB (Red+Green+Blue) = 20+3+29=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 29 (11.72% from 255 or 55.77% from 52); Max value from RGB is 29 - color contains mainly: blue. Hex color #14031D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14031D is #EBFCE2. Grayscale: #0A0A0A. Windows color (decimal): -15465699 or 1901332. OLE color: 1901332.

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

Color convert

RGB20329-
CMYK0.310.9000.89
HSL279.23º81.25%6.27%-
HSV(B)279.23º89.66%11.37%-
XYZ0.540.31.19-
YUV11.05138.13134.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 38.46%
GREEN value IS 3 (1.56% from 255) = 5.77%
BLUE value IS 29 (11.72% from 255) = 55.77%
R=38.46%
G=5.77%
B=55.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal203290.310.9000.89279.2381.256.27
Hex1431D1F5A059117516
Octal243353713201314271216
Binary101001111101111111011010010110011000101111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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