#322340

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

Shades of Blackcurrant #322340

Tints of Blackcurrant #322340

Color information

#322340 (or 0x322340) is unknown color: approx Blackcurrant. HEX triplet: 32, 23 and 40. RGB value is (50,35,64). Sum of RGB (Red+Green+Blue) = 50+35+64=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 64 - color contains mainly: blue. Hex color #322340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322340 is #CDDCBF. Grayscale: #2A2A2A. Windows color (decimal): -13491392 or 4203314. OLE color: 4203314.

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

Color convert

RGB503564-
CMYK0.220.4500.75
HSL271.03º29.29%19.41%-
HSV(B)271.03º45.31%25.1%-
XYZ2.842.255.14-
YUV42.79139.97133.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.56%
GREEN value IS 35 (14.06% from 255) = 23.49%
BLUE value IS 64 (25.39% from 255) = 42.95%
R=33.56%
G=23.49%
B=42.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5035640.220.4500.75271.0329.2919.41
Hex322340162D04B10f1d13
Octal6243100265501134173523
Binary110010100011100000010110101101010010111000011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322340; }

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

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

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

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

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

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

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

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