#40084F

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

Shades of Blackcurrant #40084F

Tints of Blackcurrant #40084F

Color information

#40084F (or 0x40084F) is unknown color: approx Blackcurrant. HEX triplet: 40, 08 and 4F. RGB value is (64,8,79). Sum of RGB (Red+Green+Blue) = 64+8+79=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #40084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40084F is #BFF7B0. Grayscale: #202020. Windows color (decimal): -12580785 or 5179456. OLE color: 5179456.

HSL color Cylindrical-coordinate representation of color #40084F: hue angle of 287.32º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40084F is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB64879-
CMYK0.190.9000.69
HSL287.32º81.61%17.06%-
HSV(B)287.32º89.87%30.98%-
XYZ3.611.837.56-
YUV32.84154.05150.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 79 (31.25% from 255) = 52.32%
R=42.38%
G=5.30%
B=52.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal648790.190.9000.69287.3281.6117.06
Hex4084F135A04511f5211
Octal1001011723132010543712221
Binary10000001000100111110011101101001000101100011111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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