#400457

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

Shades of Blackcurrant #400457

Tints of Blackcurrant #400457

Color information

#400457 (or 0x400457) is unknown color: approx Blackcurrant. HEX triplet: 40, 04 and 57. RGB value is (64,4,87). Sum of RGB (Red+Green+Blue) = 64+4+87=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #400457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400457 is #BFFBA8. Grayscale: #1F1F1F. Windows color (decimal): -12581801 or 5702720. OLE color: 5702720.

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

Color convert

RGB64487-
CMYK0.260.9500.66
HSL283.37º91.21%17.84%-
HSV(B)283.37º95.4%34.12%-
XYZ3.881.869.17-
YUV31.4159.38151.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 87 (34.38% from 255) = 56.13%
R=41.29%
G=2.58%
B=56.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal644870.260.9500.66283.3791.2117.84
Hex404571A5F04211b5b12
Octal100412732137010243313322
Binary1000000100101011111010101111101000010100011011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400457; }

 p { color: rgb(64,4,87); }

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

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

 a { background-color: rgb(64,4,87); }

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

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

 span { border-color: rgb(64,4,87); }

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