#320E53

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

Shades of Blackcurrant #320E53

Tints of Blackcurrant #320E53

Color information

#320E53 (or 0x320E53) is unknown color: approx Blackcurrant. HEX triplet: 32, 0E and 53. RGB value is (50,14,83). Sum of RGB (Red+Green+Blue) = 50+14+83=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #320E53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320E53 is #CDF1AC. Grayscale: #202020. Windows color (decimal): -13496749 or 5443122. OLE color: 5443122.

HSL color Cylindrical-coordinate representation of color #320E53: hue angle of 271.3º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #320E53 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB501483-
CMYK0.400.8300.67
HSL271.3º71.13%19.02%-
HSV(B)271.3º83.13%32.55%-
XYZ3.031.628.34-
YUV32.63156.43140.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.01%
GREEN value IS 14 (5.86% from 255) = 9.52%
BLUE value IS 83 (32.81% from 255) = 56.46%
R=34.01%
G=9.52%
B=56.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5014830.400.8300.67271.371.1319.02
Hex32E53285304310f4713
Octal621612350123010341710723
Binary11001011101010011101000101001101000011100001111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320E53; }

 p { color: rgb(50,14,83); }

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

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

 a { background-color: rgb(50,14,83); }

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

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

 span { border-color: rgb(50,14,83); }

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