#440552

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

Shades of Blackcurrant #440552

Tints of Blackcurrant #440552

Color information

#440552 (or 0x440552) is unknown color: approx Blackcurrant. HEX triplet: 44, 05 and 52. RGB value is (68,5,82). Sum of RGB (Red+Green+Blue) = 68+5+82=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #440552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440552 is #BBFAAD. Grayscale: #202020. Windows color (decimal): -12319406 or 5375300. OLE color: 5375300.

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

Color convert

RGB68582-
CMYK0.170.9400.68
HSL289.09º88.51%17.06%-
HSV(B)289.09º93.9%32.16%-
XYZ3.961.958.15-
YUV32.62155.87153.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.87%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 82 (32.42% from 255) = 52.90%
R=43.87%
G=3.23%
B=52.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal685820.170.9400.68289.0988.5117.06
Hex44552115E0441215911
Octal104512221136010444113121
Binary1000100101101001010001101111001000100100100001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440552; }

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

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

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

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

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

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

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

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