#40154D

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

Shades of Blackcurrant #40154D

Tints of Blackcurrant #40154D

Color information

#40154D (or 0x40154D) is unknown color: approx Blackcurrant. HEX triplet: 40, 15 and 4D. RGB value is (64,21,77). Sum of RGB (Red+Green+Blue) = 64+21+77=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #40154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40154D is #BFEAB2. Grayscale: #282828. Windows color (decimal): -12577459 or 5051712. OLE color: 5051712.

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

Color convert

RGB642177-
CMYK0.170.7300.70
HSL286.07º57.14%19.22%-
HSV(B)286.07º72.73%30.2%-
XYZ3.722.167.24-
YUV40.24148.75144.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.51%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 77 (30.47% from 255) = 47.53%
R=39.51%
G=12.96%
B=47.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6421770.170.7300.70286.0757.1419.22
Hex40154D114904611e3913
Octal100251152111101064367123
Binary10000001010110011011000110010010100011010001111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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