#440055

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

Shades of Blackcurrant #440055

Tints of Blackcurrant #440055

Color information

#440055 (or 0x440055) is unknown color: approx Blackcurrant. HEX triplet: 44, 00 and 55. RGB value is (68,0,85). Sum of RGB (Red+Green+Blue) = 68+0+85=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #440055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440055 is #BBFFAA. Grayscale: #1D1D1D. Windows color (decimal): -12320683 or 5570628. OLE color: 5570628.

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

Color convert

RGB68085-
CMYK0.20100.67
HSL288º100%16.67%-
HSV(B)288º100%33.33%-
XYZ4.021.888.75-
YUV30.02159.03155.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 55.56%
R=44.44%
G=0%
B=55.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal680850.20100.6728810016.67
Hex4405514640431206411
Octal104012524144010344014421
Binary10001000101010110100110010001000011100100000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440055; }

 p { color: rgb(68,0,85); }

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

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

 a { background-color: rgb(68,0,85); }

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

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

 span { border-color: rgb(68,0,85); }

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