#40084D

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

Shades of Blackcurrant #40084D

Tints of Blackcurrant #40084D

Color information

#40084D (or 0x40084D) is unknown color: approx Blackcurrant. HEX triplet: 40, 08 and 4D. RGB value is (64,8,77). Sum of RGB (Red+Green+Blue) = 64+8+77=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #40084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40084D is #BFF7B2. Grayscale: #202020. Windows color (decimal): -12580787 or 5048384. OLE color: 5048384.

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

Color convert

RGB64877-
CMYK0.170.9000.70
HSL288.7º81.18%16.67%-
HSV(B)288.7º89.61%30.2%-
XYZ3.541.87.18-
YUV32.61153.05150.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.95%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 77 (30.47% from 255) = 51.68%
R=42.95%
G=5.37%
B=51.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal648770.170.9000.70288.781.1816.67
Hex4084D115A0461215111
Octal1001011521132010644112121
Binary10000001000100110110001101101001000110100100001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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