#44054C

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

Shades of Blackcurrant #44054C

Tints of Blackcurrant #44054C

Color information

#44054C (or 0x44054C) is unknown color: approx Blackcurrant. HEX triplet: 44, 05 and 4C. RGB value is (68,5,76). Sum of RGB (Red+Green+Blue) = 68+5+76=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #44054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44054C is #BBFAB3. Grayscale: #1F1F1F. Windows color (decimal): -12319412 or 4982084. OLE color: 4982084.

HSL color Cylindrical-coordinate representation of color #44054C: hue angle of 293.24º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44054C is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB68576-
CMYK0.110.9300.70
HSL293.24º87.65%15.88%-
HSV(B)293.24º93.42%29.8%-
XYZ3.741.867-
YUV31.93152.87153.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.64%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 76 (30.08% from 255) = 51.01%
R=45.64%
G=3.36%
B=51.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal685760.110.9300.70293.2487.6515.88
Hex4454CB5D0461255810
Octal104511413135010644513020
Binary100010010110011001011101110101000110100100101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44054C; }

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

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

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

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

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

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

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

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