#320347

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

Shades of Blackcurrant #320347

Tints of Blackcurrant #320347

Color information

#320347 (or 0x320347) is unknown color: approx Blackcurrant. HEX triplet: 32, 03 and 47. RGB value is (50,3,71). Sum of RGB (Red+Green+Blue) = 50+3+71=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #320347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320347 is #CDFCB8. Grayscale: #181818. Windows color (decimal): -13499577 or 4653874. OLE color: 4653874.

HSL color Cylindrical-coordinate representation of color #320347: hue angle of 281.47º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320347 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB50371-
CMYK0.300.9600.72
HSL281.47º91.89%14.51%-
HSV(B)281.47º95.77%27.84%-
XYZ2.491.26.06-
YUV24.8154.07145.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.32%
GREEN value IS 3 (1.56% from 255) = 2.42%
BLUE value IS 71 (28.12% from 255) = 57.26%
R=40.32%
G=2.42%
B=57.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal503710.300.9600.72281.4791.8914.51
Hex323471E600481195cf
Octal62310736140011043113417
Binary1100101110001111111011000000100100010001100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320347; }

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

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

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

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

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

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

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

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