#40004E

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

Shades of Blackcurrant #40004E

Tints of Blackcurrant #40004E

Color information

#40004E (or 0x40004E) is unknown color: approx Blackcurrant. HEX triplet: 40, 00 and 4E. RGB value is (64,0,78). Sum of RGB (Red+Green+Blue) = 64+0+78=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #40004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40004E is #BFFFB1. Grayscale: #1B1B1B. Windows color (decimal): -12582834 or 5111872. OLE color: 5111872.

HSL color Cylindrical-coordinate representation of color #40004E: hue angle of 289.23º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40004E is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB64078-
CMYK0.18100.69
HSL289.23º100%15.29%-
HSV(B)289.23º100%30.59%-
XYZ3.491.647.34-
YUV28.03156.2153.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 54.93%
R=45.07%
G=0%
B=54.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal640780.18100.69289.2310015.29
Hex4004E126404512164f
Octal100011622144010544114417
Binary1000000010011101001011001000100010110010000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40004E; }

 p { color: rgb(64,0,78); }

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

<style>
 a { background-color: #40004E; }

 a { background-color: rgb(64,0,78); }

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

<style>
 span { border-color: #40004E; }

 span { border-color: rgb(64,0,78); }

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