#321049

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

Shades of Blackcurrant #321049

Tints of Blackcurrant #321049

Color information

#321049 (or 0x321049) is unknown color: approx Blackcurrant. HEX triplet: 32, 10 and 49. RGB value is (50,16,73). Sum of RGB (Red+Green+Blue) = 50+16+73=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #321049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321049 is #CDEFB6. Grayscale: #202020. Windows color (decimal): -13496247 or 4788274. OLE color: 4788274.

HSL color Cylindrical-coordinate representation of color #321049: hue angle of 275.79º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #321049 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB501673-
CMYK0.320.7800.71
HSL275.79º64.04%17.45%-
HSV(B)275.79º78.08%28.63%-
XYZ2.71.536.46-
YUV32.66150.76140.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.97%
GREEN value IS 16 (6.64% from 255) = 11.51%
BLUE value IS 73 (28.91% from 255) = 52.52%
R=35.97%
G=11.51%
B=52.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5016730.320.7800.71275.7964.0417.45
Hex321049204E0471144011
Octal622011140116010742410021
Binary110010100001001001100000100111001000111100010100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321049; }

 p { color: rgb(50,16,73); }

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

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

 a { background-color: rgb(50,16,73); }

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

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

 span { border-color: rgb(50,16,73); }

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