#320942

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

Shades of Blackcurrant #320942

Tints of Blackcurrant #320942

Color information

#320942 (or 0x320942) is unknown color: approx Blackcurrant. HEX triplet: 32, 09 and 42. RGB value is (50,9,66). Sum of RGB (Red+Green+Blue) = 50+9+66=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 66 (26.17% from 255 or 52.8% from 125); Max value from RGB is 66 - color contains mainly: blue. Hex color #320942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320942 is #CDF6BD. Grayscale: #1B1B1B. Windows color (decimal): -13498046 or 4327730. OLE color: 4327730.

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

Color convert

RGB50966-
CMYK0.240.8600.74
HSL283.16º76%14.71%-
HSV(B)283.16º86.36%25.88%-
XYZ2.41.275.27-
YUV27.76149.58143.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40%
GREEN value IS 9 (3.91% from 255) = 7.2%
BLUE value IS 66 (26.17% from 255) = 52.8%
R=40%
G=7.2%
B=52.8%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal509660.240.8600.74283.167614.71
Hex32942185604A11b4cf
Octal621110230126011243311417
Binary110010100110000101100010101100100101010001101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320942; }

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

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

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

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

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

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

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

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