#440A4F

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

Shades of Blackcurrant #440A4F

Tints of Blackcurrant #440A4F

Color information

#440A4F (or 0x440A4F) is unknown color: approx Blackcurrant. HEX triplet: 44, 0A and 4F. RGB value is (68,10,79). Sum of RGB (Red+Green+Blue) = 68+10+79=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #440A4F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440A4F is #BBF5B0. Grayscale: #222222. Windows color (decimal): -12318129 or 5179972. OLE color: 5179972.

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

Color convert

RGB681079-
CMYK0.140.8700.69
HSL290.43º77.53%17.45%-
HSV(B)290.43º87.34%30.98%-
XYZ3.92.017.58-
YUV35.21152.72151.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.31%
GREEN value IS 10 (4.30% from 255) = 6.37%
BLUE value IS 79 (31.25% from 255) = 50.32%
R=43.31%
G=6.37%
B=50.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6810790.140.8700.69290.4377.5317.45
Hex44A4FE570451224e11
Octal1041211716127010544211621
Binary1000100101010011111110101011101000101100100010100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440A4F; }

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

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

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

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

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

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

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

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