#44014C

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

Shades of Blackcurrant #44014C

Tints of Blackcurrant #44014C

Color information

#44014C (or 0x44014C) is unknown color: approx Blackcurrant. HEX triplet: 44, 01 and 4C. RGB value is (68,1,76). Sum of RGB (Red+Green+Blue) = 68+1+76=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #44014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44014C is #BBFEB3. Grayscale: #1D1D1D. Windows color (decimal): -12320436 or 4981060. OLE color: 4981060.

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

Color convert

RGB68176-
CMYK0.110.9900.70
HSL293.6º97.4%15.1%-
HSV(B)293.6º98.68%29.8%-
XYZ3.71.776.98-
YUV29.58154.2155.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.90%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 76 (30.08% from 255) = 52.41%
R=46.90%
G=0.69%
B=52.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal681760.110.9900.70293.697.415.1
Hex4414CB6304612661f
Octal104111413143010644614117
Binary100010011001100101111000110100011010010011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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