#320553

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

Shades of Blackcurrant #320553

Tints of Blackcurrant #320553

Color information

#320553 (or 0x320553) is unknown color: approx Blackcurrant. HEX triplet: 32, 05 and 53. RGB value is (50,5,83). Sum of RGB (Red+Green+Blue) = 50+5+83=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #320553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320553 is #CDFAAC. Grayscale: #1B1B1B. Windows color (decimal): -13499053 or 5440818. OLE color: 5440818.

HSL color Cylindrical-coordinate representation of color #320553: hue angle of 274.62º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320553 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB50583-
CMYK0.400.9400.67
HSL274.62º88.64%17.25%-
HSV(B)274.62º93.98%32.55%-
XYZ2.931.418.3-
YUV27.35159.41144.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.23%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 83 (32.81% from 255) = 60.14%
R=36.23%
G=3.62%
B=60.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal505830.400.9400.67274.6288.6417.25
Hex32553285E0431135911
Octal62512350136010342313121
Binary1100101011010011101000101111001000011100010011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320553; }

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

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

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

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

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

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

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

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