#44054F

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

Shades of Blackcurrant #44054F

Tints of Blackcurrant #44054F

Color information

#44054F (or 0x44054F) is unknown color: approx Blackcurrant. HEX triplet: 44, 05 and 4F. RGB value is (68,5,79). Sum of RGB (Red+Green+Blue) = 68+5+79=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 79 (31.25% from 255 or 51.97% from 152); Max value from RGB is 79 - color contains mainly: blue. Hex color #44054F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44054F is #BBFAB0. Grayscale: #202020. Windows color (decimal): -12319409 or 5178692. OLE color: 5178692.

HSL color Cylindrical-coordinate representation of color #44054F: hue angle of 291.08º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44054F is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB68579-
CMYK0.140.9400.69
HSL291.08º88.1%16.47%-
HSV(B)291.08º93.67%30.98%-
XYZ3.851.97.56-
YUV32.27154.37153.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.74%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 79 (31.25% from 255) = 51.97%
R=44.74%
G=3.29%
B=51.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal685790.140.9400.69291.0888.116.47
Hex4454FE5E0451235810
Octal104511716136010544313020
Binary100010010110011111110101111001000101100100011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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