#322341

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

Shades of Blackcurrant #322341

Tints of Blackcurrant #322341

Color information

#322341 (or 0x322341) is unknown color: approx Blackcurrant. HEX triplet: 32, 23 and 41. RGB value is (50,35,65). Sum of RGB (Red+Green+Blue) = 50+35+65=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #322341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322341 is #CDDCBE. Grayscale: #2A2A2A. Windows color (decimal): -13491391 or 4268850. OLE color: 4268850.

HSL color Cylindrical-coordinate representation of color #322341: hue angle of 270º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #322341 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB503565-
CMYK0.230.4600.75
HSL270º30%19.61%-
HSV(B)270º46.15%25.49%-
XYZ2.872.265.29-
YUV42.9140.47133.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.33%
GREEN value IS 35 (14.06% from 255) = 23.33%
BLUE value IS 65 (25.78% from 255) = 43.33%
R=33.33%
G=23.33%
B=43.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5035650.230.4600.752703019.61
Hex322341172E04B10e1e14
Octal6243101275601134163624
Binary110010100011100000110111101110010010111000011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322341; }

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

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

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

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

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

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

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

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