#321541

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

Shades of Blackcurrant #321541

Tints of Blackcurrant #321541

Color information

#321541 (or 0x321541) is unknown color: approx Blackcurrant. HEX triplet: 32, 15 and 41. RGB value is (50,21,65). Sum of RGB (Red+Green+Blue) = 50+21+65=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #321541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321541 is #CDEABE. Grayscale: #222222. Windows color (decimal): -13494975 or 4265266. OLE color: 4265266.

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

Color convert

RGB502165-
CMYK0.230.6800.75
HSL279.55º51.16%16.86%-
HSV(B)279.55º67.69%25.49%-
XYZ2.541.65.18-
YUV34.69145.11138.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.76%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 65 (25.78% from 255) = 47.79%
R=36.76%
G=15.44%
B=47.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5021650.230.6800.75279.5551.1616.86
Hex321541174404B1183311
Octal62251012710401134306321
Binary1100101010110000011011110001000100101110001100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321541; }

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

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

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

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

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

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

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

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