#400E48

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

Shades of Blackcurrant #400E48

Tints of Blackcurrant #400E48

Color information

#400E48 (or 0x400E48) is unknown color: approx Blackcurrant. HEX triplet: 40, 0E and 48. RGB value is (64,14,72). Sum of RGB (Red+Green+Blue) = 64+14+72=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 14 (5.86% from 255 or 9.33% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #400E48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E48 is #BFF1B7. Grayscale: #232323. Windows color (decimal): -12579256 or 4722240. OLE color: 4722240.

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

Color convert

RGB641472-
CMYK0.110.8100.72
HSL291.72º67.44%16.86%-
HSV(B)291.72º80.56%28.24%-
XYZ3.441.876.31-
YUV35.56148.56148.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.67%
GREEN value IS 14 (5.86% from 255) = 9.33%
BLUE value IS 72 (28.52% from 255) = 48%
R=42.67%
G=9.33%
B=48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6414720.110.8100.72291.7267.4416.86
Hex40E48B510481244311
Octal1001611013121011044410321
Binary1000000111010010001011101000101001000100100100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,14,72); }

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

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

 a { background-color: rgb(64,14,72); }

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

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

 span { border-color: rgb(64,14,72); }

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