#400855

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

Shades of Blackcurrant #400855

Tints of Blackcurrant #400855

Color information

#400855 (or 0x400855) is unknown color: approx Blackcurrant. HEX triplet: 40, 08 and 55. RGB value is (64,8,85). Sum of RGB (Red+Green+Blue) = 64+8+85=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #400855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400855 is #BFF7AA. Grayscale: #212121. Windows color (decimal): -12580779 or 5572672. OLE color: 5572672.

HSL color Cylindrical-coordinate representation of color #400855: hue angle of 283.64º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400855 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB64885-
CMYK0.250.9100.67
HSL283.64º82.8%18.24%-
HSV(B)283.64º90.59%33.33%-
XYZ3.841.928.76-
YUV33.52157.05149.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.76%
GREEN value IS 8 (3.52% from 255) = 5.10%
BLUE value IS 85 (33.59% from 255) = 54.14%
R=40.76%
G=5.10%
B=54.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal648850.250.9100.67283.6482.818.24
Hex40855195B04311c5312
Octal1001012531133010343412322
Binary10000001000101010111001101101101000011100011100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400855; }

 p { color: rgb(64,8,85); }

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

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

 a { background-color: rgb(64,8,85); }

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

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

 span { border-color: rgb(64,8,85); }

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