#321B41

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

Shades of Blackcurrant #321B41

Tints of Blackcurrant #321B41

Color information

#321B41 (or 0x321B41) is unknown color: approx Blackcurrant. HEX triplet: 32, 1B and 41. RGB value is (50,27,65). Sum of RGB (Red+Green+Blue) = 50+27+65=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #321B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B41 is #CDE4BE. Grayscale: #262626. Windows color (decimal): -13493439 or 4266802. OLE color: 4266802.

HSL color Cylindrical-coordinate representation of color #321B41: hue angle of 276.32º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #321B41 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB502765-
CMYK0.230.5800.75
HSL276.32º41.3%18.04%-
HSV(B)276.32º58.46%25.49%-
XYZ2.661.845.22-
YUV38.21143.12136.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.21%
GREEN value IS 27 (10.94% from 255) = 19.01%
BLUE value IS 65 (25.78% from 255) = 45.77%
R=35.21%
G=19.01%
B=45.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5027650.230.5800.75276.3241.318.04
Hex321B41173A04B1142912
Octal6233101277201134245122
Binary110010110111000001101111110100100101110001010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321B41; }

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

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

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

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

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

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

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

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