#440554

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

Shades of Blackcurrant #440554

Tints of Blackcurrant #440554

Color information

#440554 (or 0x440554) is unknown color: approx Blackcurrant. HEX triplet: 44, 05 and 54. RGB value is (68,5,84). Sum of RGB (Red+Green+Blue) = 68+5+84=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #440554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440554 is #BBFAAB. Grayscale: #202020. Windows color (decimal): -12319404 or 5506372. OLE color: 5506372.

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

Color convert

RGB68584-
CMYK0.190.9400.67
HSL287.85º88.76%17.45%-
HSV(B)287.85º94.05%32.94%-
XYZ4.041.988.56-
YUV32.84156.87153.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.31%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 84 (33.20% from 255) = 53.50%
R=43.31%
G=3.18%
B=53.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal685840.190.9400.67287.8588.7617.45
Hex44554135E0431205911
Octal104512423136010344013121
Binary1000100101101010010011101111001000011100100000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440554; }

 p { color: rgb(68,5,84); }

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

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

 a { background-color: rgb(68,5,84); }

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

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

 span { border-color: rgb(68,5,84); }

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