#321A47

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

Shades of Blackcurrant #321A47

Tints of Blackcurrant #321A47

Color information

#321A47 (or 0x321A47) is unknown color: approx Blackcurrant. HEX triplet: 32, 1A and 47. RGB value is (50,26,71). Sum of RGB (Red+Green+Blue) = 50+26+71=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #321A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A47 is #CDE5B8. Grayscale: #262626. Windows color (decimal): -13493689 or 4659762. OLE color: 4659762.

HSL color Cylindrical-coordinate representation of color #321A47: hue angle of 272º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #321A47 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB502671-
CMYK0.300.6300.72
HSL272º46.39%19.02%-
HSV(B)272º63.38%27.84%-
XYZ2.821.876.17-
YUV38.31146.45136.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.01%
GREEN value IS 26 (10.55% from 255) = 17.69%
BLUE value IS 71 (28.12% from 255) = 48.30%
R=34.01%
G=17.69%
B=48.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5026710.300.6300.7227246.3919.02
Hex321A471E3F0481102e13
Octal6232107367701104205623
Binary110010110101000111111101111110100100010001000010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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