#40034B

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

Shades of Blackcurrant #40034B

Tints of Blackcurrant #40034B

Color information

#40034B (or 0x40034B) is unknown color: approx Blackcurrant. HEX triplet: 40, 03 and 4B. RGB value is (64,3,75). Sum of RGB (Red+Green+Blue) = 64+3+75=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #40034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40034B is #BFFCB4. Grayscale: #1D1D1D. Windows color (decimal): -12582069 or 4916032. OLE color: 4916032.

HSL color Cylindrical-coordinate representation of color #40034B: hue angle of 290.83º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40034B is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB64375-
CMYK0.150.9600.71
HSL290.83º92.31%15.29%-
HSV(B)290.83º96%29.41%-
XYZ3.421.666.8-
YUV29.45153.71152.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 75 (29.69% from 255) = 52.82%
R=45.07%
G=2.11%
B=52.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal643750.150.9600.71290.8392.3115.29
Hex4034BF600471235cf
Octal100311317140010744313417
Binary1000000111001011111111000000100011110010001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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