#321E40

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

Shades of Blackcurrant #321E40

Tints of Blackcurrant #321E40

Color information

#321E40 (or 0x321E40) is unknown color: approx Blackcurrant. HEX triplet: 32, 1E and 40. RGB value is (50,30,64). Sum of RGB (Red+Green+Blue) = 50+30+64=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #321E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E40 is #CDE1BF. Grayscale: #272727. Windows color (decimal): -13492672 or 4202034. OLE color: 4202034.

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

Color convert

RGB503064-
CMYK0.220.5300.75
HSL275.29º36.17%18.43%-
HSV(B)275.29º53.12%25.1%-
XYZ2.711.985.09-
YUV39.86141.63135.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.72%
GREEN value IS 30 (12.11% from 255) = 20.83%
BLUE value IS 64 (25.39% from 255) = 44.44%
R=34.72%
G=20.83%
B=44.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5030640.220.5300.75275.2936.1718.43
Hex321E40163504B1132412
Octal6236100266501134234422
Binary110010111101000000101101101010100101110001001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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