#320939

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

Shades of Blackcurrant #320939

Tints of Blackcurrant #320939

Color information

#320939 (or 0x320939) is unknown color: approx Blackcurrant. HEX triplet: 32, 09 and 39. RGB value is (50,9,57). Sum of RGB (Red+Green+Blue) = 50+9+57=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 57 (22.66% from 255 or 49.14% from 116); Max value from RGB is 57 - color contains mainly: blue. Hex color #320939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320939 is #CDF6C6. Grayscale: #1A1A1A. Windows color (decimal): -13498055 or 3737906. OLE color: 3737906.

HSL color Cylindrical-coordinate representation of color #320939: hue angle of 291.25º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #320939 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB50957-
CMYK0.120.8400.78
HSL291.25º72.73%12.94%-
HSV(B)291.25º84.21%22.35%-
XYZ2.151.173.98-
YUV26.73145.08144.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.10%
GREEN value IS 9 (3.91% from 255) = 7.76%
BLUE value IS 57 (22.66% from 255) = 49.14%
R=43.10%
G=7.76%
B=49.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal509570.120.8400.78291.2572.7312.94
Hex32939C5404E12349d
Octal62117114124011644311115
Binary1100101001111001110010101000100111010010001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320939; }

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

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

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

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

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

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

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

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