#44004E

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

Shades of Blackcurrant #44004E

Tints of Blackcurrant #44004E

Color information

#44004E (or 0x44004E) is unknown color: approx Blackcurrant. HEX triplet: 44, 00 and 4E. RGB value is (68,0,78). Sum of RGB (Red+Green+Blue) = 68+0+78=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 78 (30.86% from 255 or 53.42% from 146); Max value from RGB is 78 - color contains mainly: blue. Hex color #44004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44004E is #BBFFB1. Grayscale: #1C1C1C. Windows color (decimal): -12320690 or 5111876. OLE color: 5111876.

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

Color convert

RGB68078-
CMYK0.13100.69
HSL292.31º100%15.29%-
HSV(B)292.31º100%30.59%-
XYZ3.761.787.35-
YUV29.22155.53155.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 53.42%
R=46.58%
G=0%
B=53.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal680780.13100.69292.3110015.29
Hex4404ED6404512464f
Octal104011615144010544414417
Binary100010001001110110111001000100010110010010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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