#401349

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

Shades of Blackcurrant #401349

Tints of Blackcurrant #401349

Color information

#401349 (or 0x401349) is unknown color: approx Blackcurrant. HEX triplet: 40, 13 and 49. RGB value is (64,19,73). Sum of RGB (Red+Green+Blue) = 64+19+73=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #401349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401349 is #BFECB6. Grayscale: #262626. Windows color (decimal): -12577975 or 4789056. OLE color: 4789056.

HSL color Cylindrical-coordinate representation of color #401349: hue angle of 290º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #401349 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB641973-
CMYK0.120.7400.71
HSL290º58.7%18.04%-
HSV(B)290º73.97%28.63%-
XYZ3.552.046.51-
YUV38.61147.41146.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.03%
GREEN value IS 19 (7.81% from 255) = 12.18%
BLUE value IS 73 (28.91% from 255) = 46.79%
R=41.03%
G=12.18%
B=46.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6419730.120.7400.7129058.718.04
Hex401349C4A0471223b12
Octal100231111411201074427322
Binary1000000100111001001110010010100100011110010001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401349; }

 p { color: rgb(64,19,73); }

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

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

 a { background-color: rgb(64,19,73); }

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

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

 span { border-color: rgb(64,19,73); }

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