#440553

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

Shades of Blackcurrant #440553

Tints of Blackcurrant #440553

Color information

#440553 (or 0x440553) is unknown color: approx Blackcurrant. HEX triplet: 44, 05 and 53. RGB value is (68,5,83). Sum of RGB (Red+Green+Blue) = 68+5+83=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #440553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440553 is #BBFAAC. Grayscale: #202020. Windows color (decimal): -12319405 or 5440836. OLE color: 5440836.

HSL color Cylindrical-coordinate representation of color #440553: hue angle of 288.46º 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 #440553 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB68583-
CMYK0.180.9400.67
HSL288.46º88.64%17.25%-
HSV(B)288.46º93.98%32.55%-
XYZ41.968.35-
YUV32.73156.37153.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.59%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 83 (32.81% from 255) = 53.21%
R=43.59%
G=3.21%
B=53.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal685830.180.9400.67288.4688.6417.25
Hex44553125E0431205911
Octal104512322136010344013121
Binary1000100101101001110010101111001000011100100000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440553; }

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

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

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

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

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

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

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

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