#44044C

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

Shades of Blackcurrant #44044C

Tints of Blackcurrant #44044C

Color information

#44044C (or 0x44044C) is unknown color: approx Blackcurrant. HEX triplet: 44, 04 and 4C. RGB value is (68,4,76). Sum of RGB (Red+Green+Blue) = 68+4+76=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #44044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44044C is #BBFBB3. Grayscale: #1F1F1F. Windows color (decimal): -12319668 or 4981828. OLE color: 4981828.

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

Color convert

RGB68476-
CMYK0.110.9500.70
HSL293.33º90%15.69%-
HSV(B)293.33º94.74%29.8%-
XYZ3.731.847-
YUV31.34153.2154.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.95%
GREEN value IS 4 (1.95% from 255) = 2.70%
BLUE value IS 76 (30.08% from 255) = 51.35%
R=45.95%
G=2.70%
B=51.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal684760.110.9500.70293.339015.69
Hex4444CB5F0461255a10
Octal104411413137010644513220
Binary100010010010011001011101111101000110100100101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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