#44034E

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

Shades of Blackcurrant #44034E

Tints of Blackcurrant #44034E

Color information

#44034E (or 0x44034E) is unknown color: approx Blackcurrant. HEX triplet: 44, 03 and 4E. RGB value is (68,3,78). Sum of RGB (Red+Green+Blue) = 68+3+78=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #44034E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44034E is #BBFCB1. Grayscale: #1E1E1E. Windows color (decimal): -12319922 or 5112644. OLE color: 5112644.

HSL color Cylindrical-coordinate representation of color #44034E: hue angle of 292º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #44034E is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB68378-
CMYK0.130.9600.69
HSL292º92.59%15.88%-
HSV(B)292º96.15%30.59%-
XYZ3.791.847.36-
YUV30.98154.53154.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.64%
GREEN value IS 3 (1.56% from 255) = 2.01%
BLUE value IS 78 (30.86% from 255) = 52.35%
R=45.64%
G=2.01%
B=52.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal683780.130.9600.6929292.5915.88
Hex4434ED600451245d10
Octal104311615140010544413520
Binary10001001110011101101110000001000101100100100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44034E; }

 p { color: rgb(68,3,78); }

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

<style>
 a { background-color: #44034E; }

 a { background-color: rgb(68,3,78); }

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

<style>
 span { border-color: #44034E; }

 span { border-color: rgb(68,3,78); }

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