#400D54

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

Shades of Blackcurrant #400D54

Tints of Blackcurrant #400D54

Color information

#400D54 (or 0x400D54) is unknown color: approx Blackcurrant. HEX triplet: 40, 0D and 54. RGB value is (64,13,84). Sum of RGB (Red+Green+Blue) = 64+13+84=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #400D54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400D54 is #BFF2AB. Grayscale: #242424. Windows color (decimal): -12579500 or 5508416. OLE color: 5508416.

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

Color convert

RGB641384-
CMYK0.240.8500.67
HSL283.1º73.2%19.02%-
HSV(B)283.1º84.52%32.94%-
XYZ3.862.028.57-
YUV36.34154.9147.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.75%
GREEN value IS 13 (5.47% from 255) = 8.07%
BLUE value IS 84 (33.20% from 255) = 52.17%
R=39.75%
G=8.07%
B=52.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6413840.240.8500.67283.173.219.02
Hex40D54185504311b4913
Octal1001512430125010343311123
Binary10000001101101010011000101010101000011100011011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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