#322439

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

Shades of Blackcurrant #322439

Tints of Blackcurrant #322439

Color information

#322439 (or 0x322439) is unknown color: approx Blackcurrant. HEX triplet: 32, 24 and 39. RGB value is (50,36,57). Sum of RGB (Red+Green+Blue) = 50+36+57=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 57 - color contains mainly: blue. Hex color #322439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322439 is #CDDBC6. Grayscale: #2A2A2A. Windows color (decimal): -13491143 or 3744818. OLE color: 3744818.

HSL color Cylindrical-coordinate representation of color #322439: hue angle of 280º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #322439 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB503657-
CMYK0.120.3700.78
HSL280º22.58%18.24%-
HSV(B)280º36.84%22.35%-
XYZ2.682.244.16-
YUV42.58136.14133.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.97%
GREEN value IS 36 (14.45% from 255) = 25.17%
BLUE value IS 57 (22.66% from 255) = 39.86%
R=34.97%
G=25.17%
B=39.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5036570.120.3700.7828022.5818.24
Hex322439C2504E1181712
Octal624471144501164302722
Binary1100101001001110011100100101010011101000110001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322439; }

 p { color: rgb(50,36,57); }

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

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

 a { background-color: rgb(50,36,57); }

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

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

 span { border-color: rgb(50,36,57); }

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