#321939

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

Shades of Blackcurrant #321939

Tints of Blackcurrant #321939

Color information

#321939 (or 0x321939) is unknown color: approx Blackcurrant. HEX triplet: 32, 19 and 39. RGB value is (50,25,57). Sum of RGB (Red+Green+Blue) = 50+25+57=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 57 - color contains mainly: blue. Hex color #321939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321939 is #CDE6C6. Grayscale: #242424. Windows color (decimal): -13493959 or 3742002. OLE color: 3742002.

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

Color convert

RGB502557-
CMYK0.120.5600.78
HSL286.88º39.02%16.08%-
HSV(B)286.88º56.14%22.35%-
XYZ2.41.674.07-
YUV36.12139.78137.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.88%
GREEN value IS 25 (10.16% from 255) = 18.94%
BLUE value IS 57 (22.66% from 255) = 43.18%
R=37.88%
G=18.94%
B=43.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5025570.120.5600.78286.8839.0216.08
Hex321939C3804E11f2710
Octal623171147001164374720
Binary1100101100111100111001110000100111010001111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321939; }

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

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

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

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

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

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

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

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