#440452

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

Shades of Blackcurrant #440452

Tints of Blackcurrant #440452

Color information

#440452 (or 0x440452) is unknown color: approx Blackcurrant. HEX triplet: 44, 04 and 52. RGB value is (68,4,82). Sum of RGB (Red+Green+Blue) = 68+4+82=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #440452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440452 is #BBFBAD. Grayscale: #1F1F1F. Windows color (decimal): -12319662 or 5375044. OLE color: 5375044.

HSL color Cylindrical-coordinate representation of color #440452: hue angle of 289.23º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440452 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB68482-
CMYK0.170.9500.68
HSL289.23º90.7%16.86%-
HSV(B)289.23º95.12%32.16%-
XYZ3.951.928.15-
YUV32.03156.2153.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.16%
GREEN value IS 4 (1.95% from 255) = 2.60%
BLUE value IS 82 (32.42% from 255) = 53.25%
R=44.16%
G=2.60%
B=53.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal684820.170.9500.68289.2390.716.86
Hex44452115F0441215b11
Octal104412221137010444113321
Binary1000100100101001010001101111101000100100100001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440452; }

 p { color: rgb(68,4,82); }

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

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

 a { background-color: rgb(68,4,82); }

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

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

 span { border-color: rgb(68,4,82); }

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