#400F4D

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

Shades of Blackcurrant #400F4D

Tints of Blackcurrant #400F4D

Color information

#400F4D (or 0x400F4D) is unknown color: approx Blackcurrant. HEX triplet: 40, 0F and 4D. RGB value is (64,15,77). Sum of RGB (Red+Green+Blue) = 64+15+77=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #400F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400F4D is #BFF0B2. Grayscale: #242424. Windows color (decimal): -12578995 or 5050176. OLE color: 5050176.

HSL color Cylindrical-coordinate representation of color #400F4D: hue angle of 287.42º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #400F4D is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB641577-
CMYK0.170.8100.70
HSL287.42º67.39%18.04%-
HSV(B)287.42º80.52%30.2%-
XYZ3.621.977.21-
YUV36.72150.73147.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.03%
GREEN value IS 15 (6.25% from 255) = 9.62%
BLUE value IS 77 (30.47% from 255) = 49.36%
R=41.03%
G=9.62%
B=49.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6415770.170.8100.70287.4267.3918.04
Hex40F4D115104611f4312
Octal1001711521121010643710322
Binary10000001111100110110001101000101000110100011111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400F4D; }

 p { color: rgb(64,15,77); }

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

<style>
 a { background-color: #400F4D; }

 a { background-color: rgb(64,15,77); }

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

<style>
 span { border-color: #400F4D; }

 span { border-color: rgb(64,15,77); }

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