#320941

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

Shades of Blackcurrant #320941

Tints of Blackcurrant #320941

Color information

#320941 (or 0x320941) is unknown color: approx Blackcurrant. HEX triplet: 32, 09 and 41. RGB value is (50,9,65). Sum of RGB (Red+Green+Blue) = 50+9+65=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #320941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320941 is #CDF6BE. Grayscale: #1B1B1B. Windows color (decimal): -13498047 or 4262194. OLE color: 4262194.

HSL color Cylindrical-coordinate representation of color #320941: hue angle of 283.93º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #320941 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB50965-
CMYK0.230.8600.75
HSL283.93º75.68%14.51%-
HSV(B)283.93º86.15%25.49%-
XYZ2.371.265.12-
YUV27.64149.08143.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.32%
GREEN value IS 9 (3.91% from 255) = 7.26%
BLUE value IS 65 (25.78% from 255) = 52.42%
R=40.32%
G=7.26%
B=52.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal509650.230.8600.75283.9375.6814.51
Hex32941175604B11c4cf
Octal621110127126011343411417
Binary110010100110000011011110101100100101110001110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320941; }

 p { color: rgb(50,9,65); }

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

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

 a { background-color: rgb(50,9,65); }

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

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

 span { border-color: rgb(50,9,65); }

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