#40054D

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

Shades of Blackcurrant #40054D

Tints of Blackcurrant #40054D

Color information

#40054D (or 0x40054D) is unknown color: approx Blackcurrant. HEX triplet: 40, 05 and 4D. RGB value is (64,5,77). Sum of RGB (Red+Green+Blue) = 64+5+77=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #40054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40054D is #BFFAB2. Grayscale: #1E1E1E. Windows color (decimal): -12581555 or 5047616. OLE color: 5047616.

HSL color Cylindrical-coordinate representation of color #40054D: hue angle of 289.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40054D is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB64577-
CMYK0.170.9400.70
HSL289.17º87.8%16.08%-
HSV(B)289.17º93.51%30.2%-
XYZ3.511.737.17-
YUV30.85154.05151.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 77 (30.47% from 255) = 52.74%
R=43.84%
G=3.42%
B=52.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal645770.170.9400.70289.1787.816.08
Hex4054D115E0461215810
Octal100511521136010644113020
Binary1000000101100110110001101111001000110100100001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40054D; }

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

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

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

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

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

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

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

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