#40034D

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

Shades of Blackcurrant #40034D

Tints of Blackcurrant #40034D

Color information

#40034D (or 0x40034D) is unknown color: approx Blackcurrant. HEX triplet: 40, 03 and 4D. RGB value is (64,3,77). Sum of RGB (Red+Green+Blue) = 64+3+77=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #40034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40034D is #BFFCB2. Grayscale: #1D1D1D. Windows color (decimal): -12582067 or 5047104. OLE color: 5047104.

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

Color convert

RGB64377-
CMYK0.170.9600.70
HSL289.46º92.5%15.69%-
HSV(B)289.46º96.1%30.2%-
XYZ3.491.697.16-
YUV29.67154.71152.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.44%
GREEN value IS 3 (1.56% from 255) = 2.08%
BLUE value IS 77 (30.47% from 255) = 53.47%
R=44.44%
G=2.08%
B=53.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal643770.170.9600.70289.4692.515.69
Hex4034D11600461215c10
Octal100311521140010644113420
Binary100000011100110110001110000001000110100100001101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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