#400556

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

Shades of Blackcurrant #400556

Tints of Blackcurrant #400556

Color information

#400556 (or 0x400556) is unknown color: approx Blackcurrant. HEX triplet: 40, 05 and 56. RGB value is (64,5,86). Sum of RGB (Red+Green+Blue) = 64+5+86=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 86 (33.98% from 255 or 55.48% from 155); Max value from RGB is 86 - color contains mainly: blue. Hex color #400556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400556 is #BFFAA9. Grayscale: #1F1F1F. Windows color (decimal): -12581546 or 5637440. OLE color: 5637440.

HSL color Cylindrical-coordinate representation of color #400556: hue angle of 283.7º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400556 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB64586-
CMYK0.260.9400.66
HSL283.7º89.01%17.84%-
HSV(B)283.7º94.19%33.73%-
XYZ3.851.878.96-
YUV31.88158.55150.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 86 (33.98% from 255) = 55.48%
R=41.29%
G=3.23%
B=55.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal645860.260.9400.66283.789.0117.84
Hex405561A5E04211c5912
Octal100512632136010243413122
Binary1000000101101011011010101111001000010100011100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400556; }

 p { color: rgb(64,5,86); }

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

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

 a { background-color: rgb(64,5,86); }

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

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

 span { border-color: rgb(64,5,86); }

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