#40144A

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

Shades of Blackcurrant #40144A

Tints of Blackcurrant #40144A

Color information

#40144A (or 0x40144A) is unknown color: approx Blackcurrant. HEX triplet: 40, 14 and 4A. RGB value is (64,20,74). Sum of RGB (Red+Green+Blue) = 64+20+74=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 74 - color contains mainly: blue. Hex color #40144A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40144A is #BFEBB5. Grayscale: #272727. Windows color (decimal): -12577718 or 4854848. OLE color: 4854848.

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

Color convert

RGB642074-
CMYK0.140.7300.71
HSL288.89º57.45%18.43%-
HSV(B)288.89º72.97%29.02%-
XYZ3.62.086.69-
YUV39.31147.58145.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 20 (8.20% from 255) = 12.66%
BLUE value IS 74 (29.30% from 255) = 46.84%
R=40.51%
G=12.66%
B=46.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6420740.140.7300.71288.8957.4518.43
Hex40144AE490471213912
Octal100241121611101074417122
Binary1000000101001001010111010010010100011110010000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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