#440054

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

Shades of Blackcurrant #440054

Tints of Blackcurrant #440054

Color information

#440054 (or 0x440054) is unknown color: approx Blackcurrant. HEX triplet: 44, 00 and 54. RGB value is (68,0,84). Sum of RGB (Red+Green+Blue) = 68+0+84=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 84 (33.20% from 255 or 55.26% from 152); Max value from RGB is 84 - color contains mainly: blue. Hex color #440054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440054 is #BBFFAB. Grayscale: #1D1D1D. Windows color (decimal): -12320684 or 5505092. OLE color: 5505092.

HSL color Cylindrical-coordinate representation of color #440054: hue angle of 288.57º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440054 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB68084-
CMYK0.19100.67
HSL288.57º100%16.47%-
HSV(B)288.57º100%32.94%-
XYZ3.981.878.54-
YUV29.91158.53155.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 55.26%
R=44.74%
G=0%
B=55.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal680840.19100.67288.5710016.47
Hex4405413640431216410
Octal104012423144010344114420
Binary10001000101010010011110010001000011100100001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440054; }

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

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

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

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

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

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

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

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