#44084D

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

Shades of Blackcurrant #44084D

Tints of Blackcurrant #44084D

Color information

#44084D (or 0x44084D) is unknown color: approx Blackcurrant. HEX triplet: 44, 08 and 4D. RGB value is (68,8,77). Sum of RGB (Red+Green+Blue) = 68+8+77=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #44084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44084D is #BBF7B2. Grayscale: #212121. Windows color (decimal): -12318643 or 5048388. OLE color: 5048388.

HSL color Cylindrical-coordinate representation of color #44084D: hue angle of 292.17º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44084D is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB68877-
CMYK0.120.9000.70
HSL292.17º81.18%16.67%-
HSV(B)292.17º89.61%30.2%-
XYZ3.811.947.19-
YUV33.81152.38152.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.44%
GREEN value IS 8 (3.52% from 255) = 5.23%
BLUE value IS 77 (30.47% from 255) = 50.33%
R=44.44%
G=5.23%
B=50.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal688770.120.9000.70292.1781.1816.67
Hex4484DC5A0461245111
Octal1041011514132010644412121
Binary1000100100010011011100101101001000110100100100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44084D; }

 p { color: rgb(68,8,77); }

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

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

 a { background-color: rgb(68,8,77); }

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

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

 span { border-color: rgb(68,8,77); }

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