#400554

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

Shades of Blackcurrant #400554

Tints of Blackcurrant #400554

Color information

#400554 (or 0x400554) is unknown color: approx Blackcurrant. HEX triplet: 40, 05 and 54. RGB value is (64,5,84). Sum of RGB (Red+Green+Blue) = 64+5+84=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #400554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400554 is #BFFAAB. Grayscale: #1F1F1F. Windows color (decimal): -12581548 or 5506368. OLE color: 5506368.

HSL color Cylindrical-coordinate representation of color #400554: hue angle of 284.81º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400554 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB64584-
CMYK0.240.9400.67
HSL284.81º88.76%17.45%-
HSV(B)284.81º94.05%32.94%-
XYZ3.771.848.54-
YUV31.65157.55151.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.83%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 84 (33.20% from 255) = 54.90%
R=41.83%
G=3.27%
B=54.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal645840.240.9400.67284.8188.7617.45
Hex40554185E04311d5911
Octal100512430136010343513121
Binary1000000101101010011000101111001000011100011101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400554; }

 p { color: rgb(64,5,84); }

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

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

 a { background-color: rgb(64,5,84); }

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

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

 span { border-color: rgb(64,5,84); }

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