#400A54

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

Shades of Blackcurrant #400A54

Tints of Blackcurrant #400A54

Color information

#400A54 (or 0x400A54) is unknown color: approx Blackcurrant. HEX triplet: 40, 0A and 54. RGB value is (64,10,84). Sum of RGB (Red+Green+Blue) = 64+10+84=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #400A54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400A54 is #BFF5AB. Grayscale: #222222. Windows color (decimal): -12580268 or 5507648. OLE color: 5507648.

HSL color Cylindrical-coordinate representation of color #400A54: hue angle of 283.78º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400A54 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB641084-
CMYK0.240.8800.67
HSL283.78º78.72%18.43%-
HSV(B)283.78º88.1%32.94%-
XYZ3.821.958.56-
YUV34.58155.89148.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 10 (4.30% from 255) = 6.33%
BLUE value IS 84 (33.20% from 255) = 53.16%
R=40.51%
G=6.33%
B=53.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6410840.240.8800.67283.7878.7218.43
Hex40A54185804311c4f12
Octal1001212430130010343411722
Binary10000001010101010011000101100001000011100011100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400A54; }

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

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

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

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

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

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

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

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