#400456

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

Shades of Blackcurrant #400456

Tints of Blackcurrant #400456

Color information

#400456 (or 0x400456) is unknown color: approx Blackcurrant. HEX triplet: 40, 04 and 56. RGB value is (64,4,86). Sum of RGB (Red+Green+Blue) = 64+4+86=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #400456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400456 is #BFFBA9. Grayscale: #1F1F1F. Windows color (decimal): -12581802 or 5637184. OLE color: 5637184.

HSL color Cylindrical-coordinate representation of color #400456: hue angle of 283.9º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400456 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB64486-
CMYK0.260.9500.66
HSL283.9º91.11%17.65%-
HSV(B)283.9º95.35%33.73%-
XYZ3.841.858.96-
YUV31.29158.88151.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.56%
GREEN value IS 4 (1.95% from 255) = 2.60%
BLUE value IS 86 (33.98% from 255) = 55.84%
R=41.56%
G=2.60%
B=55.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal644860.260.9500.66283.991.1117.65
Hex404561A5F04211c5b12
Octal100412632137010243413322
Binary1000000100101011011010101111101000010100011100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400456; }

 p { color: rgb(64,4,86); }

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

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

 a { background-color: rgb(64,4,86); }

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

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

 span { border-color: rgb(64,4,86); }

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