#321052

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

Shades of Blackcurrant #321052

Tints of Blackcurrant #321052

Color information

#321052 (or 0x321052) is unknown color: approx Blackcurrant. HEX triplet: 32, 10 and 52. RGB value is (50,16,82). Sum of RGB (Red+Green+Blue) = 50+16+82=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 82 (32.42% from 255 or 55.41% from 148); Max value from RGB is 82 - color contains mainly: blue. Hex color #321052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321052 is #CDEFAD. Grayscale: #212121. Windows color (decimal): -13496238 or 5378098. OLE color: 5378098.

HSL color Cylindrical-coordinate representation of color #321052: hue angle of 270.91º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321052 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB501682-
CMYK0.390.8000.68
HSL270.91º67.35%19.22%-
HSV(B)270.91º80.49%32.16%-
XYZ3.021.668.14-
YUV33.69155.26139.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.78%
GREEN value IS 16 (6.64% from 255) = 10.81%
BLUE value IS 82 (32.42% from 255) = 55.41%
R=33.78%
G=10.81%
B=55.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5016820.390.8000.68270.9167.3519.22
Hex321052275004410f4313
Octal622012247120010441710323
Binary110010100001010010100111101000001000100100001111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321052; }

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

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

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

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

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

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

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

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