#400A51

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

Shades of Blackcurrant #400A51

Tints of Blackcurrant #400A51

Color information

#400A51 (or 0x400A51) is unknown color: approx Blackcurrant. HEX triplet: 40, 0A and 51. RGB value is (64,10,81). Sum of RGB (Red+Green+Blue) = 64+10+81=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 10 (4.30% from 255 or 6.45% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #400A51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400A51 is #BFF5AE. Grayscale: #222222. Windows color (decimal): -12580271 or 5311040. OLE color: 5311040.

HSL color Cylindrical-coordinate representation of color #400A51: hue angle of 285.63º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400A51 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB641081-
CMYK0.210.8800.68
HSL285.63º78.02%17.84%-
HSV(B)285.63º87.65%31.76%-
XYZ3.711.97.96-
YUV34.24154.39149.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 10 (4.30% from 255) = 6.45%
BLUE value IS 81 (32.03% from 255) = 52.26%
R=41.29%
G=6.45%
B=52.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6410810.210.8800.68285.6378.0217.84
Hex40A51155804411e4e12
Octal1001212125130010443611622
Binary10000001010101000110101101100001000100100011110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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