#321544

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

Shades of Blackcurrant #321544

Tints of Blackcurrant #321544

Color information

#321544 (or 0x321544) is unknown color: approx Blackcurrant. HEX triplet: 32, 15 and 44. RGB value is (50,21,68). Sum of RGB (Red+Green+Blue) = 50+21+68=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #321544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321544 is #CDEABB. Grayscale: #222222. Windows color (decimal): -13494972 or 4461874. OLE color: 4461874.

HSL color Cylindrical-coordinate representation of color #321544: hue angle of 277.02º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #321544 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB502168-
CMYK0.260.6900.73
HSL277.02º52.81%17.45%-
HSV(B)277.02º69.12%26.67%-
XYZ2.631.635.65-
YUV35.03146.61138.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.97%
GREEN value IS 21 (8.59% from 255) = 15.11%
BLUE value IS 68 (26.95% from 255) = 48.92%
R=35.97%
G=15.11%
B=48.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5021680.260.6900.73277.0252.8117.45
Hex3215441A450491153511
Octal62251043210501114256521
Binary1100101010110001001101010001010100100110001010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321544; }

 p { color: rgb(50,21,68); }

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

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

 a { background-color: rgb(50,21,68); }

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

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

 span { border-color: rgb(50,21,68); }

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