#320353

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

Shades of Blackcurrant #320353

Tints of Blackcurrant #320353

Color information

#320353 (or 0x320353) is unknown color: approx Blackcurrant. HEX triplet: 32, 03 and 53. RGB value is (50,3,83). Sum of RGB (Red+Green+Blue) = 50+3+83=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #320353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320353 is #CDFCAC. Grayscale: #191919. Windows color (decimal): -13499565 or 5440306. OLE color: 5440306.

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

Color convert

RGB50383-
CMYK0.400.9600.67
HSL275.25º93.02%16.86%-
HSV(B)275.25º96.39%32.55%-
XYZ2.911.378.29-
YUV26.17160.07145-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.76%
GREEN value IS 3 (1.56% from 255) = 2.21%
BLUE value IS 83 (32.81% from 255) = 61.03%
R=36.76%
G=2.21%
B=61.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal503830.400.9600.67275.2593.0216.86
Hex3235328600431135d11
Octal62312350140010342313521
Binary110010111010011101000110000001000011100010011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320353; }

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

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

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

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

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

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

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

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