#321F40

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

Shades of Blackcurrant #321F40

Tints of Blackcurrant #321F40

Color information

#321F40 (or 0x321F40) is unknown color: approx Blackcurrant. HEX triplet: 32, 1F and 40. RGB value is (50,31,64). Sum of RGB (Red+Green+Blue) = 50+31+64=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #321F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F40 is #CDE0BF. Grayscale: #282828. Windows color (decimal): -13492416 or 4202290. OLE color: 4202290.

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

Color convert

RGB503164-
CMYK0.220.5200.75
HSL274.55º34.74%18.63%-
HSV(B)274.55º51.56%25.1%-
XYZ2.732.035.1-
YUV40.44141.29134.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.48%
GREEN value IS 31 (12.5% from 255) = 21.38%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=34.48%
G=21.38%
B=44.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5031640.220.5200.75274.5534.7418.63
Hex321F40163404B1132313
Octal6237100266401134234323
Binary110010111111000000101101101000100101110001001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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