#400459

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

Shades of Blackcurrant #400459

Tints of Blackcurrant #400459

Color information

#400459 (or 0x400459) is unknown color: approx Blackcurrant. HEX triplet: 40, 04 and 59. RGB value is (64,4,89). Sum of RGB (Red+Green+Blue) = 64+4+89=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #400459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400459 is #BFFBA6. Grayscale: #1F1F1F. Windows color (decimal): -12581799 or 5833792. OLE color: 5833792.

HSL color Cylindrical-coordinate representation of color #400459: hue angle of 282.35º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400459 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB64489-
CMYK0.280.9600.65
HSL282.35º91.4%18.24%-
HSV(B)282.35º95.51%34.9%-
XYZ3.961.99.61-
YUV31.63160.38151.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.76%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 89 (35.16% from 255) = 56.69%
R=40.76%
G=2.55%
B=56.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal644890.280.9600.65282.3591.418.24
Hex404591C6004111a5b12
Octal100413134140010143213322
Binary1000000100101100111100110000001000001100011010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400459; }

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

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

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

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

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

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

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

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