#44094C

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

Shades of Blackcurrant #44094C

Tints of Blackcurrant #44094C

Color information

#44094C (or 0x44094C) is unknown color: approx Blackcurrant. HEX triplet: 44, 09 and 4C. RGB value is (68,9,76). Sum of RGB (Red+Green+Blue) = 68+9+76=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #44094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44094C is #BBF6B3. Grayscale: #222222. Windows color (decimal): -12318388 or 4983108. OLE color: 4983108.

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

Color convert

RGB68976-
CMYK0.110.8800.70
HSL292.84º78.82%16.67%-
HSV(B)292.84º88.16%29.8%-
XYZ3.791.957.01-
YUV34.28151.55152.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.44%
GREEN value IS 9 (3.91% from 255) = 5.88%
BLUE value IS 76 (30.08% from 255) = 49.67%
R=44.44%
G=5.88%
B=49.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal689760.110.8800.70292.8478.8216.67
Hex4494CB580461254f11
Octal1041111413130010644511721
Binary1000100100110011001011101100001000110100100101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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