#14032C

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

Shades of Blackcurrant #14032C

Tints of Blackcurrant #14032C

Color information

#14032C (or 0x14032C) is unknown color: approx Blackcurrant. HEX triplet: 14, 03 and 2C. RGB value is (20,3,44). Sum of RGB (Red+Green+Blue) = 20+3+44=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 44 (17.58% from 255 or 65.67% from 67); Max value from RGB is 44 - color contains mainly: blue. Hex color #14032C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14032C is #EBFCD3. Grayscale: #0C0C0C. Windows color (decimal): -15465684 or 2884372. OLE color: 2884372.

HSL color Cylindrical-coordinate representation of color #14032C: hue angle of 264.88º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14032C is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB20344-
CMYK0.550.9300.83
HSL264.88º87.23%9.22%-
HSV(B)264.88º93.18%17.25%-
XYZ0.780.42.42-
YUV12.76145.63133.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.85%
GREEN value IS 3 (1.56% from 255) = 4.48%
BLUE value IS 44 (17.58% from 255) = 65.67%
R=29.85%
G=4.48%
B=65.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal203440.550.9300.83264.8887.239.22
Hex1432C375D053109579
Octal2435467135012341112711
Binary101001110110011011110111010101001110000100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14032C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14032C; }

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

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

<style>
 a { background-color: #14032C; }

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

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

<style>
 span { border-color: #14032C; }

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

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