#400356

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

Shades of Blackcurrant #400356

Tints of Blackcurrant #400356

Color information

#400356 (or 0x400356) is unknown color: approx Blackcurrant. HEX triplet: 40, 03 and 56. RGB value is (64,3,86). Sum of RGB (Red+Green+Blue) = 64+3+86=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #400356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400356 is #BFFCA9. Grayscale: #1E1E1E. Windows color (decimal): -12582058 or 5636928. OLE color: 5636928.

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

Color convert

RGB64386-
CMYK0.260.9700.66
HSL284.1º93.26%17.45%-
HSV(B)284.1º96.51%33.73%-
XYZ3.831.838.96-
YUV30.7159.21151.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.83%
GREEN value IS 3 (1.56% from 255) = 1.96%
BLUE value IS 86 (33.98% from 255) = 56.21%
R=41.83%
G=1.96%
B=56.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal643860.260.9700.66284.193.2617.45
Hex403561A6104211c5d11
Octal100312632141010243413521
Binary100000011101011011010110000101000010100011100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400356; }

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

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

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

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

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

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

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

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