#40114A

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

Shades of Blackcurrant #40114A

Tints of Blackcurrant #40114A

Color information

#40114A (or 0x40114A) is unknown color: approx Blackcurrant. HEX triplet: 40, 11 and 4A. RGB value is (64,17,74). Sum of RGB (Red+Green+Blue) = 64+17+74=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #40114A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40114A is #BFEEB5. Grayscale: #252525. Windows color (decimal): -12578486 or 4854080. OLE color: 4854080.

HSL color Cylindrical-coordinate representation of color #40114A: hue angle of 289.47º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40114A is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB641774-
CMYK0.140.7700.71
HSL289.47º62.64%17.84%-
HSV(B)289.47º77.03%29.02%-
XYZ3.551.996.67-
YUV37.55148.57146.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 17 (7.03% from 255) = 10.97%
BLUE value IS 74 (29.30% from 255) = 47.74%
R=41.29%
G=10.97%
B=47.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6417740.140.7700.71289.4762.6417.84
Hex40114AE4D0471213f12
Octal100211121611501074417722
Binary1000000100011001010111010011010100011110010000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40114A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,17,74); }

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

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

 a { background-color: rgb(64,17,74); }

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

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

 span { border-color: rgb(64,17,74); }

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