#400955

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

Shades of Blackcurrant #400955

Tints of Blackcurrant #400955

Color information

#400955 (or 0x400955) is unknown color: approx Blackcurrant. HEX triplet: 40, 09 and 55. RGB value is (64,9,85). Sum of RGB (Red+Green+Blue) = 64+9+85=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #400955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400955 is #BFF6AA. Grayscale: #212121. Windows color (decimal): -12580523 or 5572928. OLE color: 5572928.

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

Color convert

RGB64985-
CMYK0.250.8900.67
HSL283.42º80.85%18.43%-
HSV(B)283.42º89.41%33.33%-
XYZ3.851.948.77-
YUV34.11156.72149.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 85 (33.59% from 255) = 53.80%
R=40.51%
G=5.70%
B=53.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal649850.250.8900.67283.4280.8518.43
Hex40955195904311b5112
Octal1001112531131010343312122
Binary10000001001101010111001101100101000011100011011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400955; }

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

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

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

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

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

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

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

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