#40094E

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

Shades of Blackcurrant #40094E

Tints of Blackcurrant #40094E

Color information

#40094E (or 0x40094E) is unknown color: approx Blackcurrant. HEX triplet: 40, 09 and 4E. RGB value is (64,9,78). Sum of RGB (Red+Green+Blue) = 64+9+78=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #40094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40094E is #BFF6B1. Grayscale: #212121. Windows color (decimal): -12580530 or 5114176. OLE color: 5114176.

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

Color convert

RGB64978-
CMYK0.180.8800.69
HSL287.83º79.31%17.06%-
HSV(B)287.83º88.46%30.59%-
XYZ3.591.847.37-
YUV33.31153.22149.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 9 (3.91% from 255) = 5.96%
BLUE value IS 78 (30.86% from 255) = 51.66%
R=42.38%
G=5.96%
B=51.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal649780.180.8800.69287.8379.3117.06
Hex4094E12580451204f11
Octal1001111622130010544011721
Binary10000001001100111010010101100001000101100100000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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