#400656

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

Shades of Blackcurrant #400656

Tints of Blackcurrant #400656

Color information

#400656 (or 0x400656) is unknown color: approx Blackcurrant. HEX triplet: 40, 06 and 56. RGB value is (64,6,86). Sum of RGB (Red+Green+Blue) = 64+6+86=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #400656 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400656 is #BFF9A9. Grayscale: #202020. Windows color (decimal): -12581290 or 5637696. OLE color: 5637696.

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

Color convert

RGB64686-
CMYK0.260.9300.66
HSL283.5º86.96%18.04%-
HSV(B)283.5º93.02%33.73%-
XYZ3.861.898.97-
YUV32.46158.22150.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.03%
GREEN value IS 6 (2.73% from 255) = 3.85%
BLUE value IS 86 (33.98% from 255) = 55.13%
R=41.03%
G=3.85%
B=55.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal646860.260.9300.66283.586.9618.04
Hex406561A5D04211c5712
Octal100612632135010243412722
Binary1000000110101011011010101110101000010100011100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400656; }

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

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

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

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

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

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

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

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