#321347

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

Shades of Blackcurrant #321347

Tints of Blackcurrant #321347

Color information

#321347 (or 0x321347) is unknown color: approx Blackcurrant. HEX triplet: 32, 13 and 47. RGB value is (50,19,71). Sum of RGB (Red+Green+Blue) = 50+19+71=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #321347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321347 is #CDECB8. Grayscale: #222222. Windows color (decimal): -13495481 or 4657970. OLE color: 4657970.

HSL color Cylindrical-coordinate representation of color #321347: hue angle of 275.77º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #321347 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB501971-
CMYK0.300.7300.72
HSL275.77º57.78%17.65%-
HSV(B)275.77º73.24%27.84%-
XYZ2.691.66.13-
YUV34.2148.77139.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.71%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 71 (28.12% from 255) = 50.71%
R=35.71%
G=13.57%
B=50.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5019710.300.7300.72275.7757.7817.65
Hex3213471E490481143a12
Octal62231073611101104247222
Binary1100101001110001111111010010010100100010001010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321347; }

 p { color: rgb(50,19,71); }

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

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

 a { background-color: rgb(50,19,71); }

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

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

 span { border-color: rgb(50,19,71); }

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