#321648

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

Shades of Blackcurrant #321648

Tints of Blackcurrant #321648

Color information

#321648 (or 0x321648) is unknown color: approx Blackcurrant. HEX triplet: 32, 16 and 48. RGB value is (50,22,72). Sum of RGB (Red+Green+Blue) = 50+22+72=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #321648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321648 is #CDE9B7. Grayscale: #232323. Windows color (decimal): -13494712 or 4724274. OLE color: 4724274.

HSL color Cylindrical-coordinate representation of color #321648: hue angle of 273.6º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #321648 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB502272-
CMYK0.310.6900.72
HSL273.6º53.19%18.43%-
HSV(B)273.6º69.44%28.24%-
XYZ2.771.726.32-
YUV36.07148.28137.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.72%
GREEN value IS 22 (8.98% from 255) = 15.28%
BLUE value IS 72 (28.52% from 255) = 50%
R=34.72%
G=15.28%
B=50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5022720.310.6900.72273.653.1918.43
Hex3216481F450481123512
Octal62261103710501104226522
Binary1100101011010010001111110001010100100010001001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321648; }

 p { color: rgb(50,22,72); }

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

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

 a { background-color: rgb(50,22,72); }

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

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

 span { border-color: rgb(50,22,72); }

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