#14032D

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

Shades of Blackcurrant #14032D

Tints of Blackcurrant #14032D

Color information

#14032D (or 0x14032D) is unknown color: approx Blackcurrant. HEX triplet: 14, 03 and 2D. RGB value is (20,3,45). Sum of RGB (Red+Green+Blue) = 20+3+45=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 45 (17.97% from 255 or 66.18% from 68); Max value from RGB is 45 - color contains mainly: blue. Hex color #14032D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14032D is #EBFCD2. Grayscale: #0C0C0C. Windows color (decimal): -15465683 or 2949908. OLE color: 2949908.

HSL color Cylindrical-coordinate representation of color #14032D: hue angle of 264.29º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14032D is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB20345-
CMYK0.560.9300.82
HSL264.29º87.5%9.41%-
HSV(B)264.29º93.33%17.65%-
XYZ0.790.42.52-
YUV12.87146.13133.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.41%
GREEN value IS 3 (1.56% from 255) = 4.41%
BLUE value IS 45 (17.97% from 255) = 66.18%
R=29.41%
G=4.41%
B=66.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal203450.560.9300.82264.2987.59.41
Hex1432D385D052108589
Octal2435570135012241013011
Binary101001110110111100010111010101001010000100010110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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