#400259

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

Shades of Blackcurrant #400259

Tints of Blackcurrant #400259

Color information

#400259 (or 0x400259) is unknown color: approx Blackcurrant. HEX triplet: 40, 02 and 59. RGB value is (64,2,89). Sum of RGB (Red+Green+Blue) = 64+2+89=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #400259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400259 is #BFFDA6. Grayscale: #1E1E1E. Windows color (decimal): -12582311 or 5833280. OLE color: 5833280.

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

Color convert

RGB64289-
CMYK0.280.9800.65
HSL282.76º95.6%17.84%-
HSV(B)282.76º97.75%34.9%-
XYZ3.941.859.6-
YUV30.46161.04151.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 89 (35.16% from 255) = 57.42%
R=41.29%
G=1.29%
B=57.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal642890.280.9800.65282.7695.617.84
Hex402591C6204111b6012
Octal100213134142010143314022
Binary100000010101100111100110001001000001100011011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400259; }

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

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

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

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

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

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

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

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