#44064F

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

Shades of Blackcurrant #44064F

Tints of Blackcurrant #44064F

Color information

#44064F (or 0x44064F) is unknown color: approx Blackcurrant. HEX triplet: 44, 06 and 4F. RGB value is (68,6,79). Sum of RGB (Red+Green+Blue) = 68+6+79=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 79 (31.25% from 255 or 51.63% from 153); Max value from RGB is 79 - color contains mainly: blue. Hex color #44064F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44064F is #BBF9B0. Grayscale: #202020. Windows color (decimal): -12319153 or 5178948. OLE color: 5178948.

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

Color convert

RGB68679-
CMYK0.140.9200.69
HSL290.96º85.88%16.67%-
HSV(B)290.96º92.41%30.98%-
XYZ3.861.927.56-
YUV32.86154.04153.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.44%
GREEN value IS 6 (2.73% from 255) = 3.92%
BLUE value IS 79 (31.25% from 255) = 51.63%
R=44.44%
G=3.92%
B=51.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal686790.140.9200.69290.9685.8816.67
Hex4464FE5C0451235611
Octal104611716134010544312621
Binary100010011010011111110101110001000101100100011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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