#321640

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

Shades of Blackcurrant #321640

Tints of Blackcurrant #321640

Color information

#321640 (or 0x321640) is unknown color: approx Blackcurrant. HEX triplet: 32, 16 and 40. RGB value is (50,22,64). Sum of RGB (Red+Green+Blue) = 50+22+64=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #321640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321640 is #CDE9BF. Grayscale: #232323. Windows color (decimal): -13494720 or 4199986. OLE color: 4199986.

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

Color convert

RGB502264-
CMYK0.220.6600.75
HSL280º48.84%16.86%-
HSV(B)280º65.62%25.1%-
XYZ2.531.625.03-
YUV35.16144.28138.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.76%
GREEN value IS 22 (8.98% from 255) = 16.18%
BLUE value IS 64 (25.39% from 255) = 47.06%
R=36.76%
G=16.18%
B=47.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5022640.220.6600.7528048.8416.86
Hex321640164204B1183111
Octal62261002610201134306121
Binary1100101011010000001011010000100100101110001100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321640; }

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

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

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

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

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

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

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

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