#322040

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

Shades of Blackcurrant #322040

Tints of Blackcurrant #322040

Color information

#322040 (or 0x322040) is unknown color: approx Blackcurrant. HEX triplet: 32, 20 and 40. RGB value is (50,32,64). Sum of RGB (Red+Green+Blue) = 50+32+64=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #322040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322040 is #CDDFBF. Grayscale: #282828. Windows color (decimal): -13492160 or 4202546. OLE color: 4202546.

HSL color Cylindrical-coordinate representation of color #322040: hue angle of 273.75º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #322040 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB503264-
CMYK0.220.5000.75
HSL273.75º33.33%18.82%-
HSV(B)273.75º50%25.1%-
XYZ2.762.085.11-
YUV41.03140.96134.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.25%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 64 (25.39% from 255) = 43.84%
R=34.25%
G=21.92%
B=43.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5032640.220.5000.75273.7533.3318.82
Hex322040163204B1122113
Octal6240100266201134224123
Binary1100101000001000000101101100100100101110001001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322040; }

 p { color: rgb(50,32,64); }

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

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

 a { background-color: rgb(50,32,64); }

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

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

 span { border-color: rgb(50,32,64); }

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