#440353

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

Shades of Blackcurrant #440353

Tints of Blackcurrant #440353

Color information

#440353 (or 0x440353) is unknown color: approx Blackcurrant. HEX triplet: 44, 03 and 53. RGB value is (68,3,83). Sum of RGB (Red+Green+Blue) = 68+3+83=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #440353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440353 is #BBFCAC. Grayscale: #1F1F1F. Windows color (decimal): -12319917 or 5440324. OLE color: 5440324.

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

Color convert

RGB68383-
CMYK0.180.9600.67
HSL288.75º93.02%16.86%-
HSV(B)288.75º96.39%32.55%-
XYZ3.981.928.34-
YUV31.56157.03154-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.16%
GREEN value IS 3 (1.56% from 255) = 1.95%
BLUE value IS 83 (32.81% from 255) = 53.90%
R=44.16%
G=1.95%
B=53.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal683830.180.9600.67288.7593.0216.86
Hex4435312600431215d11
Octal104312322140010344113521
Binary100010011101001110010110000001000011100100001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440353; }

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

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

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

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

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

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

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

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