#14061D

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

Shades of Blackcurrant #14061D

Tints of Blackcurrant #14061D

Color information

#14061D (or 0x14061D) is unknown color: approx Blackcurrant. HEX triplet: 14, 06 and 1D. RGB value is (20,6,29). Sum of RGB (Red+Green+Blue) = 20+6+29=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 6 (2.73% from 255 or 10.91% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #14061D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14061D is #EBF9E2. Grayscale: #0C0C0C. Windows color (decimal): -15464931 or 1902100. OLE color: 1902100.

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

Color convert

RGB20629-
CMYK0.310.7900.89
HSL276.52º65.71%6.86%-
HSV(B)276.52º79.31%11.37%-
XYZ0.580.371.2-
YUV12.81137.14133.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 36.36%
GREEN value IS 6 (2.73% from 255) = 10.91%
BLUE value IS 29 (11.72% from 255) = 52.73%
R=36.36%
G=10.91%
B=52.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal206290.310.7900.89276.5265.716.86
Hex1461D1F4F059115427
Octal246353711701314251027
Binary1010011011101111111001111010110011000101011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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