#321040

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

Shades of Blackcurrant #321040

Tints of Blackcurrant #321040

Color information

#321040 (or 0x321040) is unknown color: approx Blackcurrant. HEX triplet: 32, 10 and 40. RGB value is (50,16,64). Sum of RGB (Red+Green+Blue) = 50+16+64=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #321040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321040 is #CDEFBF. Grayscale: #1F1F1F. Windows color (decimal): -13496256 or 4198450. OLE color: 4198450.

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

Color convert

RGB501664-
CMYK0.220.7500.75
HSL282.5º60%15.69%-
HSV(B)282.5º75%25.1%-
XYZ2.431.425-
YUV31.64146.26141.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.46%
GREEN value IS 16 (6.64% from 255) = 12.31%
BLUE value IS 64 (25.39% from 255) = 49.23%
R=38.46%
G=12.31%
B=49.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5016640.220.7500.75282.56015.69
Hex321040164B04B11a3c10
Octal62201002611301134327420
Binary1100101000010000001011010010110100101110001101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321040; }

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

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

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

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

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

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

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

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