#320240

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

Shades of Blackcurrant #320240

Tints of Blackcurrant #320240

Color information

#320240 (or 0x320240) is unknown color: approx Blackcurrant. HEX triplet: 32, 02 and 40. RGB value is (50,2,64). Sum of RGB (Red+Green+Blue) = 50+2+64=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #320240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320240 is #CDFDBF. Grayscale: #171717. Windows color (decimal): -13499840 or 4194866. OLE color: 4194866.

HSL color Cylindrical-coordinate representation of color #320240: hue angle of 286.45º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #320240 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB50264-
CMYK0.220.9700.75
HSL286.45º93.94%12.94%-
HSV(B)286.45º96.88%25.1%-
XYZ2.261.094.94-
YUV23.42150.9146.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.10%
GREEN value IS 2 (1.17% from 255) = 1.72%
BLUE value IS 64 (25.39% from 255) = 55.17%
R=43.10%
G=1.72%
B=55.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal502640.220.9700.75286.4593.9412.94
Hex32240166104B11e5ed
Octal62210026141011343613615
Binary1100101010000001011011000010100101110001111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320240; }

 p { color: rgb(50,2,64); }

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

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

 a { background-color: rgb(50,2,64); }

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

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

 span { border-color: rgb(50,2,64); }

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