#40035A

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

Shades of Blackcurrant #40035A

Tints of Blackcurrant #40035A

Color information

#40035A (or 0x40035A) is unknown color: approx Blackcurrant. HEX triplet: 40, 03 and 5A. RGB value is (64,3,90). Sum of RGB (Red+Green+Blue) = 64+3+90=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #40035A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40035A is #BFFCA5. Grayscale: #1E1E1E. Windows color (decimal): -12582054 or 5899072. OLE color: 5899072.

HSL color Cylindrical-coordinate representation of color #40035A: hue angle of 282.07º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40035A is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB64390-
CMYK0.290.9700.65
HSL282.07º93.55%18.24%-
HSV(B)282.07º96.67%35.29%-
XYZ3.991.899.83-
YUV31.16161.21151.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.76%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=40.76%
G=1.91%
B=57.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal643900.290.9700.65282.0793.5518.24
Hex4035A1D6104111a5e12
Octal100313235141010143213622
Binary100000011101101011101110000101000001100011010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40035A; }

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

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

<style>
 a { background-color: #40035A; }

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

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

<style>
 span { border-color: #40035A; }

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

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